Slashdot Mirror


User: mikh

mikh's activity in the archive.

Stories
0
Comments
1
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1

  1. Fix: on Making Mouse Wheels Work w/ a KVM? · · Score: 3, Interesting

    Logitech mouse? Most KVM's support only MS Mouse wheel mode, and not Logitech one. You need to switch your mouse it to Microsoft Wheel mode.

    Download imwheel rpm... It includes little utility called setimps2. Put call to setimps2 to your /etc/rc.d/rc.sysinit, at the very top (before it starts gpm)

    In X86Config under mouse put

    Protocol "IMPS/2"
    Device "/dev/mouse"
    ZAxisMapping 4 5

    That fixed it for me, until I switched to Logitech laser mouse, which defaults to MS mouse protocol instead of Logitech one, which works fine without this fix.