From owner-freebsd-questions@FreeBSD.ORG Sun Aug 3 09:49:26 2003 Return-Path: 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 2F3CC37B401 for ; Sun, 3 Aug 2003 09:49:26 -0700 (PDT) Received: from smtp.wizwire.com (smtp.wizwire.com [63.175.104.6]) by mx1.FreeBSD.org (Postfix) with ESMTP id 85C6143FAF for ; Sun, 3 Aug 2003 09:49:25 -0700 (PDT) (envelope-from frank@frankjahnke.com) Received: from [192.168.1.100] (65.167.14.26.bvi1.wizwire.com [65.167.14.26]) by smtp.wizwire.com (8.12.9/8.12.9) with ESMTP id h73GnOma008718 for ; Sun, 3 Aug 2003 09:49:24 -0700 (PDT) From: Frank Jahnke To: freebsd-questions@freebsd.org Content-Type: multipart/mixed; boundary="=-wNOzhw8kKieIepjg5ze9" Organization: Message-Id: <1059929375.933.42.camel@jahnke.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Aug 2003 09:49:35 -0700 Subject: Re: Mouse/X11 Documentation X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Aug 2003 16:49:26 -0000 --=-wNOzhw8kKieIepjg5ze9 Content-Type: text/plain Content-Transfer-Encoding: 7bit --=-wNOzhw8kKieIepjg5ze9 Content-Description: Forwarded message - Re: Mouse/X11 Documentation Content-Type: message/rfc822 Content-Disposition: inline Subject: Re: Mouse/X11 Documentation From: Frank Jahnke To: Ryan Merrick In-Reply-To: <3F2CDD48.7000306@comcast.net> References: <1059768274.988.12.camel@jahnke.fmjassoc.com> <3F2CDD48.7000306@comcast.net> Content-Type: text/plain Organization: Message-Id: <1059928097.933.12.camel@jahnke.fmjassoc.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 Date: 03 Aug 2003 09:28:17 -0700 Content-Transfer-Encoding: 7bit On Sun, 2003-08-03 at 03:00, Ryan Merrick wrote: > Frank Jahnke wrote: > Uncomment this line in your XF86Config > > # Option "ZAxisMapping" "4 5" > > The imwheel port is more or less intergrated into the X11 since 4.2. I > dont have it installed and the wheel works great in X11. > > You must use the device /dev/sysmouse in X11 if you run moused on the > console. If you disable moused on the console you can use the device > /dev/psm0. I suggest you get rid of moused to simplify the troubleshooting. > > Do check (#dmesg | grep psm0) what your mouse is being seen as by the > kernel. I get flakey issues with my KVM that made my mouse into a > generic ps2. You might need to change a flag on atkbd and rebuild the > kernel. > > -Ryan Merrick > Thanks for the note, Ryan. I have indeed tried to uncomment the line for AZxisMapping, though my note did not make this clear. Again, this did not work. It is my understanding that if I wish to use the mouse on the console, that I MUST use moused. Is it not possible to get a useful mouse on the console and in X11? Certainly it is true that the mouse is more useful in X11. Still, I do use it on the console, mainly for cutting and pasting. So I really would like to use both if possible. Here's the output from dmesg: % dmesg | grep psm0 psm0: irq 12 on atkbdc0 psm0: model MouseMan+, device ID 0 So BSD is finding the mouse on psm0 as it is supposed to, and it is identifying the mouse model properly. I will try to troubleshoot by not using moused. Still, there ought to be a way to do this... Any other suggestions would be most appreciated. Frank --=-wNOzhw8kKieIepjg5ze9--