From owner-freebsd-questions Wed Feb 26 7: 1: 8 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 74BB737B401 for ; Wed, 26 Feb 2003 07:01:06 -0800 (PST) Received: from nyogtha.unknownkadath.net (nyogtha.unknownkadath.net [209.153.153.179]) by mx1.FreeBSD.org (Postfix) with ESMTP id 446E643FBF for ; Wed, 26 Feb 2003 07:01:05 -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 h1QFFffX043687; Wed, 26 Feb 2003 10:15:42 -0500 (EST) Subject: Re: scroll mouse From: Asenchi To: Thanos Tsouanas Cc: freebsd-questions@FreeBSD.ORG In-Reply-To: <20030226103755.90403.qmail@web13505.mail.yahoo.com> References: <20030226103755.90403.qmail@web13505.mail.yahoo.com> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.8 Date: 26 Feb 2003 10:01:46 -0500 Message-Id: <1046271712.29654.14.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 On Wed, 2003-02-26 at 05:37, Thanos Tsouanas wrote: > Hello everyone.. > I am having a similar problem which wont fix with those :( > Im using 4.7-stable and a logitech usb mouse with wheel... > > from the XF86Config file... > > Section "InputDevice" > Identifier "Mouse0" > Driver "mouse" > Option "Protocol" "MouseSystems" > Option "Device" "/dev/sysmouse" > Option "Buttons" "5" > Option "ZAxisMapping" "4 5" > EndSection > > > > from the rc.conf file... > > moused_enable="NO" > moused_type="NO" To add on to what everyone else said, I would do this also: > Option "Protocol" "auto" > Option "Device" "/dev/ums0" This should fix your problem. I would take moused_enable="NO" completely out of rc.conf or comment it. This way it doesn't run. Granted "NO" should work, but... > > > from ps aux | grep mouse .... > root 99 0.3 0.1 912 512 ?? Ss 12:17PM 0:00.66 /usr/sbin/moused -p /dev/ums0 -I > /var/run/moused.ums0.pid > > > I see in /dev that sysmouse is different from ums0... > what changes shud i do? > why is moused started? > > Thank you! Good luck! Curt > > __________________________________________________ > Do you Yahoo!? > Yahoo! Tax Center - forms, calculators, tips, more > http://taxes.yahoo.com/ > > 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