Tak ho este raz reconfiguruj prikazom
sudo dpkg-reconfigure xserver-xorg
a tam si vsetko nastav.
Inak v xorg.conf sa ovladac grafickej karty meni v sekcii "devices"
Section "Device"
Identifier "Všeobecná grafická karta"
Driver "fglrx"
Option "VideoOverlay" "on"
Option "OpenGLOverlay" "off"
BusID "PCI:1:0:0"
je to polozka Driver. U mna sa teraz pouziva ovladac fglrx.
Tento cast ti meni nastavenie klavesnice
Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us"
EndSection
mysi
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
Touchpad pre notebook
Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
Option "SHMConfig" "on"
EndSection
Tablet ak mas, ale tam vacsinou nemas co menit
Section "InputDevice"
Identifier "stylus"
Driver "wacom"
Option "Device" "/dev/input/wacom"
Option "Type" "stylus"
Option "ForceDevice" "ISDV4"# Tablet PC ONLY
EndSection[code]
Monitor
[code]Section "Monitor"
Identifier "Všeobecný monitor"
HorizSync 28.0 - 64.0
VertRefresh 43.0 - 160.0
Option "DPMS"
EndSection
Pouzite monitor, devices(ak ich mas viac nastavenych) a rozlisenie
Section "Screen"
Identifier "Default Screen"
Device "Všeobecná grafická karta"
Monitor "Všeobecný monitor"
DefaultDepth 24
SubSection "Display"
Modes "1280x800"
EndSubSection
Ostatne sa nastavuje automaticky a nemusi ta to zaujimat ak nepotrebujes nieco specialne. Rovnako aj mys a klavesnica sa vacsinou nastavi spravne sama.[/code][/code]