Mouse upgrade on RH7.3

Pete Nesbitt pete at linux1.ca
Wed Nov 3 04:31:33 UTC 2004


On November 2, 2004 07:57 am, Ed Greshko wrote:
> Brian McGrew wrote:
> > Kernel 2.4.20
> > Original Mouse: Dell 2-Button PS/2 Mechanical (No Scroll)
> > New Mouse: Dell 2-Button USB Optical w/Scroll
>
> Just curious...isn't the "Scroll" a wheel...and if so isn't the wheel
> also a 3rd button?

Yes, that's why the 2 'scroll' directions are buttons 4 & 5.

>
> > Any idea how to make this new mouse work?  Someone at work told me to
> > replace "PS/2" with "IMPS/2" in /etc/X11/XF86Confg-4 but that doesn't
> > work; when I do that, the mouse looses it's mind and just jumps around.
> >
> > Any help is appreciated!
>
> If memory serves me....
>
> Do you have:
>
>          Option      "ZAxisMapping" "4 5"
>
> as one of the lines in your XF86Confg-4 for the mouse?
>



You should also check that the device line points to the usb device not the 
ps/2 device.

Here is what it may look like:

Section "InputDevice"
        Identifier  "Mouse0"
        Driver      "mouse"
        Option      "Protocol" "IMPS/2"
        Option      "Device" "/dev/input/mice"
        Option      "ZAxisMapping" "4 5"
        Option      "Emulate3Buttons" "no"
EndSection

Not:
 Option    "Device" "/dev/psaux"

-- 
Pete Nesbitt, rhce




More information about the redhat-list mailing list