|
|
各位好,我用的logitec光电滑轮鼠标,gentoo默认安装好的时候滑轮还可以用,但是用xf86config重新设置XF86Config以后,鼠标的滑轮就不能用了。找了很多文章,好象都是说加入 Option "ZAxisMapping" "4 5"
但是还是不行,以下是XF86Config文件中鼠标部分,请教大家是什么原因啊,如何解决。先谢谢了。
#**********************************************************************
# Core Pointer's InputDevice section
# **********************************************************************
Section "InputDevice"
# Identifier and driver
Identifier "Mouse1"
Driver "mouse"
Option " rotocol" "Auto"
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
# Mouse-speed setting for PS/2 mouse.
# Option "Resolution" "256"
# When using XQUEUE, comment out the above two lines, and uncomment
# the following line.
# Option " rotocol" "Xqueue"
# Baudrate and SampleRate are only for some Logitech mice. In
# almost every case these lines should be omitted.
# Option "BaudRate" "9600"
# Option "SampleRate" "150"
# Emulate3Buttons is an option for 2-button Microsoft mice
# Emulate3Timeout is the timeout in milliseconds (default is 50ms)
# Option "Emulate3Buttons"
# Option "Emulate3Timeout" "50"
# ChordMiddle is an option for some 3-button Logitech mice
# Option "ChordMiddle"
EndSection |
|