-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Will it work on kernel 4.18.12? #24
Comments
Working on 4.18.12 (Arch) for me. From what I read it might make it into 4.20 proper |
@adam-h Did you notice any issues, i.e. lag, unresponsiveness, with Linux 4.18.14 from Arch? |
Nope, still looking good via USB and BT |
@adam-h Thanks. I tried connecting via usb today and the trackpad indeed appears to be working as before again, the described issues via bluetooth are yet still present. I will play around with it this weekend and will report back here, if i find something. |
Updated to Linux 4.18.16 on Arch Linux: the functionality is all there, if connected via bluetooth, but i have to press my finger quite harder onto the touchpad to move the cursor, compared to when connected via usb. Same as 4.18.14. Tried re-pairing the trackpad, rebuilding/reloading the module, manually adding the module, etc., but it appears only downgrading to 4.18.12 restores the functionality to where it was before. |
@sydneymeyer I just tried via Bluetooth for the first time in a few weeks and notice that I also have to press harder for normal touch operations like two-finger scrolling. Kernel 4.18.16 on Arch Linux as well. |
@sydneymeyer @alanorth I got the same issue on latest Arch kernel via bluetooth. I need to press almost to a click to perform any action. My setup is:
What i supposed the pressure is a key. Looks like via bluetooth connection the pressure threshold are activated. Because
Adjust values for yourself and reboot system to apply changes. For more you can refer to this links: Also I did not test yet, but seems like usb connection ignore those thresholds. |
This is right. The offsets for the pressures have been removed from the kernel-module and need now to be handled in userspace. https://lkml.org/lkml/2018/10/3/145 Peter Hutterer:
|
For ubuntu users, the quirks file is located in /usr/share/libinput/.quirks |
@idomitori you're right, those quirks work well for me on Arch Linux kernel 4.18.16 while using the trackpad over Bluetooth. Thanks! |
and in which version has it been merged into kernel
The text was updated successfully, but these errors were encountered: