Following with the next problem I find. Using the border to scroll instead of the 2 finger scrolling, it seems to pick the wrong position for the border and in a few milimeters more to the left out of the border. Please let me know what information you need to get the right size of the touchpad.
Created attachment 116507 [details] evemu log Here is the log from evemu when doing some scrolling
Created attachment 116508 [details] event debug log And the same log but from event-debug
note that you need to start event-debug with --set-scroll-method=edge, otherwise it'll default to 2-finger scrolling. But I can reproduce your issue. The problem is that some of motions are detected as palms in the edges. That's a bug, when we have edge scrolling enabled we must ignore the right edge for palm detection. run event-debug with --verbose and you'll see messages in the form of "palm: palm detected (edge)".
http://lists.freedesktop.org/archives/wayland-devel/2015-June/022692.html
Any chance you could provide here a f22 package on koji so I give it a try? Thanks
here we go: http://koji.fedoraproject.org/koji/taskinfo?taskID=10068480
It works like a charm now. Thanks. I still have one more regression but I will file another bug report.
mmm, I find the parkinson again. Was this new build created before the patch: http://cgit.freedesktop.org/wayland/libinput/commit/?id=f13fbc96e84b2bb78bb61886d79aaaeaf8a9b4a1 ?
yeah, sorry. that patch isn't in fedora yet. will do that tomorrow
ok thanks
nevermind, will be here in a tick: http://koji.fedoraproject.org/koji/taskinfo?taskID=10068556 pls leave karma in bodhi when the update goes online
commit 51b694e28216b041a620d26ab2f3de6261a2e820 Author: Peter Hutterer <peter.hutterer@who-t.net> Date: Tue Jun 16 15:39:48 2015 +1000 touchpad: disable right-edge palm detection for edge scrolling
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.