From owner-freebsd-stable Mon Mar 4 8:26:54 2002 Delivered-To: freebsd-stable@freebsd.org Received: from rwcrmhc51.attbi.com (rwcrmhc51.attbi.com [204.127.198.38]) by hub.freebsd.org (Postfix) with ESMTP id F225537B417 for ; Mon, 4 Mar 2002 08:26:48 -0800 (PST) Received: from max ([12.254.136.195]) by rwcrmhc51.attbi.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with SMTP id <20020304162648.HKOV2626.rwcrmhc51.attbi.com@max>; Mon, 4 Mar 2002 16:26:48 +0000 Message-ID: <020f01c1c399$ada0be50$0900a8c0@max> From: "John Nielsen" To: "stan" , "FreeBSD Stable Mailing List" References: <20020304154107.GB23567@teddy.fas.com> Subject: Re: Upgrading to Xf864, how do I get wheel moyse to work? Date: Mon, 4 Mar 2002 09:28:55 -0700 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG ----- Original Message ----- From: "stan" To: "FreeBSD Stable Mailing List" Sent: Monday, March 04, 2002 8:41 AM Subject: Upgrading to Xf864, how do I get wheel moyse to work? > I'm upgrading to Xf6864 from the ports tree. > > I am using mousedd to handle the mouse and pass it on to X. > > What configuration changes do I need to make to moused, and X to take > advantage of my wheel mouse? This post belongs on -questions, if anywhere. The answer is also covered in the FAQ. (http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/x.html#X-AND-WHEEL) Basically, you need to add "-z 4" to "moused_flags" in rc.conf. And your mouse section in XF86Config should look something like this: Section "InputDevice" Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection If the software you want to use the scroll wheel in isn't new enough to recognize it on its own, you may wish to install the imwheel port/package. JN To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message