Unreliable Mouse jumps when using a KVM switch in Linux
Q. I am using a KVM switch (that connects two or more computers to the same keyboard, mouse, and monitor) to connect Linux box but mouse gives the worst user experience. How do I solve this problem?
A. You need to setup PS2 mouse protocol extension correctly. This can be done by passing boot time parameter to Linux kernel. Just append following parameter to kernel:
psmouse.proto=imps
Above parameter will set highest PS2 mouse protocol extension to imps. This should solve erratic jumps of the mouse cursor while using a KVM switch.
You need to edit grub.conf file and append above line:
# vi /boot/grub/grub.conf
OR
# vi /boot/grub/menu.lst
Append line so that it read as follows:
kernel /boot/vmlinuz-2.6.15.4 root=/dev/hdb1 ro psmouse.proto=imps
Save the file.
Reboot system to test new configuration.
See also:
E-mail
Print
Can't find an answer to your question? Contact us
Related Other Helpful FAQs:
- Linux: How To Copy and Paste From the Command Line
- Howto: FreeBSD configure or use mouse to copy and paste at a terminal
- Find and Delete File If It Is More Than One Hour Old in UNIX Shell
- Fedora / CentOS / RHEL Linux change default desktop or display manager
- Commonly used UNIX / Linux commands by new user
Leave a Reply
We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!


Recent Comments
Today ~ 88 Comments
Today ~ 6 Comments
Today ~ 7 Comments
11/07/2008 11:19 am (4 weeks ago) ~ 7 Comments
Today ~ 5 Comments