QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 544|回复: 1

请问如何解决2.6.x内核下X-window鼠标移动过快问题

[复制链接]
发表于 2004-1-12 01:33:21 | 显示全部楼层 |阅读模式
在2.6.x内核中X-window鼠标移动速度过快,请问如何解决?
我在XF86Config里面已经加入Option "Resolution" "200",但是
还是不管用。用的是USB罗技鼠标。
谢谢!
发表于 2004-1-12 01:52:53 | 显示全部楼层
可以删除一套鼠标配置,如我的XF86Config-4:

Section "InputDevice"
Identifier "Configured Mouse"
Driver "mouse"
Option "CorePointer"
Option "Device" "/dev/psaux"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection

Section "InputDevice"
Identifier "Generic Mouse"
Driver "mouse"
Option "SendCoreEvents" "true"
Option "Device" "/dev/input/mice"
Option "Protocol" "ImPS/2"
Option "ZAxisMapping" "4 5"
EndSection

......

Section "ServerLayout"
Identifier "Default Layout"
Screen "Default Screen"
InputDevice "Generic Keyboard"
InputDevice "Configured Mouse"
InputDevice "Generic Mouse"
EndSection

把红色的部分删除。
回复

使用道具 举报

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

本版积分规则

GMT+8, 2024-9-30 07:24 , Processed in 0.039963 second(s), 15 queries .

© 2021 Powered by Discuz! X3.5.

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