|
|
发表于 2006-2-22 10:47:25
|
显示全部楼层
This is the configuration file used on my laptop IBM T42 with touchscreen, trackpoint and external usb logitech mouse.
Section "InputDevice"
Identifier "IBM T42 Keyboard"
Driver "keyboard"
Option "CoreKeyboard"
Option "XkbRules" "xorg"
Option "XkbModel" "pc104"
Option "XkbLayout" "us"
EndSection
Section "InputDevice"
Identifier "Logitech Mouse & UltraNav TrackPoint"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option " rotocol" "IMPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel"
Option "EmulateWheelButton" "2"
EndSection
#EndSection
Section "InputDevice"
Identifier "UltraNav Touchpad"
Driver "synaptics"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/event2"
Option " rotocol" "auto-dev"
Option "HorizScrollDelta" "0"
EndSection |
|