鼠标滚轮不起作用
我的magic linux 最新测试版,不支持我的鼠标滚轮,
无论我用setup怎么配置
,更改XF86Config
都无济于事,
而同样的鼠标,
在redhat8.0下,则没有问题。
我看了两个系统下XF86Config的文件
redhat是这样写的。
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/input/mice"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
magic是这样的。
Section "InputDevice"
Identifier "Mouse0"
# Modified by mouseconfig
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "PS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
我把他改成和redhat一样,
起动后鼠标就不动了。
只改protocol 为 “ IMPS/s”
则鼠标会乱跑,乱点。
请问这个问题能解决吗?
不能用滚轮,实在太不爽了。 首先,你有几个鼠标设备(包括touchpad和USB)?"dev/input/mice"一般是指向USB鼠标的,而普通的鼠标设备(包括touchpad)是用/dev/mouse或者/dev/psaux来表示的。如果你有不只一个鼠标设备的话,我建议你把所有相关的鼠标设备都贴出来,另外把XF86Config文件的头部也贴出来,也就是Section "ServerLayout"。这样我们才可以再帮你。 我只有一个usb鼠标,bios中usb mouse support打开
在redhat下,鼠标认成usb鼠标。
在magiclinux安装时,认成usb鼠标,
配置的时候也选择的usb鼠标。
在安装结束起动系统后,
redhat一切正常
magic linux鼠标不能用,在屏幕中心不能动。
重起后,提示硬件改变,自动配置成ps/2鼠标。
滚轮不能实用。
这是redhat下XF86Config的文件头。
# File generated by anaconda.
#
Section "ServerLayout"
#
Identifier "Anaconda Configured"
Screen 0"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
这是Magic linux的
# File generated by anaconda.
Section "ServerLayout"
Identifier "Anaconda Configured"
Screen 0"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
#
InputDevice "Keyboard0" "CoreKeyboard"
EndSection 试试这样改:
Section "ServerLayout"
Identifier "XFree86 Configured"
Screen 0"Screen0" 0 0
InputDevice "Mouse0" "CorePointer"
InputDevice "Mouse1" "SendCoreEvents"
InputDevice "Keyboard0" "CoreKeyboard"
EndSection
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/input/mice"
Option "Protocol" "IMPS/2"
Option "Emulate3Buttons" "no"
Option "ZAxisMapping" "4 5"
EndSection
Section "InputDevice"
Identifier"Mouse1"
Driver "mouse"
Option "Protocol" "auto" #或者将这个变成“PS/2”
Option "Device" "/dev/mouse"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
加入两项mouse项。
我的thinkpad的touchpad和usb滚轮鼠标就是这样一起干活的。
不行的话再说。
或者可以试试关掉gpm,要是你不常去console的话。
那样鼠标会好配很多。 usb鼠标无法使用的话,去magic版看看那里的bug集中贴
非常感谢
usb鼠标无法使用的话,去magic版看看那里的bug集中贴谢谢,已经按照Magic区的常见问题解决方法解决了。
同样感谢watchword的热心帮助。
thank you very much!!
安装时选microsoft ps/2 鼠标就可以了!我就这样
:lol:
页:
[1]