( nothin | 2010. 11. 18., cs – 09:28 )

Pl itt van ez azt írja Ubuntu 8.04 alatt így megy tökéletesen valaki lát benne valami olyat ami miatt nem megy 10.10 alatt?:

Section "InputDevice"
Identifier "Generic Keyboard"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc101"
Option "XkbLayout" "us"
Option "XkbOptions" "lv3:ralt_switch"
EndSection

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "EmulateWheel" "true"
Option "EmulateWheelButton" "2"
Option "ZAxisMapping" "4 5 8 9"
EndSection

Section "InputDevice"
Identifier "Synaptics Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/psaux"
Option "Protocol" "auto-dev"
Option "HorizEdgeScroll" "0"
EndSection

Section "Device"
Identifier "Configured Video Device"
Option "AGPMode" "2"
Option "AGPSize" "8"
#Option "ShadowStatus" "true"
#Option "ShadowFB" "true"
#Option "NoAccel" "true"
EndSection

Section "Monitor"
Identifier "Configured Monitor"
EndSection

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

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
#InputDevice "Synaptics Touchpad"
EndSection