|
发表于 2003-3-12 21:09:37
|
显示全部楼层
你是说usb mouse吧,直接编辑/etc/X11/XF86Config文件,把相关的部分改成这样:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option " rotocol" "IMPS/2"
Option "Device" "/dev/input/mice"
#MouseName "Generic - 3 Button Mouse (USB)"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection |
|