From owner-freebsd-questions Fri Mar 30 6:31: 8 2001 Delivered-To: freebsd-questions@freebsd.org Received: from satori.inet.it (satori.inet.it [213.92.4.186]) by hub.freebsd.org (Postfix) with ESMTP id 78D8037B71D for ; Fri, 30 Mar 2001 06:31:03 -0800 (PST) (envelope-from laura@satori.inet.it) Received: (from laura@localhost) by satori.inet.it (8.11.3/8.11.3) id f2UETdU41829; Fri, 30 Mar 2001 16:29:39 +0200 (CEST) (envelope-from laura) Date: Fri, 30 Mar 2001 16:29:39 +0200 From: Laura Gioia To: Michael Lucas Cc: freebsd-questions@FreeBSD.ORG Subject: Re: xf86-4 && sysmouse Message-ID: <20010330162939.B39655@satori.inet.it> Reply-To: Laura Gioia References: <20010330092242.A75314@blackhelicopters.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010330092242.A75314@blackhelicopters.org>; from mwlucas@blackhelicopters.org on Fri, Mar 30, 2001 at 09:22:42AM -0500 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Fri, Mar 30, 2001 at 09:22:42AM -0500, Michael Lucas wrote: > Hello, > > I've noticed some funky behavior with XF86-4.0.2 (from packages) and > sysmouse. The mouse buttons behave erratically, sometimes working and > sometimes not. > > The system behaves properly if I don't use sysmouse. > > Has anyone else seen this? The same (or quite) happened to me, try this: (from /etc/XF86Config) # ********************************************************************** # Core Pointer's InputDevice section # ********************************************************************** Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" #this one only if you have more than 3 buttons (I have two wheels too) and (from /etc/rc.conf) moused_port="/dev/psm0" moused_type="auto" moused_enable="YES" moused_flags="-z 4" # #this one only if you have more than 3 buttons (I have two wheels too) -- Laura Gioia I.net Spa - Housing Dpt. - God is silent. Now if only man would shut up. - Woody Allen To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message