On Tuesday 30 March 2004 01:19, Rei Shinozuka wrote:
> is it possible to get a 3-button optical mouse to replace it? �all of
> the mice i can find have scroll wheels and i have no idea if they
> work with linux, and they seem like they would be uncomfortable as
> a 2nd mouse button. �advice?

If you simply want a 3 button optical no problem, just plug it in and restart 
gpm.

Wheel mouse work as well no problem, however you would need to reconfigure 
your system, possably using 'mouseconfig' depending on which system you have 
of course.
And secondly.
You would also be better of editing /etc/X11/XF86Config(-4) by hand, then 
needed text is;

Section "InputDevice"
        Identifier  "Mouse1"
        Driver      "mouse"
        Option       "Corepointer"
        Option      "Device" "/dev/psaux"
        Option      "Protocol" "IMPS/2"
        Option       "Buttons" "5"
        Option      "Emulate3Buttons" "off"
        Option      "ZAxisMapping" "4 5"
EndSection

That will make X use the scroll wheel.

-- 
If the Linux community is a bunch of theives because they
try to imitate windows programs, then the Windows community
is built on organized crime.

Regards Richard
[EMAIL PROTECTED]
http://people.zeelandnet.nl/pa3gcu/



-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to