[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: Mouse upgrade on RH7.3
- From: Pete Nesbitt <pete linux1 ca>
- To: General Red Hat Linux discussion list <redhat-list redhat com>
- Subject: Re: Mouse upgrade on RH7.3
- Date: Tue, 2 Nov 2004 21:31:33 -0700
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
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]