Click to See Complete Forum and Search --> : wheel mouse


atl2ptown
03-28-2001, 05:40 PM
I have an Intelli Eye USB mouse. How do I get the wheel to work. Also is there any way to maxmize the use of the intellieye, like a driver specifically designed for this mouse?
Thanks in advance

kuber
03-28-2001, 06:13 PM
If you mean the optical one, I have the same one and here is the pointer section of my XF86Config (located in /etc/X11):

Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/mouse"
Option "Buttons" "5"
Option "ZAxisMapping" "4 5"
EndSection

Getting the two side buttons to work is a bit of a pain. I haven't tried yet and I don't really see a need for them anyway. This should work for you. Be sure that you don't just copy this-your identifier may not be Mouse1, but rather Mouse0.

If you need those other 2 buttons, there is an NHF on it somewhere on this site.

Kuber

Tyr-7BE
03-28-2001, 08:07 PM
http://freshmeat.net/

Search for "imwheel". Just what you need :)