-
Notifications
You must be signed in to change notification settings - Fork 89
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
Not able to change acceleration profile #30
Comments
Considering this patch has been merged into mainline, is this still the right place to report bugs? |
@warptozero during merging to mainline we had to remove some offsets. The driver will need a libinput quirks file. As soon as 4.20 is released i will have a look at it. Anyways i had no problem setting or turning off the acceleration, neither with mtrack nor with libinput. Which distro are you using? |
I'm using Arch Linux and I've compiled linux-mainline 4.20rc6 (and rc7) from the AUR. But had the same behavior with 4.19.x and both the module compiled manually and dkms. Another problem I'm having is that upon resizing windows with the mouse (by holding down a keyboard button) the cursor jumps to the top left corner of the screen. The cursor also feels a little laggier then should be, but this might just be the de/acceleration I'm feeling. Another thing I'm getting is a lot of the following messages in
|
Well I've narrowed down the jumping cursor problem to setting the Coordinate Transformation Matrix with xinput:
Using Would it be possible for the driver to provide an option for this? As it looks like this is a fairly common complaint and Apple provides a way to do this on macOS:
|
If it's any help, here's the output of
No manual xinput changes. And the only xorg.conf.d file that's active for pointers:
If you like I can also paste the input parts of the Xorg.log. The following quirks file is active (/etc/libinput/local-overrides.quirks):
|
@warptozero are you talking about the "touch jump" error where the cursor gets stuck for a few seconds? I get that a few times a day and the following messages are printed in the system journal:
I usually just wait it out calmly, or turn the touchpad off and back on again. I'm on Arch Linux with kernel 4.19.x with Xorg. |
@alanorth I haven't experienced a stuck cursor since I switched to 4.20, so maybe that could be because of manually compiling or dkms? I also experienced a once every few hours kernel lockup that disappeared with the switch. To recap everything:
|
After installing the driver everything seems to work ok, except that acceleration is forced on.
libinput list-devices
givesAccel profiles: none
instead ofAccel profiles: flat *adaptive
. So I'm unable to set it to flat.The text was updated successfully, but these errors were encountered: