[Wayland-bugs] [Bug 96259] Imprecise click
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Jun 15 07:15:38 UTC 2016
https://bugs.freedesktop.org/show_bug.cgi?id=96259
--- Comment #17 from Peter Hutterer <peter.hutterer at who-t.net> ---
(In reply to Paviluf from comment #16)
> By the way it's not so easy to find that "--enable-event-gui" is needed to
> build the event-gui tool.
sorry, I should've mentioned that: it's not needed if all the dependencies are
installed. other than that you did the right thing.
> $ make && sudo make install
> $ sudo reboot
this isn't needed if you're just running the event-gui tool, just run that as
sudo ./tools/event-gui and it will use the local modification. you won't have
the new libinput controlling the cursor but for testing that doesn't matter.
> It seem that worked because with the 2.1 firmware it's much much better,
> there is almost no movement, like with synaptics. With the 2.0 firmware
> there is no visible change since it already worked pretty well.
ok, this would indicate that for your device the hysteresis should be a bit
larger. change it to
tp->hysteresis_margin.x = res_x * 0.75;
tp->hysteresis_margin.y = res_y * 0.75;
or possibly even just res_x/res_y. Which one works best?
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/wayland-bugs/attachments/20160615/2342d76f/attachment.html>
More information about the wayland-bugs
mailing list