From owner-freebsd-questions Wed Apr 5 15:17:18 2000 Delivered-To: freebsd-questions@freebsd.org Received: from mail.twave.net (twave.net [206.100.228.5]) by hub.freebsd.org (Postfix) with SMTP id 2837D37BA08 for ; Wed, 5 Apr 2000 15:17:16 -0700 (PDT) (envelope-from brameld@twave.net) Received: from [208.47.188.48] by mail.twave.net (NTMail 3.03.0018/1.abwg) with ESMTP id la728635 for ; Wed, 5 Apr 2000 18:17:08 -0400 From: Walter Brameld To: "James (Scribble) Kelty" , freebsd-questions@freebsd.org Subject: Re: Mouse FREAKS out in X Date: Wed, 5 Apr 2000 19:15:56 -0400 X-Mailer: KMail [version 1.0.28] Content-Type: text/plain References: <38EB942A.DBCB21B4@digital-impact.com> In-Reply-To: <38EB942A.DBCB21B4@digital-impact.com> MIME-Version: 1.0 Message-Id: <00040519172000.01864@Bozo_3.BozoLand.domain> Content-Transfer-Encoding: 8bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 05 Apr 2000, in a never-ending search for enlightenment, James (Scribble) Kelty wrote: > Any insight as to why the mouse freaks in X, but not at the console? > Just a generic ps/2 style mouse, but it just kinda flips all over the > place when using X. I can't point X to /dev/psm0 because that is being > used by the console, so I just used the default in /dev/mouse in > xf86conifg..... > > Any thoughts??? > > -James I've posted this several times, but I'll do it once more. Try this setup: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "ZAxisMapping" "4 5" EndSection Works great for me, hope it helps you. (The ZAxisMapping is to get my wheel working). -- Walter Brameld Microsoft: Where do you want to go today? Linux: Where do you want to go tomorrow? BSD: Are you guys coming, or what? Walter: And what does THIS button do?? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message