Date: 03 Dec 2001 11:46:42 +0500 From: Joe Clarke <marcus@marcuscom.com> To: David Banning <david@skytrackercanada.com> Cc: Gary Kline <kline@tao.thought.org>, questions@FreeBSD.ORG Subject: Re: mouse not working in one direction Message-ID: <1007362003.45729.4.camel@shumai.marcuscom.com> In-Reply-To: <20011203024259.A334@sympatico.ca> References: <20011202040835.A982@sympatico.ca> <20011202013416.A14436@tao.thought.org> <20011203024259.A334@sympatico.ca>
next in thread | previous in thread | raw e-mail | index | archive | help
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 <whatever> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1007362003.45729.4.camel>