|
|
发表于 2004-5-20 13:18:34
|
显示全部楼层
我只有一个USB鼠标
Section "ServerLayout"
Identifier "layout1"
InputDevice "Keyboard1" "CoreKeyboard"
InputDevice "Mouse1" "CorePointer"
Screen "screen1"
EndSection
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option " rotocol" "IMPS/2"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
EndSection |
|