Unreliable Mouse jumps when using a KVM switch in Linux

by nixcraft on May 2, 2006 · 1 comment

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:

Featured Articles:

Share this with other sys admins!
Facebook it - Tweet it - Print it -

{ 1 comment… read it below or add one }

1 Majoosh February 10, 2009

That’s cool thx :)

Majoosh

Reply

Leave a Comment

You can use these HTML tags and attributes for your code and commands: <strong> <em> <ol> <li> <u> <ul> <blockquote> <pre> <a href="" title="">
What is 5 + 9 ?
Please leave these two fields as-is:
Solve the simple math so we know that you are a human and not a bot.



Previous post:

Next post: