LinuxSir.cn,穿越时空的Linuxsir!

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

鼠标问题

[复制链接]
发表于 2004-2-8 15:31:02 | 显示全部楼层 |阅读模式
以前是2D滚轮鼠标,现在换了个3D光电,进系统后没有滚轮功能,其他正常.请问如何解决?
发表于 2004-2-8 15:47:35 | 显示全部楼层
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        #Option         "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "rotocol"              "IMPS/2"
        #Option         "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection

Option          "ZAxisMapping"          "4 5"
好象是加这句吧
/etc/X11/XF86Config-4
 楼主| 发表于 2004-2-8 16:14:56 | 显示全部楼层
我的是:
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
应该怎么该?
发表于 2004-2-10 10:08:36 | 显示全部楼层
我的是:
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
应该怎么该?



我和你的一样,我也正等待答案中,,,,,,,,,,,,,,
您需要登录后才可以回帖 登录 | 注册

本版积分规则

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