> > > I got the mouse up and running (bothe Debian & FreeBSD) > > > except for the "wheel". I would assume that the "wheel" is > > > used to scroll up and down in lieu of the scroll bars in >> an > > > apt such as Netscape. I did add the > > > Option "ZAxisMapping" "4 5" to my XF86Config > > > file but the only thing I can use the "wheel" for is "clicking" > > > like a middle mouse button. Any ideas? > > > > > > BTW... What is the "thumb" button for?
I've got this mouse working using: Section "InputDevice" Identifier "Generic Mouse" Driver "mouse" Option "CorePointer" Option "Device" "/dev/psaux" Option "Protocol" "ImPS/2" Option "ZAxisMapping" "4 5" EndSection This is with XFREE86 4.0.x The wheel generally works. The thumb button duplicates button 2. - Ed