Date: Sat, 8 Feb 1997 16:55:55 +1100 From: David Nugent <davidn@labs.usn.blaze.net.au> To: Justen Stepka <raistlin@ecpnet.com> Cc: Zach Heilig <zach@blizzard.gaffaneys.com>, Leonard Chua <lenc@earth.infinetconsulting.com>, freebsd-bugs@freebsd.org, freebsd-hackers@freebsd.org Subject: Re: moused and X11R6 Message-ID: <19970208165555.12961@usn.blaze.net.au> In-Reply-To: <Pine.BSF.3.95.970207222919.2151A-100000@chaos.ecpnet.com>; from Justen Stepka on Feb 02, 1997 at 10:31:41PM References: <876804rsia.fsf@murkwood.gaffaneys.com> <Pine.BSF.3.95.970207222919.2151A-100000@chaos.ecpnet.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Feb 02, 1997 at 10:31:41PM, Justen Stepka wrote: > > I'm not entirely sure what's wrong, but maybe someone else has > > noticed. The system is running moused, XF86_SVGA, and fvwm (and a > > whole boatload of xterms and other applications). > > I to have noticed a problem similar, I have no problem loading X though. > The problem is when I go to move the mouse it appears as though it's > "drunk" and drags along slowly and in weird patterns. I figured that code > had been changed so I just turned moused off. It would appear that you've configured both X and moused to access the mouse directly, in which case they're fighting for control, and certainly you'll see the results that you've observed. Had X been configured to use /dev/mouse, then the mouse in X would not have worked at all unless you changed your X configuration as well. It works like this: moused handles the *real* mouse device, and "converts" these into mousesystems events, then emulates a "real" mouse to everything that uses it. In the meatime, It can affect the console device as well if you have mouse actions on via vidcontrol. e.g (for a serial mouse): /dev/cuaa0 -> moused | /dev/mouse | +-- vidcontrol | +-- xfree Regards, David Nugent - Unique Computing Pty Ltd - Melbourne, Australia Voice +61-3-9791-9547 Data/BBS +61-3-9792-3507 3:632/348@fidonet davidn@freebsd.org davidn@blaze.net.au http://www.blaze.net.au/~davidn/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19970208165555.12961>