Wanted - pointers re where to look for keyboard bug.
Peter Hutterer
mailinglists at who-t.net
Mon Oct 15 22:31:45 PDT 2007
Ed Schouten wrote:
> | mieqEnequeue: out-of-order valuator event; dropping.
this happens when you process a valuator event that isn't right after a
motion event. in your case, it might be that your keyboard is generating
valuator events (why??).
please put a breakpoint onto GetKeyboardValuatorEvents (GKVE) and if
num_valuators > 0, then we nailed it.
there is a bug in the server that although it happily generates valuator
events for key events, it doesn't like to process them. for now, just
stop generating valuator events by forcibly setting num_valuators to 0
in GKVE.
Cheers,
Peter
More information about the xorg
mailing list