* 3 button optical mouse
@ 2004-03-29 23:19 Rei Shinozuka
2004-03-29 23:29 ` Joshua Rogers
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Rei Shinozuka @ 2004-03-29 23:19 UTC (permalink / raw)
To: Newbie Linux Users
i was delivered a linux system with a belkin 3 button ball-type PS2 mouse.
two problems:
1) don't like ball-mice
2) i boycott belkin
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?
i ordered a happy hacker's keyboard because it laid the keys out like
they should be, and its tiny footprint.
thanks!
-rei
--
Rei Shinozuka shino@panix.com
Ridgewood, New Jersey
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 3 button optical mouse
2004-03-29 23:19 3 button optical mouse Rei Shinozuka
@ 2004-03-29 23:29 ` Joshua Rogers
2004-03-29 23:38 ` Michael Anaya
2004-03-30 6:40 ` pa3gcu
2 siblings, 0 replies; 5+ messages in thread
From: Joshua Rogers @ 2004-03-29 23:29 UTC (permalink / raw)
To: linux-newbie
Well, I'm using a 3 Button Optical mouse with scroll wheel. All you
should really have to do is unplug the one you have and plug another
in. You shouldn't have to do any real configuration (or at least I've
never had to). I'm using a Logitech myself. From the computers point
of view, I don't believe it can tell the difference between ball and
optical. And both have the same number of buttons so that shouldn't be
a problem.
Josh
Rei Shinozuka wrote:
>i was delivered a linux system with a belkin 3 button ball-type PS2 mouse.
>two problems:
>1) don't like ball-mice
>2) i boycott belkin
>
>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?
>
>i ordered a happy hacker's keyboard because it laid the keys out like
>they should be, and its tiny footprint.
>
>thanks!
>
>-rei
>
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* RE: 3 button optical mouse
2004-03-29 23:19 3 button optical mouse Rei Shinozuka
2004-03-29 23:29 ` Joshua Rogers
@ 2004-03-29 23:38 ` Michael Anaya
2004-03-30 6:40 ` pa3gcu
2 siblings, 0 replies; 5+ messages in thread
From: Michael Anaya @ 2004-03-29 23:38 UTC (permalink / raw)
To: Linux-Newbie
i was delivered a linux system with a belkin 3 button ball-type PS2 mouse.
two problems:
1) don't like ball-mice
2) i boycott belkin
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?
i ordered a happy hacker's keyboard because it laid the keys out like
they should be, and its tiny footprint.
thanks!
-rei
I have used the same setup at home that your a describing, and have had no
problems with either.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 3 button optical mouse
2004-03-29 23:19 3 button optical mouse Rei Shinozuka
2004-03-29 23:29 ` Joshua Rogers
2004-03-29 23:38 ` Michael Anaya
@ 2004-03-30 6:40 ` pa3gcu
[not found] ` <20040403143802.GB7079@panix.com>
2 siblings, 1 reply; 5+ messages in thread
From: pa3gcu @ 2004-03-30 6:40 UTC (permalink / raw)
To: Rei Shinozuka, Newbie Linux Users
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
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: 3 button optical mouse
[not found] ` <20040403143802.GB7079@panix.com>
@ 2004-04-03 14:52 ` pa3gcu
0 siblings, 0 replies; 5+ messages in thread
From: pa3gcu @ 2004-04-03 14:52 UTC (permalink / raw)
To: Rei Shinozuka; +Cc: linux-newbie
On Saturday 03 April 2004 16:38, Rei Shinozuka wrote:
> hey you're awesome! i got the 3 button ps2 optical mouse
> i added the lines you suggested below, changed the line
> InputDevice "Mouse0" "CorePointer"
> to
> InputDevice "Mouse1" "CorePointer"
> and the wheel works like a charm!!
>
> how the heck do you guys know this stuff?? :-)
Experiance and RTFM'ing.
> thanks again,
>
> -rei
--
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
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2004-04-03 14:52 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-03-29 23:19 3 button optical mouse Rei Shinozuka
2004-03-29 23:29 ` Joshua Rogers
2004-03-29 23:38 ` Michael Anaya
2004-03-30 6:40 ` pa3gcu
[not found] ` <20040403143802.GB7079@panix.com>
2004-04-03 14:52 ` pa3gcu
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.