From owner-freebsd-questions Wed Feb 26 4:43:48 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 5318937B406 for ; Wed, 26 Feb 2003 04:43:46 -0800 (PST) Received: from 10-4-5-217.kotnet.org (bones2.kulnet.kuleuven.ac.be [134.58.253.194]) by mx1.FreeBSD.org (Postfix) with ESMTP id E9B3D43F75 for ; Wed, 26 Feb 2003 04:43:43 -0800 (PST) (envelope-from tijl@ulyssis.org) Received: from localhost (localhost [127.0.0.1]) by 10-4-5-217.kotnet.org (8.12.6/8.12.6) with SMTP id h1QChe4m047331 for ; Wed, 26 Feb 2003 13:43:41 +0100 (CET) (envelope-from tijl@ulyssis.org) Date: Wed, 26 Feb 2003 13:43:40 +0100 From: Tijl Coosemans To: freebsd-questions@FreeBSD.ORG Subject: Re: scroll mouse Message-Id: <20030226134340.1ed1f0da.tijl@ulyssis.org> In-Reply-To: <20030226103755.90403.qmail@web13505.mail.yahoo.com> References: <20030226103755.90403.qmail@web13505.mail.yahoo.com> X-Mailer: Sylpheed version 0.8.10 (GTK+ 1.2.10; i386-portbld-freebsd4.7) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit 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, 26 Feb 2003 02:37:55 -0800 (PST), 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" > > > 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? Try with changing "MouseSystems" in your XF86Config to "Auto". > why is moused started? It's started by usbd when you attach the mouse. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message