|
|

楼主 |
发表于 2004-5-1 05:30:46
|
显示全部楼层
请教,应该如何修改/etc/sysconf/mouse
我是这样修改etc/X11/XF86Config-4的
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option " rotocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier "Mouse2"
Driver "mouse"
Option " rotocol" "IMPS/2"
Option "Device" "/dev/usbmouse"
Option "ZAxisMapping" "4 5"
EndSection
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
InputDevice "Mouse2" "SendCoreEvents"
Screen "screen1"
EndSection |
|