|
发表于 2003-10-20 17:18:21
|
显示全部楼层
1. 在 'sysinstall' > Configure > Mouse : 设置 Type为Intellimouse, 设置Port 为PS/2, 并且 'enable' daemon
2. 修改/etc/X11/XF86Config ,将InputDevice 设置为:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "Auto"
Option "Device" "/dev/sysmouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
|
|