Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

erratic mouse on redhat with kvm switch

Status
Not open for further replies.

raygg

Technical User
Jun 14, 2000
397
US
Trying to use a trial copy of redhat v4 AS server on 32bit x86 machine - the initial software is installed ok but everytime I switch to another box and then back again the mouse behaves erratically. This never occurred when I switched among systems running any flavor of Windows or solaris 8 or 9. The only posting I could find says to add psmouse.proto=imps to /etc/grub.conf. Cannot do this as that is a link to /boot/grub/grub.conf. Tried adding that to the latter but no luck.

 
You have a wheel mouse, correct? Change the mouse protocol to ps2 instead of imps2 then restart gpm and/or X to activate the changes. The KVM doesn't emulate the wheel properly.

Have Fun! [afro2]
 
I have a kvm switch with a wheel mouse that works perfectly

Here is my setup
Code:
Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "yes"
EndSection

Cheers

QatQat

Life is what happens when you are making other plans.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top