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)
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.
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.
/etc/rc.d/rc.sysinit, at the very top (before it starts gpm)
Download imwheel rpm... It includes little utility called setimps2. Put call to setimps2 to your
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.