Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Hardware => Téma založeno: zonaA 25 Srpna 2008, 10:30:36

Název: Jak změnit "vesa" v /etc/X11/xorg.conf na Driver "openchrome"
Přispěvatel: zonaA 25 Srpna 2008, 10:30:36
Mám problém s integr. grafickou kartou. Potřebuji přesný návod jak to udělat abych změnil vesa v /etc/X11/xorg.conf na opechrome, protože jedu na vesa. Jak to mám udělat? Děkuji za polopatický návod typu za 1. za 2. atd.
Název: Re: Jak změnit "vesa" v /etc/X11/xorg.conf na Driver "openchrome"
Přispěvatel: Flavicius 25 Srpna 2008, 10:39:59
Tady je to celkem jasně...

http://wiki.ubuntu.cz/OpenChrome

Ovšem pokud máš chipset K8M800 nebo K8N800, zůstal bych raději u vesa... s openchrome je to ještě horší ;).
Název: Re: Jak změnit "vesa" v /etc/X11/xorg.conf na Driver "openchrome"
Přispěvatel: zonaA 25 Srpna 2008, 11:06:03
zadal jsem.......gksudo displayconfig-gtk........ a mám ovladač none a když na to kliknu tak open chrome . Tak asi opačně z open chrome na Vesa.Jak zněním z open chrome na Vesa?
Název: Re: Jak změnit "vesa" v /etc/X11/xorg.conf na Driver "openchrome"
Přispěvatel: Flavicius 25 Srpna 2008, 13:20:05
Pokud chceš vesa ovladač, tak v terminálu spusť:

Kód: [Vybrat]
gksudo gedit /etc/X11/xorg.conf

najdi nastavení grafány a změň

Kód: [Vybrat]
Driver "openchrome"
na

Kód: [Vybrat]
Driver "vesa"


Název: Re: Jak změnit "vesa" v /etc/X11/xorg.conf na Driver "openchrome"
Přispěvatel: zonaA 25 Srpna 2008, 16:58:46
Pokud chceš vesa ovladač, tak v terminálu spusť:

Kód: [Vybrat]
gksudo gedit /etc/X11/xorg.conf

najdi nastavení grafány a změň

Kód: [Vybrat]
Driver "openchrome"
na

Kód: [Vybrat]
Driver "vesa"



Nemůžu to najít mám jen to po zadání prvního příkazu:
# xorg.conf (X.Org X Window System server configuration file)
#
# This file was generated by dexconf, the Debian X Configuration tool, using
# values from the debconf database.
#
# Edit this file with caution, and see the xorg.conf manual page.
# (Type "man xorg.conf" at the shell prompt.)
#
# This file is automatically updated on xserver-xorg package upgrades *only*
# if it has not been modified since the last upgrade of the xserver-xorg
# package.
#
# If you have edited this file but would like it to be automatically updated
# again, run the following command:
#   sudo dpkg-reconfigure -phigh xserver-xorg

Section "InputDevice"
   Identifier   "Generic Keyboard"
   Driver      "kbd"
   Option      "XkbRules"   "xorg"
   Option      "XkbModel"   "pc105"
   Option      "XkbLayout"   "cz"
EndSection

Section "InputDevice"
   Identifier   "Configured Mouse"
   Driver      "mouse"
   Option      "CorePointer"
EndSection

Section "Device"
   Identifier   "Configured Video Device"
EndSection

Section "Monitor"
   Identifier   "Configured Monitor"
EndSection

Section "Screen"
   Identifier   "Default Screen"
   Monitor      "Configured Monitor"
   Device      "Configured Video Device"
EndSection

Section "ServerLayout"
   Identifier   "Default Layout"
   Screen      "Default Screen"
EndSection
Název: Re: Jak změnit "vesa" v /etc/X11/xorg.conf na Driver "openchrome"
Přispěvatel: Milhouse 26 Srpna 2008, 11:27:49
Mělo by to vypadat takto:
Citace
Section "Device"
   Identifier   "Configured Video Device"
   Driver      "vesa"
EndSection

Ale ovladač Vesa si můžete i v klidu naklikat. Je v "Obecných ovladačích". Nemám Gnome, takže neporadím kde přesně.