Bug 100413 - Unwanted double tap (right click) with one finger
Summary: Unwanted double tap (right click) with one finger
Status: RESOLVED NOTOURBUG
Alias: None
Product: Wayland
Classification: Unclassified
Component: libinput (show other bugs)
Version: unspecified
Hardware: Other All
: medium normal
Assignee: Wayland bug list
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 100122
Blocks:
  Show dependency treegraph
 
Reported: 2017-03-27 11:41 UTC by Paviluf
Modified: 2017-04-04 06:32 UTC (History)
1 user (show)

See Also:
i915 platform:
i915 features:


Attachments
unwanted two finger tap (380.44 KB, application/zip)
2017-03-29 20:49 UTC, Paviluf
Details
evemu log (32.89 KB, text/plain)
2017-03-30 05:29 UTC, Paviluf
Details
unwanted two finger tap (125.28 KB, text/plain)
2017-04-02 06:58 UTC, Paviluf
Details

Description Paviluf 2017-03-27 11:41:46 UTC
Hello Peter,

As a follow up of #100122, I can confirm that after disabling tap-and-drag the touchpad is not "sticky" anymore. But now I noticed that I have unwanted double tap (right click) with only one finger sometimes. I have some unwanted simple tap  too sometimes.

By the way the pressure value that give the best result (for now :) ) are these one

tp->pressure.high = 12;
tp->pressure.low = 10;

Thanks !
Comment 1 Peter Hutterer 2017-03-29 04:36:55 UTC
fwiw, "doubletap" are two single-finger taps in quick succession, resulting in a doubleclick. I think what you mean is a two-finger tap?

I'll need an evemu-record please from such an unwanted tap so I can reproduce it here.
Comment 2 Paviluf 2017-03-29 20:49:31 UTC
Created attachment 130554 [details]
unwanted two finger tap

You are right, it's an unwanted two-finger tap with one finger, sorry.
Here is an evemu record. It had happened almost at the end. 

Thanks !
Comment 3 Peter Hutterer 2017-03-29 23:42:01 UTC
fyi, evemu-record has a --autorestart=X option that creates a new file after X seconds of inactivity. Makes the recordings shorter, 65000 lines of event log is a bit long to sift through.

anyway, a two-finger event first appears at timestamp 305.372914. A second finger is detected, then moves independently of the first finger. This looks like a normal event sequence. 307.037204 and 324.239153 are the same. In all three cases, the sequence looks correct, a second touch lands, both move a bit, then one or both are released. The only hint I have here that some thing *may* be wrong is that in all three cases, both fingers are released within the same or across two event frames.

However, this is not something that's detectable, this is normal touchpad interaction. In all three cases, the x/y coordinates of the two touches are distant enough so they appear as two fingers. In other words - there's no way I can see how I could detect this without disabling two-finger interaction altogether.

This *may* be fixable in the kernel if the touchpad has some tuning parameters, but I doubt it. You can try, as root, by running:
echo 1 > /sys/class/input/event4/device/device/calibrate
(and don't touch the touchpad until complete, takes a second or so I think)

Note, that syspath might be wrong, swap event4 for your touchpad and dig around for the calibrate attribute.
Comment 4 Paviluf 2017-03-30 05:29:52 UTC
Created attachment 130559 [details]
evemu log

I calibrated the touchpad but that doesn't change anything

# echo 1 > /sys/bus/i2c/devices/i2c-CYAP0000\:00/calibrate

I managed to make a shorter log. I hope you can find something :)

Thanks !
Comment 5 Peter Hutterer 2017-03-30 07:09:59 UTC
ok, the right click you see is triggered by the software button, not by tapping. You're pressing the physical button and depending on the finger location this triggers a left or right click. See https://wayland.freedesktop.org/libinput/doc/latest/clickpad_softbuttons.html

But there's something else that's going on here, look at the event at 0.087396, it sends heaps of different x/y/pressure values within the same frame. That's another sign of the touchpad/driver going a bit nuts, especially because some of the values go well beyond the axis maximum ranges (max is 1280, one value is 3840)
Comment 6 Paviluf 2017-04-02 06:58:16 UTC
Created attachment 130637 [details]
unwanted two finger tap

(In reply to Peter Hutterer from comment #5)
> ok, the right click you see is triggered by the software button, not by
> tapping. You're pressing the physical button and depending on the finger
> location this triggers a left or right click. See
> https://wayland.freedesktop.org/libinput/doc/latest/clickpad_softbuttons.html

It was early in the morning but I'm almost certain that I did not physically press a button.

> But there's something else that's going on here, look at the event at
> 0.087396, it sends heaps of different x/y/pressure values within the same
> frame. That's another sign of the touchpad/driver going a bit nuts,
> especially because some of the values go well beyond the axis maximum ranges
> (max is 1280, one value is 3840)

I made a systemd service to calibrate the touchpad at boot and on resume. It seem a little bit better but that still happening. I made an other log (I hope it's the right one since I used the --autorestart option).
Comment 7 Peter Hutterer 2017-04-03 01:09:49 UTC
same thing here, look for BTN_LEFT in the output, it happens at 8.962308. There are a few other taps that generate left buttons correctly, but that one is a click and is interpreted based on software button behaviour.

Could be that your touchpad has a really sensitive physical trigger?

I think your best escape from this problem is to enable clickfinger behaviour, that way a right-click is triggered by a two-finger click rather than a location-dependent click. That should work around this issue.
Comment 8 Paviluf 2017-04-04 06:25:20 UTC
(In reply to Peter Hutterer from comment #7)
> same thing here, look for BTN_LEFT in the output, it happens at 8.962308.
> There are a few other taps that generate left buttons correctly, but that
> one is a click and is interpreted based on software button behaviour.
> 
> Could be that your touchpad has a really sensitive physical trigger?

It's not sensitive. To make a physical click you have to press a lot stronger than a tap.

> I think your best escape from this problem is to enable clickfinger
> behaviour, that way a right-click is triggered by a two-finger click rather
> than a location-dependent click. That should work around this issue.

I tried your advice for a full day and it seem to work very well ! Thank you very very much !

This touchpad is so crappy...
Comment 9 Peter Hutterer 2017-04-04 06:32:40 UTC
(In reply to Paviluf from comment #8)
> It's not sensitive. To make a physical click you have to press a lot
> stronger than a tap.

maybe, but check the BTN_LEFT events in the output. That button means a physical click and since the kernel usually doesn't just make those up, the firmware of the touchpad says a click has occured. So you may notice a *physical* difference between clicking and tapping like the above, but all we can go on is what the touchpad tells us.


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.