From owner-freebsd-questions Thu Aug 8 7:27:50 2002 Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D717337B400 for ; Thu, 8 Aug 2002 07:27:47 -0700 (PDT) Received: from janeway.vonbek.dhs.org (bgm-24-24-79-198.stny.rr.com [24.24.79.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 19D5943E42 for ; Thu, 8 Aug 2002 07:27:47 -0700 (PDT) (envelope-from syborg@stny.rr.com) Received: by janeway.vonbek.dhs.org (Postfix, from userid 507) id DA8C54FC8B; Thu, 8 Aug 2002 10:27:32 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by janeway.vonbek.dhs.org (Postfix) with ESMTP id D537A4A0E for ; Thu, 8 Aug 2002 10:27:32 -0400 (EDT) Date: Thu, 8 Aug 2002 10:27:32 -0400 (EDT) From: John Bleichert X-X-Sender: syborg@janeway.vonbek.dhs.org Reply-To: John Bleichert To: freebsd-questions@freebsd.org Subject: Re: How to enable scrollwheel mouse? In-Reply-To: <20020808004554.A36656@mail.seattleFenix.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Thu, 8 Aug 2002, Benjamin Krueger wrote: > Subject: Re: How to enable scrollwheel mouse? > > * Peter Leftwich (Hostmaster@Video2Video.Com) [020807 22:52]: > > Hello, I am running XFree86 4.2.0 and KDE with the Konqueror browser (both > > 2.2.2) and my mouse works fine but the scroll wheel does not scroll the > > page in Konqueror. Is this something to fix at boot time (when moused or > > /dev/ums0 is called), in X, in KDE, or what? Puzzlin. > > > > -- > > Peter Leftwich > > President & Founder > > Video2Video Services > > Box 13692, La Jolla, CA, 92039 USA > > +1-413-403-9555 > > This is going to be defined in your X config. I have a mouse with two scroll > buttons, so my configuration looks like this: > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "auto" > Option "Device" "/dev/sysmouse" > Option "Buttons" "7" > Option "ZAxisMapping" "4 5 6 7" > EndSection > > Your config will probably look more like: > > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > > -- > Benjamin Krueger > > "Life is far too important a thing ever to talk seriously about." > - Oscar Wilde (1854 - 1900) > ---------------------------------------------------------------- > Send mail w/ subject 'send public key' or query for (0x251A4B18) > Fingerprint = A642 F299 C1C1 C828 F186 A851 CFF0 7711 251A 4B18 > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > YMMV with this. Entertainingly, with my cordless Logitech wheelmouse, the wheel works great when I use it as a USB mouse, but when I use the USB->ps2 converter and use it as a ps2 mouse, the wheel doesnt work. HAHA! JB /* * John Bleichert * syborg@stny.rr.com * http://vonbek.dhs.org/latest.jpg */ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message