FS#54178 - [linux] 4.11 trackpad clicking disables cursor movement
Attached to Project:
Arch Linux
Opened by Britt Yazel (brittyazel) - Wednesday, 24 May 2017, 23:56 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 26 February 2018, 16:30 GMT
Opened by Britt Yazel (brittyazel) - Wednesday, 24 May 2017, 23:56 GMT
Last edited by Eli Schwartz (eschwartz) - Monday, 26 February 2018, 16:30 GMT
|
Details
Using Linux 4.11.2 and libinput/Gnome 3.24 whenever I left
or right click my trackpad becomes unresponsive until I
release the click. This makes clicking and dragging
completely impossible. Reverting back to kernel 4.10.11 got
rid of the issue, so it somehow seems to be kernel specific
(hence while I am filing this bug under linux)
|
This task depends upon
Closed by Eli Schwartz (eschwartz)
Monday, 26 February 2018, 16:30 GMT
Reason for closing: Fixed
Additional comments about closing: seems to be fixed with the latest kernel releases
Monday, 26 February 2018, 16:30 GMT
Reason for closing: Fixed
Additional comments about closing: seems to be fixed with the latest kernel releases
I attached here lsmod and libinput-list-devices logs for both 4.11.3 and 4.10.9. The touchpad is recognized differently on 4.11 and there is one new module in lsmod output (rmi_core). These logs are from Dell XPS13 model 9333 (the one with Haswell processor).
lsmod.4.11.3-1-ARCH.log (6.1 KiB)
libinput-list-devices.4.10.9-... (3.8 KiB)
libinput-list-devices.4.11.3-... (3.8 KiB)
Interesting enough he said "IIRC, 4.11 on these laptops should still be using hid-multitouch (like in v4.10) as we had some troubles with hid-rmi.", and since you reported a new module 'rmi_core', perhaps this is the issue. Maybe we aren't using hid-multitouch like we should be
I'm guessing that this is the root of our problem.