Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 7 Jan 2003 21:57:43 -0500 (EST)
From:      Chris Hill <chris@monochrome.org>
To:        Christopher J Phillips <chris@furrie.net>
Cc:        freebsd-questions@FreeBSD.ORG
Subject:   Re: X mouse pointer aim intermittently becomes incorrect...
Message-ID:  <Pine.BSF.3.96.1030107214441.98094E-100000@localhost>
In-Reply-To: <1041989047.986.57.camel@furriebox.furrie.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On 8 Jan 2003, Christopher J Phillips wrote:

> During X sessions, my mouse pointer is fine (usually).  Intermittently,
> and without any "obvious" reason, the mouse pointer aim "shifts"
> approximately 1.3cm to the right of where the actual pointer is acting.

[snip]

> A reboot is all that will get things back on track for me.  I know how
> to kill moused but I am not sure how to restart it within or without X
> from the command line (which I might be able to reach without a mouse,
> right?)...
> I suppose I could exit X, kill moused, restart it, then get back into X,
> but I'd still need to know how to run moused (OK, I'm sounding lame
> now).

You don't have to exit X to restart moused. You could

$ ps -ax | grep mouse
200   ??  Is 0:00.35 moused -p /dev/psm0 -t auto   <-- find moused's pid
98347 p1 S+ 0:00.02 grep mouse

...and then

$kill -1 200           <-- restart it

(you may need to be [su'd to] root to do that)

Sorry, I can't help with the underlying problem, though it sounds like
you may have the wrong thing specified in your XF86Config.

HTH...

--
Chris Hill               chris@monochrome.org
**                     [ Busy Expunging <|> ]


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?Pine.BSF.3.96.1030107214441.98094E-100000>