[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#1108441: Acknowledgement (xserver-xorg-input-libinput: Left clicks stop working every few hours, freezes for a minute or two)





Some more testing...


Switchijng to another console with Ctrl+Alt+F3 doesn't solve the problem.

Logging on text console maybe solves.
Maybe? Because mouse clicking hangs for one minute and maybe I'm not fast enough.





My curent solution is to:

1. open terminal
2. switch to root user
3. run command, and click, tap, double click, double tap:

# evemu-record /dev/input/event4 | grep BTN --line-buffered | grep -v 'BTN_TOUCH|BTN_TOOL_FINGER|myszbuttontest'  -E
#     Event code 272 (BTN_LEFT)
#     Event code 328 (BTN_TOOL_QUINTTAP)
#     Event code 333 (BTN_TOOL_DOUBLETAP)
#     Event code 334 (BTN_TOOL_TRIPLETAP)
#     Event code 335 (BTN_TOOL_QUADTAP)
E: 7.296402 0001 014d 0001    # EV_KEY / BTN_TOOL_DOUBLETAP   1
E: 7.303560 0001 014d 0000    # EV_KEY / BTN_TOOL_DOUBLETAP   0
E: 7.303560 0001 014e 0001    # EV_KEY / BTN_TOOL_TRIPLETAP   1
E: 7.617556 0001 014d 0001    # EV_KEY / BTN_TOOL_DOUBLETAP   1
E: 7.617556 0001 014e 0000    # EV_KEY / BTN_TOOL_TRIPLETAP   0
E: 7.624073 0001 014d 0000    # EV_KEY / BTN_TOOL_DOUBLETAP   0
E: 10.745921 0001 0110 0001    # EV_KEY / BTN_LEFT             1
E: 10.876437 0001 0110 0000    # EV_KEY / BTN_LEFT             0
E: 14.987414 0001 0110 0001    # EV_KEY / BTN_LEFT             1
E: 15.097463 0001 0110 0000    # EV_KEY / BTN_LEFT             0


When I see "BTN_LEFT", then touchpad starts clicking properely.


Reply to: