From owner-freebsd-questions Tue Feb 25 11:54:19 2003 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 3A31C37B401 for ; Tue, 25 Feb 2003 11:54:17 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 50672440BA for ; Tue, 25 Feb 2003 11:48:21 -0800 (PST) (envelope-from asenchi@asenchi.com) Received: from [192.168.0.25] (dedport-132-157.idealapps.com [64.118.132.157] (may be forged)) by nyogtha.unknownkadath.net (8.12.6/8.12.6) with ESMTP id h1PJj4fX036290; Tue, 25 Feb 2003 14:45:05 -0500 (EST) Subject: Re: scroll mouse From: Asenchi To: Brian Henning Cc: freebsd In-Reply-To: References: Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 25 Feb 2003 14:31:13 -0500 Message-Id: <1046201474.27431.38.camel@palea.attbi.com> Mime-Version: 1.0 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 Brian, You need to set 'moused_enable="NO"' or just comment it out. Then find your mouse in dmesg: %dmesg | grep psm #if it is ps2 You will also need to set your XF86Config file similar to: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/psm0" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection Once you have done all of that, run: %killall moused It should work. Good luck! Curt On Tue, 2003-02-25 at 14:05, Brian Henning wrote: > Hello- > i have a logitech 2 button mouse with a wheel in the middle. > i would like to get the wheel to work in x-windows, but i can't get the > scrolling to work. > here is what i have done so far. > > rc.conf > -------- > moused_type="ps/2" > moused_port="/dev/psm0" > moused_enable="YES" > moused_flags="-z 4" > > /usr/X11R6/lib/X11/XF86Config > ... > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > ... > > any suggestions? > cheers, > > brian > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message