PINE64
Trackpad sluggish response - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111)
+--- Forum: Pinebook Pro Hardware and Accessories (https://forum.pine64.org/forumdisplay.php?fid=116)
+--- Thread: Trackpad sluggish response (/showthread.php?tid=9094)

Pages: 1 2


RE: Trackpad sluggish response - chaoskampf - 03-20-2020

Received my PBP few days ago(thank you guys!). Installed last Manjaro. I'm also experiencing this issue. I have not applied keyboard update yet, but it seems not to fix the problem according to the comments above. Also waiting for some comments on this.
Some kind of temporary workaround is to slowdown acceleration but the issue is still annoying when selecting text, moving window borders, etc.
Basically I'm interested if this a hardware issue or this can be fixed some how on the program level.


RE: Trackpad sluggish response - Dendrocalamus64 - 03-20-2020

Well, there is a workaround for the window resizing which is "Make the drag handles bigger."

https://ubuntu-mate.community/t/larger-window-resize-target-area-for-mouse-dragging/19981/2

Looking in the .xml file, the Green-Submarine theme has 3-pixel borders which are already 3x as easy to hit, and any of them may be edited if desired. High-Contrast Inverse has a whopping 6-7 px.


RE: Trackpad sluggish response - chaoskampf - 03-20-2020

Also patched, but this issue have not gone.


RE: Trackpad sluggish response - rdschouw - 04-02-2020

The major issue is that the trackpad dimensions are reported incorrectly by the firmware. It reports a size of 30mm by 48mm only. This also causes another issue which is that palm rejection is ignored by libinput. It is possible to fix this by a file /etc/udev/hwdb.d/99-local.hwdb with following contents:

Code:
evdev:input:b0003v258Ap001E*
  EVDEV_ABS_00=::15
  EVDEV_ABS_01=::15
  EVDEV_ABS_35=::15
  EVDEV_ABS_36=::15

Reboot and you have very well behaved trackpad!


Please see for info: https://github.com/jackhumbert/pinebook-pro-keyboard-updater/issues/12#issuecomment-596309944


RE: Trackpad sluggish response - akirakyle - 04-03-2020

I recently applied this fix in firmware so you can also try flashing the latest version of jack humbert's keyboard updater fork to fix it instead of applying the evdev hdwd overrides.


RE: Trackpad sluggish response - rdschouw - 04-04-2020

(04-03-2020, 11:40 AM)akirakyle Wrote: I recently applied this fix in firmware so you can also try flashing the latest version of jack humbert's keyboard updater fork to fix it instead of applying the evdev hdwd overrides.

Thanks for looking into this! It really makes a world of difference.


RE: Trackpad sluggish response - cmelcher - 04-07-2020

(04-02-2020, 06:29 PM)rdschouw Wrote: The major issue is that the trackpad dimensions are reported incorrectly by the firmware. It reports a size of 30mm by 48mm only. This also causes another issue which is that palm rejection is ignored by libinput. It is possible to fix this by a file /etc/udev/hwdb.d/99-local.hwdb with following contents:

Code:
evdev:input:b0003v258Ap001E*
  EVDEV_ABS_00=::15
  EVDEV_ABS_01=::15
  EVDEV_ABS_35=::15
  EVDEV_ABS_36=::15

Reboot and you have very well behaved trackpad!


Please see for info: https://github.com/jackhumbert/pinebook-pro-keyboard-updater/issues/12#issuecomment-596309944

This didn't totally fix it for me, but it helped tremendously!  Thanks.


RE: Trackpad sluggish response - chaoskampf - 04-08-2020

Thanks, rdschouw. I've already done this right after installing manjaro and it really reduces the impact, but the issue still exists. There is another issue. After playing videos, smth wired often happens and cursor moves unpredictably. Reboot or triggering event temporarily fixes that. I call this trackpad - coronapad =).