|
发表于 2007-8-24 13:05:41
|
显示全部楼层
- #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
复制代码
照上面写。是什么样的鼠标就用哪一个。其实你应该用hwd自动生成的。 |
|