Собственно сабж. В версии 1.7 все точно работало, теперь при раскомментировании строк с synaptics отваливается клавиатура на буке. Как поправить? hal не предлагать.
вот конфиг:
Section "ServerLayout"
Identifier "X.org Configured"
Screen 0 "Screen0" 0 0
InputDevice "Mouse0"
# InputDevice "Synaptics Touchpad"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "ServerFlags"
Option "AutoAddDevices" "false"
Option "AIGLX" "true"
EndSection
Section "Files"
ModulePath "/usr/lib/xorg/modules"
FontPath "/usr/share/fonts/misc/"
FontPath "/usr/share/fonts/TTF/"
FontPath "/usr/share/fonts/OTF"
FontPath "/usr/share/fonts/Type1/"
FontPath "/usr/share/fonts/100dpi/"
FontPath "/usr/share/fonts/75dpi/"
FontPath "/usr/share/fonts/windows/"
EndSection
Section "Module"
# Load "record"
# Load "extmod"
# Load "dri2"
Load "glx"
Load "dri"
# Load "dbe"
Load "synaptics"
# Load "vnc"
EndSection
Section "InputDevice"
Identifier "Keyboard0"
Driver "kbd"
Option "XkbRules" "xorg"
Option "XkbModel" "pc105"
Option "XkbLayout" "us,ru(winkeys)"
Option "XkbOptions" "grp:caps_toggle,grp_led:scroll,compose:ralt,terminate:ctrl_alt_bksp"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "CorePointer"
Option "Protocol" "auto"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5 6 7"
EndSection
#Section "InputDevice"
# Identifier "Synaptics Touchpad"
# Driver "synaptics"
# Option "SendCoreEvents" "true"
# Option "Device" "/dev/psaux"
# Option "Protocol" "auto-dev"
# Option "SHMConfig" "on"
# Option "TapButton1" "1"
# Option "TapButton2" "2"
# Option "TapButton3" "3"
# Option "VertEdgeScroll" "on"
# Option "VertTwoFingerScroll" "on"
# Option "HorizTwoFingerScroll" "on"
# Option "VertScrollDelta" "75"
# Option "EmulateTwoFingerMinZ" "12"
# Option "EmulateTwoFingerMinW" "12"
# Option "CircularScrolling" "on"
# Option "CircScrollTrigger" "1"
# Option "LockedDrags" "on"
# Option "RTCornerButton" "2"
# Option "RBCornerButton" "3"
#EndSection
Section "Monitor"
Identifier "Monitor-LVDS"
Option "Primary" "True"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Monitor"
Identifier "Monitor-VGA"
Option "Primary" "False"
VendorName "Monitor Vendor"
ModelName "Monitor Model"
EndSection
Section "Device"
Option "Tiling" "False"
Option "DRI" "true"
Option "XvMC" "true"
Option "TwinView" "true"
Option "MetaModes" "1280x1024;1024x600"
Option "TwinViewOrientation" "Above"
Identifier "Pinewview GM"
Driver "intel"
Option "DynamicClocks" "on"
EndSection
Section "Screen"
Identifier "Screen0"
Device "Pinewview GM"
Monitor "Monitor-LVDS"
DefaultDepth 24
SubSection "Display"
Viewport 0 0
Depth 24
Modes "1280x720" "1024x600"
Virtual 2304 1024
EndSubSection
EndSection
Section "Extensions"
Option "RENDER" "true"
Option "Composite" "true"
EndSection
Section "DRI"
Mode 0666
EndSection
Думаю стоит почитать
Думаю стоит почитать руководства по обновлению X-сервера, начиная с http://www.gentoo.org/proj/en/desktop/x/x11/xorg-server-1.8-upgrade-guide.xml и далее.