Re: mouse pointer gravitating to corner
Eric Pogroski <[email protected]> Wed, 22 Oct 2003 07:33:50 -0400
| Newsgroups | gmane.os.freebsd.configuration |
|---|---|
| Message-ID | <[email protected]> |
On Wed, 22 Oct 2003 14:27:36 +0530 Rahul Sawarkar <[email protected]> wrote: > Here is the summary of relevant (uncommented) options: > ----------------------- > Section InputDevice > Identifier "Mouse1" > Driver "mouse" > Option "Protocol" "PS/2" > Option "Device" "/dev/psm0" > Option "Resolution" "200" > ------------------------- > This is on X4.3 that I compiled, However /etc/X11/XFConfig86 is the > config file not XF86Config-4. I had to custom build my kernel to > enable atkbdc0 & atkbd0 devices. Then I disabled console moused > daemon thru rc.conf. So /dev/sysmouse as a device in X no longer > works. > > Other error I got in X*.log are: > "(WW)fnctl(7,O_ASYNC): Inappropriate ioctl for device" > /var/log/messages (is this from /dev/psm0?): > "/kernel: psmintr: out of sync(0x0040 != 0x0008) > /kernel:psmintr: Discard a byte(1)" > > btw, can one call fnctl directly from a shell to set anything about a > device? > > Thanks in advance & Rgrds > Rahul Sawarkar > > > > Hello > > > My ps/2 mouse pointer keeps jumping to the centre-left or > > > centre-bottom of the screen every 2 seconds, making the mouse > > > unusable under X . With the console, the pointer is just haywire, > > > and also behaves like the left-button is perpetually pressed for > > > drag'n'drop. Setting mouse resolution, acceleration or report rate > > > with the mousedev command does not help. > > > > > > I have a samsung wheel mouse. I suspect a mouse protocol problem. > > > does anyone have tips for setting this right ? > > > > > > Rgrds > > > Rahul Sawarkar > > > > could you post your X config? Are you loading moused? Also, you may want to try changing the relevant lines like so: Section "InputDevice" Identifier "Mouse0" Driver "mouse" Option "Protocol" "Auto" Option "Emulate3Buttons" "no" Option "Buttons" "5" Option "ZAxisMapping" "4 5" Option "Device" "/dev/sysmouse" EndSection One last thing I've noticed: Mouse1? are you using more than one pointing device? _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-config To unsubscribe, send any mail to "[email protected]"