Re: Touch screen zoom - any method to disable?

From: Michael Gmelin <freebsd_at_grem.de>
Date: Fri, 16 Feb 2024 12:04:14 UTC

> On 16. Feb 2024, at 12:46, Milan Obuch <freebsd-x11@dino.sk> wrote:
> 
> Hi,
> 
> I have a terminal with touch screen running luakit with custom
> application. Basically, it works as intended, however, sometimes user
> unknowingly zooms into part of screen.
> 
> While relatively easy, all that's necessary is unzoom it using two
> fingers (the same way as used on smartphones), it scares this user a
> bit. So the best way to handle it would be not allowing zoom to occur.
> 
> Is there a method to do this? Some configuration of X? My setup uses
> webcamd to create event file for touch screen and libinput driver to
> handle input event in X.

Can you share the output of

  xinput list

and for each of the devices shown

  xinput list-props device

Cheers