|
发表于 2002-7-18 23:24:38
|
显示全部楼层
看看我的XF86Config-4文件里的鼠标定义,再试试吧
#ps/2接口的鼠标
section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option "Device" "/dev/psaux"
Option " rotocol" "IMPS/2"
Option "Emulate3Buttons" "yes"
Option "ZAxisMapping" "4 5"
EndSection |
|