donner 发表于 2005-5-8 12:31:49

IBM thinkpad t23鼠标的安装

1)在编译内核的时候要选上ps/2的鼠标和usb支持。
2)在这之后,可能会出现摇杆鼠标的中键不能使用,清参考下面的/etc/X11/XFConfig86-4.0配置文件:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "Emulate3Buttons" "true"
Option "ZAxisMapping" "4 5"
Option "EmulateWheel" "true" <== add this line
Option "EmulateWheelButton" "2" <== add this line
EndSection
页: [1]
查看完整版本: IBM thinkpad t23鼠标的安装