Libinput warning message
by EdGr from LinuxQuestions.org on (#570T2)
With -current, libinput has been issuing warnings that the keyboard "event processing lagging behind by %dms, your system is too slow". A new message appears every 10 minutes or so.
From the source code, I see that the warning is triggered when the event dispatch takes more than 10ms. This is not much time for computers that run heavy loads.
I went back to evdev with:
Code:rm -f /usr/share/X11/xorg.conf.d/40-libinput.conf
rm -f /usr/share/X11/xorg.conf.d/91-keyboard-layout-libinput.confI did not notice any loss of features with a keyboard and mouse.
Ed


From the source code, I see that the warning is triggered when the event dispatch takes more than 10ms. This is not much time for computers that run heavy loads.
I went back to evdev with:
Code:rm -f /usr/share/X11/xorg.conf.d/40-libinput.conf
rm -f /usr/share/X11/xorg.conf.d/91-keyboard-layout-libinput.confI did not notice any loss of features with a keyboard and mouse.
Ed