From owner-freebsd-questions Sun Dec 2 22:46:47 2001 Delivered-To: freebsd-questions@freebsd.org Received: from creme-brulee.marcuscom.com (rdu57-28-046.nc.rr.com [66.57.28.46]) by hub.freebsd.org (Postfix) with ESMTP id E838837B405 for ; Sun, 2 Dec 2001 22:46:43 -0800 (PST) Received: from shumai.marcuscom.com (marcus@shumai.marcuscom.com [192.168.1.4]) by creme-brulee.marcuscom.com (8.11.6/8.11.6) with ESMTP id fB36ghJ82904; Mon, 3 Dec 2001 01:42:43 -0500 (EST) (envelope-from marcus@marcuscom.com) Subject: Re: mouse not working in one direction From: Joe Clarke To: David Banning Cc: Gary Kline , questions@FreeBSD.ORG In-Reply-To: <20011203024259.A334@sympatico.ca> References: <20011202040835.A982@sympatico.ca> <20011202013416.A14436@tao.thought.org> <20011203024259.A334@sympatico.ca> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Evolution/0.99.2 (Preview Release) Date: 03 Dec 2001 11:46:42 +0500 Message-Id: <1007362003.45729.4.camel@shumai.marcuscom.com> Mime-Version: 1.0 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 On Mon, 2001-12-03 at 02:43, David Banning wrote: > > > I am installing X using XF86Config and I keep getting mouse > > > movement in only the vertical direction. > > > I am using a PS/2 mouse with /dev/psm0 > > > > Me-thinks you need to change from protocol to > > AUTO and your mouse should behave. (I've got a low-end Intel i815 > > mainboard, and things work now... but maaaaaan, what a hassle!) > > > > cheers, and please let the group know, > > OK, so I changed the "PS/2" in /etc/X11/XF86Config to "AUTO" > so now it looks like; > > Section "InputDevice" > > # Identifier and driver > > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "AUTO" > Option "Device" "/dev/psm0" > > I am not sure if what I did is what you suggested. > Still now working. Any ideas? Try: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "auto" Option "Device" "/dev/sysmouse" Option "Buttons" "5" EndSection and make sure moused is running: moused -z 4 -p /dev/psm0 -t auto and it should work fine. You could probably leave out the -z 4 and "Buttons" "5" stuff, but, if you have a wheel mouse, it makes things nice. Joe > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message