From owner-freebsd-questions Thu Aug 8 0:47: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 F2CB937B400 for ; Thu, 8 Aug 2002 00:47:45 -0700 (PDT) Received: from mail.seattleFenix.net (seattleFenix.net [216.39.145.247]) by mx1.FreeBSD.org (Postfix) with ESMTP id F0E9C43E65 for ; Thu, 8 Aug 2002 00:46:34 -0700 (PDT) (envelope-from roo@mail.seattleFenix.net) Received: (from roo@localhost) by mail.seattleFenix.net (8.11.6/8.11.6) id g787jtU37594; Thu, 8 Aug 2002 00:45:55 -0700 (PDT) (envelope-from roo) Date: Thu, 8 Aug 2002 00:45:55 -0700 From: Benjamin Krueger To: Peter Leftwich Cc: FreeBSD LIST Subject: Re: How to enable scrollwheel mouse? Message-ID: <20020808004554.A36656@mail.seattleFenix.net> References: <20020808014948.R44991-100000@earl-grey.cloud9.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20020808014948.R44991-100000@earl-grey.cloud9.net>; from Hostmaster@Video2Video.Com on Thu, Aug 08, 2002 at 01:51:59AM -0400 X-PGP-Key: http://www.macguire.net/benjamin/public_key.asc 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 * 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