|
藍森林 http://www.lslnet.com 2006年8月18日 15:18
如何調低2.6下的鼠標靈敏度?
或者怎麼給grub啟動的內核加參數?
升級到2.6.12以後,鼠標速度n快,把KDE裡面全調到底都難以忍受.......
在kerneltrap上看到, 可以給"kernel boot line"加參的方法:psmouse_rate=60 psmouse_resolution=200搞定, 但是我在grub.conf改了,但是沒有用:
kernel /vmlinuz-2.6.12 ro root=LABEL=/ hdc=ide-scsi psmouse_rate=60 psmouse_resolution=200
不知道怎麼可以搞定...... |
如何調低2.6下的鼠標靈敏度?
我的鼠標靈敏度是2。4 ^_^ |
如何調低2.6下的鼠標靈敏度?
自己搞定了,是2.6和2.4內核識別的不同
去掉XF86config裡面的一個鼠標驅動就可以了,否則就會出現兩倍效果.....汗.....
見Vojtech Pavlik的<Linux 2.6 Input Drivers FAQ>;,原文在kerneltrap上
Problems:
~~~~~~~~~
I'm getting double clicks when I click only once.
My scroll wheel scrolls by two lines/screens instead of one.
My mouse moves too fast.
Solution:
~~~~~~~~~
Check your XFree86 config file.
You probably have two "mouse" entries there, one pointing to /dev/psaux and the other to /dev/input/mice, so that you can get both your PS/2 and USB mouse working on 2.4.
2.6 uses the input subsystem for both PS2 and USB, and thus both devices will report events from both mice, resulting in doubled events.
Remove either the /dev/psaux or /dev/input/mice entry, depending what suits you better for 2.4 compatibility should you ever need go back to 2.4. |
| |