Bug 1221200
Summary: | alps touchpad coordinate jumps at end of 2fg scrolling | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | noraef <dpntldvc> |
Component: | kernel | Assignee: | Hans de Goede <hdegoede> |
Status: | CLOSED UPSTREAM | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 21 | CC: | gansalmon, hdegoede, itamar, jonathan, kernel-maint, madhu.chinakonda, mchehab, peter.hutterer, tommy.gagnes |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2015-05-20 09:20:34 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Attachments: |
Description
noraef
2015-05-13 13:34:32 UTC
Hi, Thanks for the bugreport, as discussed in bug 1219865, I believe that this is a touchpad bug which can be worked around at the kernel level. I've started a scratch F-22 kernel build which should fix this. I know your still on F-21 but the F-22 kernel should work fine there. You can find the scratch build here: http://koji.fedoraproject.org/koji/taskinfo?taskID=9750618 Please download the following rpms: kernel-4.0.3-...rpm kernel-core-4.0.3-...rpm kernel-modules-4.0.3-...rpm For your arch from there (note this is still building atm). Save them all to the same directory (which should not contain other rpms) and do: sudo rpm -ivh kernel-*.rpm From within that directory. Then boot into the new kernel and see if the problem is gone, and report the result back here. Thanks & Regards, Hans Created attachment 1025727 [details]
[PATCH] alps: Fix finger jumps on lifting 2 fingers on v7 touchpad
Hi Hans, Sorry for the late reply: was a bit busy these last few days, and I took the time to test your 4.0 kernel build. The rebound is mostly fixed now. Though there have been a few occasions when the up rebound happened again when scrolling down. It's so rare now that it's quite hard to reproduce, as shown by the much bigger log size this time (see evemu-rare-scroll-rebound.log). Much better now, so thanks a whole lot already! Created attachment 1027447 [details]
output of "evemu-record /dev/input/event5" showing (much rarer) wrong scroll behaviour near the bottom of the touchpad
Had to spend some time to try and reproduce it, with the patched 4.0 kernel. So I scrolled down, and down, and down, unwillingly changed XFCE workspace through dragging the pointer down, started scrolling down again, until it happened.
Hi, Thanks for testing my patch. I've submitted it to the upstream kernel so that it can be merged there. As for the rare jump you still see, I can see that in the log, but it is caused by the touchpad actual reporting one finger moving up slightly just before the other finger is seen as released. Inlike the last time where the touchpad was clearly sending wrong coordinates, there is nothing we can do to fix this. Given that this is a quite minor issue, I believe it is best to wait for the patch to get into the Fedora kernels through the upstream kernel, rather then carrying it as a Fedora specific kernel patch, so I'm closing this bug. Regards, Hans *** Bug 1225967 has been marked as a duplicate of this bug. *** |