EndSection
Section "InputDevice"
Identifier "Serial Mouse"
Driver "mouse"
Option "Protocol" "Microsoft"
Option "Device" "/dev/ttyS0"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "PS/2 Mouse"
Driver "mouse"
Option "Protocol" "auto"
Option
"ZAxisMapping" "4
5"
Option "Device" "/dev/psaux"
Option "Emulate3Buttons" "true"
Option "Emulate3Timeout" "70"
Option "SendCoreEvents" "true"
EndSection
Section "InputDevice"
Identifier "USB Mouse"
Driver "mouse"
Option
"Device"
"/dev/input/mice"
Option
"SendCoreEvents" "true"
Option
"Protocol"
"IMPS/2"
Option
"ZAxisMapping" "4
5"
Option
"Buttons"
"5"
EndSection
阅读(992) | 评论(1) | 转发(0) |