From owner-freebsd-questions Mon Aug 6 15:24:13 2001 Delivered-To: freebsd-questions@freebsd.org Received: from smtprelay3.adelphia.net (smtprelay3.adelphia.net [64.8.25.8]) by hub.freebsd.org (Postfix) with ESMTP id 7C44B37B405 for ; Mon, 6 Aug 2001 15:24:03 -0700 (PDT) (envelope-from ipthomas_77@yahoo.com) Received: from twin.scraemondaemon.org ([24.49.117.213]) by smtprelay3.adelphia.net (Netscape Messaging Server 4.15) with ESMTP id GHO3KS03.AKM; Mon, 6 Aug 2001 18:24:28 -0400 Received: (from ipt@localhost) by twin.scraemondaemon.org (8.11.3/8.11.3) id f76MLVp01238; Mon, 6 Aug 2001 18:21:31 -0400 (EDT) (envelope-from ipt) Date: Mon, 6 Aug 2001 18:20:11 -0400 From: User & Ian Patrick Thomas To: Idar Tollefsen Cc: freebsd-questions@freebsd.org Subject: Re: Mouse trouble (console and X) Message-ID: <20010806182011.B1137@localhost> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: ; from Idar.Tollefsen@baerum.kommune.no on Mon, Aug 06, 2001 at 03:20:14PM +0200 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 As it was put forth by Idar Tollefsen on Mon, Aug 06, 2001 at 03:20:14PM +0200... > Hello, > > I had moused running, using /dev/mouse which > was a symlink to /dev/sysmouse. When I started > X with this configuration, the mouse fired off quite > a few clicks and placed itself in the top right corner > and then went dead. > > I went back to the console and killed moused just > to find that the mouse now was non-functional in X. > > Back on the console again, I changed /dev/mouse > to point to /dev/psm0 (as I have a PS/2 mouse). > This made the mouse work correctly in X, but > only when moused isn'r running. moused still starts > and operates correctly even tough it now points > to /dev/psm0 instead of /dev/sysmouse trough > /dev/mouse. > > Is there a way to make moused and X cooperate > to share the mouse? And what exactly does > /dev/sysmouse do? I read somewhere that it > was an abstraction to the actual mouse device...? > > Note that I have tried both "ps/2" and "auto" as > protocols for moused, both for /dev/psm0 and > /dev/sysmouse. > > > - IT You're almost there. Try auto and /dev/mouse in X. I use moused and a mouse in X with no problems. Make sure moused is running before you run X with these values though. If /dev/mouse doesn't work, then /dev/sysmouse. Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/mouse" Ian To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message