Re: psmouse synchronization loss under load

From: Dmitry Torokhov
Date: Fri Dec 19 2003 - 22:51:27 EST


On Friday 19 December 2003 08:51 pm, Aaron Lehmann wrote:
> On a Dell laptop whenever I run a program that takes the full CPU, my
> mouse pointer goes insane and thrashes my X session every few minutes.
> It seems to have a mind of its own and always be able to make it to
> the Exit item in the root menu ;). Whenever this happens, psmouse logs
> and detects the error:
>
> psmouse.c: Mouse at isa0060/serio4/input0 lost synchronization,
> throwing 2 bytes away.
>

That means that mouse interrupt hasn't been serviced for more than 0.5
seconds. You could try commenting out that piece of code in
drivers/input/mouse/psmouse-base.c but I think that's a sign that something
else is going on in the kernel - 0.5 sec is pretty long.

Dmitry
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/