> I am having trouble getting imwheel to work.  I have installed imwheel and
> modified the X config files accordingly, and it still does not work.

Don't use imwheel. My mouse-related stuff looks like this:

Section "InputDevice"
    Identifier  "OpticalMouse"
    Driver      "mouse"
    Option      "Protocol"      "IMPS/2"
    Option      "Device"        "/dev/mouse"
    Option      "ZAxisMapping"  "4 5"
EndSection

Note the IMPS/2 protocol. This is VERY important. So try working the 
section above into your config and make sure gpm is running in this 
manner:

gpm -t ps/2 -m /dev/mouse

You may need to modify the appropriate startup scripts.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to