Score:2

Disabling Wayland / Gnome touch gestures for touch monitor (or entirely)

ng flag

Has anyone figured out how to disable touch gestures in Gnome when using Wayland? I am used to X11 where I can use full 10-finger multi-touch in Bitwig Studio (a great audio recording tool, for those who don't know), but the newest version of Ubuntu is (and many distros soon are) using the new Wayland compositor, and there are some (admittedly nice) touch gestures which cause any touches > 3 to replace previous touches.

This makes Bitwig's touch-piano and mixer hard to use in any meaningful way.

I would love to keep them for the touchpad but not the monitor.

The disable gestures extension does not currently support 21.10, so I'm not able to lean on that yet.

But, again, I would love to keep using gestures with the touchpad, but just not have them affect touchscreen input.

Thanks in advance,

Sam

vanadium avatar
cn flag
A workaround would be to switch to X11 - you still can run Ubuntu desktop on X11 if you wish. Wayland is now default, but not the only possibility - you would then loose touchpad gestures, obviously.
Score:0
cn flag

To disable the touchscreen completely, I followed this link and it worked like a charm in Ubuntu 21.1 running on an Asus Laptop.

https://www.blackmoreops.com/2016/10/26/disable-touchscreen-linux/

In resume, the article suggest to try the following:

From the bash, try running the following command

modprobe -r hid_multitouch 

If it works and you want to make the change permanent do the following:

  1. Create 'hid_multitouch.conf' file under /etc/modprobe.d folder.
  2. Add the following content to the file:
# Use following syntax 
# blacklist driver-name
blacklist hid_multitouch
  1. Save the changes and reboot. This time the hid_multitouch module should not be loaded anymore.
David avatar
cn flag
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - [From Review](/review/late-answers/1198744)
Arreis avatar
cn flag
It makes total sense, thanks for the review David. I will update my answer when I get a chance and will keep your advice in mind for the future
mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.