Click to See Complete Forum and Search --> : microsoft intellimouse
optech
05-05-2001, 02:50 AM
i have an intellimouse. it worked fine in mandrake 7.2, but when i installed mandrake 8.0, i can only pick the mouse without the wheel... well, i have the wheel...
i figure it's something to do with Xfree86, but i can't find it... blarg...
any help?
i just want to scroll!!
Tyr-7BE
05-05-2001, 03:12 AM
I use imwheel to let me use the scroll wheel. You can get it from http://freshmeat.net
Bills_a_bub
05-05-2001, 03:18 AM
Optech,
Here's an entry ripped from my /etc/X11/XF86Config-4 file (in RH7):
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "IMPS/2"
Option "Device" "/dev/psaux"
Option "ZAxisMapping" "4 5"
Option "Emulate3Buttons" "no"
EndSection
Note the ZAxisMapping option. That's got my wheel working.
Good luck.
Tyr-7BE
05-05-2001, 03:38 AM
Bill are you using Debian? Optech's gotta watch out for the "Option" lines, as I believe that Mandy doesn't use those. I might be wrong though. It wasn't present in XFree86 3, but it might be in 4.
bdg1983
05-05-2001, 04:18 AM
X4
Option "ZAxisMapping" "4 5"
X3.x.x
ZAxisMapping 4 5
Believe that to be correct. Anyone?
X_Entity
05-05-2001, 04:34 AM
looks ok to me