|
发表于 2005-3-19 20:47:05
|
显示全部楼层
我试了一下,发现新版的hwd反而没有旧版的好用,不知是我的系统问题还是普遍问题。
这次我也遇到鼠标不能用的问题,我把不用的注释掉就行了。
- #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
复制代码
我用的是第二个,把第一个和第三个注释掉就行了。 |
|