https://bugs.freedesktop.org/show_bug.cgi?id=96259

--- Comment #17 from Peter Hutterer <[email protected]> ---
(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.
_______________________________________________
wayland-bugs mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-bugs

Reply via email to