From owner-freebsd-questions Thu Feb 27 2:16:14 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 ACF3737B401 for ; Thu, 27 Feb 2003 02:16:12 -0800 (PST) Received: from mta01-svc.ntlworld.com (mta01-svc.ntlworld.com [62.253.162.41]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8DC7643FBF for ; Thu, 27 Feb 2003 02:16:11 -0800 (PST) (envelope-from scott@fishballoon.org) Received: from fishballoon.org ([80.4.125.54]) by mta01-svc.ntlworld.com (InterMail vM.4.01.03.27 201-229-121-127-20010626) with ESMTP id <20030227101609.UFXB22267.mta01-svc.ntlworld.com@fishballoon.org>; Thu, 27 Feb 2003 10:16:09 +0000 Received: from tuatara.fishballoon.org (tuatara [192.168.1.6]) by fishballoon.org (8.12.3/8.12.3) with ESMTP id h1RAFVh9045969; Thu, 27 Feb 2003 10:15:31 GMT (envelope-from scott@tuatara.fishballoon.org) Received: (from scott@localhost) by tuatara.fishballoon.org (8.12.7/8.12.7/Submit) id h1RAFUQG061076; Thu, 27 Feb 2003 10:15:30 GMT (envelope-from scott) Date: Thu, 27 Feb 2003 10:15:30 +0000 From: Scott Mitchell To: Asenchi Cc: Thanos Tsouanas , freebsd-questions@FreeBSD.ORG Subject: Re: scroll mouse Message-ID: <20030227101530.GA60967@tuatara.fishballoon.org> References: <20030226103755.90403.qmail@web13505.mail.yahoo.com> <1046271712.29654.14.camel@palea.attbi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1046271712.29654.14.camel@palea.attbi.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 4.7-STABLE i386 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, Feb 26, 2003 at 10:01:46AM -0500, Asenchi wrote: > 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... Don't forget that moused might still be started automatically for USB mice, if you have usbd running. I can't remember which one gets started first if you have it enabled in rc.conf as well, but it took me ages to work out why moused was failing to start yet still running :-) Since we're all sharing, here's my configuration for my Logitech Cordless Optical (3 buttons plus wheel): in /etc/rc.conf: usbd_enable="YES" in /etc/usbd.conf (the second entry is the stock one): # Override the generic mouse entry below to correctly configure the # wheel (buttons 4 & 5) on the Logitech cordless mouse. # device "Logitech Cordless Optical Mouse" product 0xc501 vendor 0x046d devname "ums[0-9]+" attach "/usr/sbin/moused -z 4 -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid" # The entry below starts moused when a mouse is plugged in. Moused # stops automatically (actually it bombs :) when the device disappears. # device "Mouse" devname "ums[0-9]+" attach "/usr/sbin/moused -p /dev/${DEVNAME} -I /var/run/moused.${DEVNAME}.pid ; /usr/sbin/vidcontrol -m on" in /etc/XF86Config: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection Hope that's useful to someone. Scott -- =========================================================================== Scott Mitchell | PGP Key ID | "Eagles may soar, but weasels Cambridge, England | 0x54B171B9 | don't get sucked into jet engines" scott at fishballoon.org | 0xAA775B8B | -- Anon To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message