On Tue, Oct 31, 2000 at 05:54:00PM -0400, The Hermit Hacker wrote:
> On Tue, 31 Oct 2000, Matt Meola wrote:
> > On Tue, 31 Oct 2000, The Hermit Hacker wrote: > Just upgraded one of my
> > colleagues computers to v4 from ports from v3 > ... she's got a TrackMan
> > Marble+ mouse that worked fantasticly in v3 but > now, if you try to move
> > the pointer around, it goes to one of the corners > and pretty much sits
> > there ... I just had the same problem -- took me a few days to solve. Try
> > re-configging XFree. For some reason, switching the mouse protocol from
> > "PS/2" to "Auto" has it working fine. Try that and see if it helps. --
> > Matt Meola KC0DXW Bailey, CO, USA To Unsubscribe: send mail to
> > [EMAIL PROTECTED] with "unsubscribe freebsd-ports" in the body of the
> > message
>
> Tried that ... my machine in my office is using the PS/2 mouse interface,
> and I compared configs ... all to no avail ;(
I use a Logitech Marble PS/2 (and I'm running moused) with XF86 4 my mouse
configuration is as follows and may be applicable, because I experienced
the mouse "wigging out" without the following setup as described above by
Matt Meola:
- moused:
moused_port="/dev/psm0"
moused_enable="YES"
moused_flags="-3 -F 200 -r high"
- XF86Config (XFree86_4.0.1_3)
Section "InputDevice"
Identifier "Mouse1"
Driver "mouse"
Option "Device" "/dev/sysmouse"
Option "Emulate3Buttons"
Option "Emulate3Timeout" "50"
EndSection
I used to have to specify protocol as auto, but when I
upgraded to 4.0.1_3 from 4.0 I didn't need to specify it
anymore (learned by accident when re-writing config)
htth,
Chris
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-stable" in the body of the message