[olug] suse 9 install
Richard Smith
richs at mail.utexas.edu
Sun Nov 23 18:08:07 UTC 2003
Ryan O'Rourke wrote:
> Patrick Olsen wrote:
> [snip.] there are
>
>> somet things that i dont like, like it didnt rec. the middle button on
>> my mouse as a scroll button, RH 8 and 9 did. havent figured out where
>> you go or that im a linux n00b.
>
>
> I had the same problem with SuSE 8.2
> You have to make sure your /etc/X11/XF86Config file has on option under
> mouse configuration that says something like:
> Option "ZAxisMapping" "4 5"
you'll need to add this as well
Option "Protocol" "IMPS/2" or "ExplorerPS/2"
here's my mouse section, I'm using a logitech mx700.
Section "InputDevice"
Identifier "Mouse0"
Driver "mouse"
Option "Protocol" "ExplorerPS/2"
Option "Device" "/dev/input/mice"
Option "Buttons" "7"
Option "ZAxisMapping" "6 7"
EndSection
More information about the OLUG
mailing list