> I am at wits end. I have read every "scroll-mouse" post back to 1998,
> and cannot seem to find the right settings. I have an IBM desktop
> (300PL), with a PS/2 mouse. This mouse had 3 buttons, and a scroll
> knobbie thing, which I believe not only goes up and down, but left-right
> as well. I do not think the knobby thing is pressable, however. (So, 3
> buttons, 4 scroll movements.)
> I am currently running RH7.2 and KDE, altho GNOME is on the machine
> also. I have edited both XF86Config and XF86Config-4 numerous times,
> but, again, no setting seems to do the trick.
My IBM ScrollPoint mouse works fine for me under RH7.2
I have not yet found any applications that make use of the
right/left control of the scrollpoint.
Note that mine uses a PS/2 type connection. If your's is a serial mouse
(if there is a serial ScrollPoint mouse), then this may not work.
Here's what I did to get it working:
In file /etc/X11/XF86Config-4 under Section "InputDevice" containing
Identifier "Mouse0"
change line: Option "Protocol" "PS/2"
to: Option "Protocol" "IMPS/2"
add line: Option "Buttons" "7"
change line: Option "ZAxisMapping" "4 5"
to: Option "ZAxisMapping" "4 5 6 7"
So, the entire section reads:
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Device" "/dev/mouse"
Option "Protocol" "IMPS/2"
Option "Buttons" "7"
Option "Emulate3Buttons" "on"
Option "ZAxisMapping" "4 5 6 7"
EndSection
--
** Scott Allen *** Toronto, Ontario, Canada **
** for correct mail address remove upper case letters **