LinuxSir.cn,穿越时空的Linuxsir!

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

IBM的本,同时有TrackPoint和USE的鼠标的时候该怎么配置xorg.conf?

[复制链接]
发表于 2007-4-15 21:04:46 | 显示全部楼层 |阅读模式
现在我是这样写的:

Section "InputDevice"
    Identifier     "TrackPoint"
    Driver         "mouse"
    Option         "CorePointer"
    Option         "Device"                 "/dev/input/mice"
    Option         "rotocol"               "S/2"
    Option         "Emulate3Buttons"        "on"
    Option         "Emulate3Timeout"        "50"
    Option         "EmulateWheel"           "on"
    Option         "EmulateWheelButton"     "2"
EndSection

Section "InputDevice"
    Identifier     "UsbMouse"
    Driver         "mouse"
    Option         "Device"                 "/dev/input/mice"
    Option         "rotocol"               "auto"
    Option         "Emulate3Buttons"        "on"
    Option         "Emulate3Timeout"        "50"
    Option         "EmulateWheel"           "on"
    Option         "EmulateWheelButton"     "2"
EndSection

TrackPoint可以正常工作,USB的鼠标左右键也正常,但是USB鼠标的滚轮不起作用。
发表于 2007-4-15 22:12:48 | 显示全部楼层
Option "ZAxisMapping" "4 5"

添加试一下。。
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-4-15 22:17:28 | 显示全部楼层
Post by syyuning
Option "ZAxisMapping" "4 5"

添加试一下。。

谢谢 但是还是不行
回复 支持 反对

使用道具 举报

 楼主| 发表于 2007-5-23 22:38:14 | 显示全部楼层
Section "InputDevice"
       Identifier      "TrackPoint"
       Driver          "mouse"
       Option          "CorePointer"
       Option          "Device"                "/dev/psaux"
       Option          "rotocol"              "IMPS/2"
       Option          "EmulateWheel"          "on"
       Option          "EmulateWheelButton"    "2"
EndSection

Section "InputDevice"
       Identifier      "UsbMouse"
       Driver          "mouse"
       Option          "Device"                "/dev/input/mice"
       Option          "rotocol"              "IMPS/2"
       Option          "Emulate3Buttons"       "on"
       Option          "Emulate3Timeout"       "50"
       Option          "EmulateWheel"          "on"
       Option          "EmulateWheelButton"    "2"
       Option          "ZAxisMapping"          "4 5"
EndSection
Section "ServerLayout"
       Identifier      "Server Layout"
       Screen          0 "Default Screen" 0 0
       InputDevice     "TrackPoint"
       InputDevice     "UsbMouse"
       InputDevice     "KeyBoard"
       Option          "AIGLX" "true"
       Option          "OffTime" "20"
       #Option          "Xinerama"
EndSection
解决 如上的配置可以
回复 支持 反对

使用道具 举报

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

本版积分规则

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