From owner-freebsd-stable Mon Feb 19 8:58:19 2001 Delivered-To: freebsd-stable@freebsd.org Received: from web119.yahoomail.com (web119.mail.yahoo.com [205.180.60.120]) by hub.freebsd.org (Postfix) with SMTP id 4368737B491 for ; Mon, 19 Feb 2001 08:58:14 -0800 (PST) Received: (qmail 5371 invoked by uid 60001); 19 Feb 2001 16:58:14 -0000 Message-ID: <20010219165814.5370.qmail@web119.yahoomail.com> Received: from [206.47.244.30] by web119.yahoomail.com; Mon, 19 Feb 2001 08:58:13 PST Date: Mon, 19 Feb 2001 08:58:13 -0800 (PST) From: Peter Shpak Subject: Re: PS/2 mouse To: Krzysztof Parzyszek Cc: freebsd-stable@freebsd.org In-Reply-To: <20010219092820.B5660@buchanan-181-249.stures.iastate> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG if you are starting the mouse daemon before you get to X then the mouse is at /dev/sysmouse i found that the best way to set up an IntelliMouse with X is to say the following: Section "InputDevice" # Identifier and driver Identifier "Mouse1" Driver "mouse" Option "Protocol" "Auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" Option "ZAxisMapping" "4 5" EndSection the above makes the mouse wheel work as well. arz@iastate.edu> wrote: > I tried to hook a PS/2 mouse (IntelliMouse) to my > FreeBSD box and I couldn't > make it work with X 4.0.2. I did some experimenting > and I can't quite > remember particular symptoms with different > configurations, but problems > included: > - X server not starting at all (no core pointer) > - X server starting but mouse pointer not moving > - X server starting but mouse pointer jumping all > over the screen > > `cat /dev/psm0' usually resulted in `Device busy' > (that was the reason > why X couldn't see the mouse). > > The mouse was installed on irq12, detected during > boot, no flags passed > to the driver. > > I'm using a KVM switch, but I tried to use the mouse > with and without it. > Currently I have the mouse hooked up via the > PS/2---serial adapter, but > I feel that's not the Right Way. > > Any help will be appreciated. > > -- > ,oOo.Bc -=EE Krzysztof Parzyszek > 11/29/2000 3:41pm > -'7' `L' ---Entropy isn't > what it used to be... > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message __________________________________________________ Do You Yahoo!? Get personalized email addresses from Yahoo! Mail - only $35 a year! http://personal.mail.yahoo.com/ To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message