LinuxSir.cn,穿越时空的Linuxsir!

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

鼠标的滚动轮不能用

[复制链接]
发表于 2006-5-20 10:10:50 | 显示全部楼层 |阅读模式
不知道如何配置#dpkg-reconfigure xserver-xfree86
到鼠标选择那里不知道到底要选那个,
俺已经试了,dev/psaux ,dev/input/mice ps/2 imps/2,好象都不行,请大家帮忙。
谢谢。

本帖子中包含更多资源

您需要 登录 才可以下载或查看,没有帐号?注册

x
发表于 2006-5-20 10:21:27 | 显示全部楼层
我的配置,可以参考一下:
/etc/X11/xorg.conf

Section "InputDevice"

    Identifier        "Mouse1"
    Driver        "mouse"
    Option "rotocol"    "IMPS/2"        # IntelliMouse PS/2
    Option "Device"      "/dev/psaux"
    Option "ZAxisMapping"   "4 5 6 7"        # 滚轮的设置关键是这里

EndSection
回复 支持 反对

使用道具 举报

发表于 2006-5-20 15:04:25 | 显示全部楼层
我的配置,可以参考一下:
  /etc/X11/XF86Config-4

Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/input/mice"
        Option          "rotocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
回复 支持 反对

使用道具 举报

发表于 2006-5-21 17:00:03 | 显示全部楼层

配置文件中有两个section是鼠标

我的鼠标滚轮不起作用,所以看了一下配置文件 /etc/X11/XF86Config-4,结果发现了两个关于鼠标的section,本人不很明白,请高手指点。下附部分配置文件:
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "rotocol"              "S/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "rotocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
我的系统上只有一个鼠标的。
回复 支持 反对

使用道具 举报

发表于 2006-5-21 18:00:25 | 显示全部楼层
Post by zhulei5
我的鼠标滚轮不起作用,所以看了一下配置文件 /etc/X11/XF86Config-4,结果发现了两个关于鼠标的section,本人不很明白,请高手指点。下附部分配置文件:
Section "InputDevice"
        Identifier      "Configured Mouse"
        Driver          "mouse"
        Option          "CorePointer"
        Option          "Device"                "/dev/psaux"
        Option          "rotocol"              "S/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
Section "InputDevice"
        Identifier      "Generic Mouse"
        Driver          "mouse"
        Option          "SendCoreEvents"        "true"
        Option          "Device"                "/dev/input/mice"
        Option          "rotocol"              "ImPS/2"
        Option          "Emulate3Buttons"       "true"
        Option          "ZAxisMapping"          "4 5"
EndSection
我的系统上只有一个鼠标的。

这个没关系的,其中有一个Section会选择哪个设备的,以Identifier区别
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

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