鼠标滚轮没法用,怎么回事啊??
怎样才可以解决呢??
鼠标滚轮没法用!
-
- 帖子: 2
- 注册时间: 2006-11-20 20:29
-
- 帖子: 2
- 注册时间: 2006-11-20 20:29
- eexpress
- 帖子: 58428
- 注册时间: 2005-08-14 21:55
- 来自: 长沙
定义正常。
xev测试鼠标。看滚轮有事件产生没。
ButtonRelease event, serial 29, synthetic NO, window 0x3000001,
root 0x186, subw 0x0, time 260157550, (13,3), root:(18,71),
state 0x800, button 4, same_screen YES
ButtonPress event, serial 29, synthetic NO, window 0x3000001,
root 0x186, subw 0x0, time 260159165, (13,3), root:(18,71),
state 0x0, button 5, same_screen YES
/etc/X11/xorg.conf里面有这些没。
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
xev测试鼠标。看滚轮有事件产生没。
ButtonRelease event, serial 29, synthetic NO, window 0x3000001,
root 0x186, subw 0x0, time 260157550, (13,3), root:(18,71),
state 0x800, button 4, same_screen YES
ButtonPress event, serial 29, synthetic NO, window 0x3000001,
root 0x186, subw 0x0, time 260159165, (13,3), root:(18,71),
state 0x0, button 5, same_screen YES
/etc/X11/xorg.conf里面有这些没。
Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/input/mice"
Option "Protocol" "ExplorerPS/2"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "true"
EndSection
● 鸣学