LinuxSir.cn,穿越时空的Linuxsir!

 找回密码
 注册
搜索
热搜: shell linux mysql
查看: 746|回复: 3

关于鼠标滑轮的问题,谢谢

[复制链接]
发表于 2004-4-10 20:56:23 | 显示全部楼层 |阅读模式
各位好,我用的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
 楼主| 发表于 2004-4-10 20:59:00 | 显示全部楼层
sorry,忘记说,我是在VM里面装的gentoo,不知是否有关系。
发表于 2004-4-11 14:44:22 | 显示全部楼层
把Option "rotocol"改为 "IMPS/2"试试
发表于 2004-8-15 20:02:54 | 显示全部楼层
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "rotocol" "GlidePointPS/2"
        Option      "Device" "/dev/psaux"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection
                                                                                                                                 
Section "InputDevice"
                                                                                                                                 
# If the normal CorePointer mouse is not a USB mouse then
# this input device can be used in AlwaysCore mode to let you
# also use USB mice at the same time.
        Identifier  "DevInputMice"
        Driver      "mouse"
        Option      "rotocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection


我的也不可用
您需要登录后才可以回帖 登录 | 注册

本版积分规则

快速回复 返回顶部 返回列表