[Wayland-bugs] [Bug 102649] Mouse taps (?) detected while typing
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Mon Jan 29 05:23:02 UTC 2018
https://bugs.freedesktop.org/show_bug.cgi?id=102649
--- Comment #43 from Peter Hutterer <peter.hutterer at who-t.net> ---
"thee cursor jumped between "t" and "ermina"." - wait, I though we're talking
about mouse taps detected?
Now that I'm reading the log again: the problem seems to be that your
trackpoint sends random motion events. This is one case of movement while
typing:
event0 KEYBOARD_KEY +15.72s *** (-1) pressed
event0 KEYBOARD_KEY +15.78s *** (-1) released
-event14 POINTER_MOTION +15.90s -0.26/ -0.09
-event0 KEYBOARD_KEY +15.91s *** (-1) pressed
event0 KEYBOARD_KEY +15.91s *** (-1) pressed
-event14 POINTER_MOTION +15.91s -0.73/ -0.29
-event0 KEYBOARD_KEY +15.98s *** (-1) released
event0 KEYBOARD_KEY +15.98s *** (-1) released
event14 is your trackpoint and it's not captured by the disable-while-typing
because that's for touchpads only. So the question now is *why* is this thing
sending the occasional movement? Are you touching it or just hammering on the
keyboard hard enough?
As for starting multiple commands at the same time, screen is your friend:
$> cat test.screenrc
zombie kr
screen ls -lR
screen echo "hello"
$> screen -c test.screenrc
Will start 2 screens with ls and echo. Adjusting this example should give you
almost exact timestamps in evemu and libinput debug-events.
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20180129/1334b12c/attachment.html>
More information about the wayland-bugs
mailing list