Date: Mon, 16 Jun 2003 20:29:17 -0500 From: Chris <racerx@makeworld.com> To: freebsd-questions@freebsd.org Cc: Ken Thompson <spooky@cableone.net> Subject: Re: Mouse wheel Not working in 5.0/5.1 Message-ID: <200306162029.17021.racerx@makeworld.com> In-Reply-To: <20030616200813.4082885a.sweetleaf@myrealbox.com> References: <200306161836.54446.spooky@cableone.net> <200306161951.07615.racerx@makeworld.com> <20030616200813.4082885a.sweetleaf@myrealbox.com>
next in thread | previous in thread | raw e-mail | index | archive | help
I think what's going on here, or not understood is simply this. Taking my mouse, you have the left and right button (1 & 2) the wheel, it is clickable (3) and then the Up/Down motion (4 and 5) I did mine manually. This worked for me. Chris On Monday 16 June 2003 08:08 pm, sweetleaf wrote: > I had the same problem with my logitech scroll mouse. I fixed it with the > following in my XF86Config: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Emulate3Buttons" "true" > Option "ZAxisMapping" "4 5" > EndSection > > > On Mon, 16 Jun 2003 19:51:07 -0500 > > Chris <racerx@makeworld.com> wrote: > > Below is mine. - I suspect your issues my be either the proto, or the > > device. FYI - I'm using a Logitec wheel via PS/2 port > > > > > > # Identifier and driver > > > > Identifier "Mouse1" > > Driver "mouse" > > Option "Protocol" "Auto" > > Option "Device" "/dev/sysmouse" > > Option "Buttons" "5" > > Option "ZAxisMapping" "4 5" > > > > On Monday 16 June 2003 07:36 pm, Ken Thompson wrote: > > > Hello all, I have two systems set up on FreeBSD, one with 5.0 and one > > > with 5.1. I can't seem to get the wheel to work on either one even > > > though I have added Option "ZAxisMapping" "4 5" to my XFree86Config. > > > One mouse is a cheap M$ and the other is an OEM Logitech.. Both are > > > detected and work flawlessly as Generic Wheel Mouse in Mandrake, SuSE > > > and Knoppix.. > > > Any ideas or work arounds??? > > > Thanks, > > > > -- > > > > Best regards, > > Chris > > ______________________________________________________________________ > > > > PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363 > > > > PGP Mail encouraged / preferred - keys available on common key servers > > ______________________________________________________________________ > > 01010010011000010110001101100101011100100101100000000000 > > > > > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > > To unsubscribe, send any mail to > > "freebsd-questions-unsubscribe@freebsd.org" > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" -- Best regards, Chris ______________________________________________________________________ PGP Fingerprint = D976 2575 D0B4 E4B0 45CC AA09 0F93 FF80 C01B C363 PGP Mail encouraged / preferred - keys available on common key servers ______________________________________________________________________ 01010010011000010110001101100101011100100101100000000000
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200306162029.17021.racerx>