Zorin OS 16 trackpad gestures do not work

Yes, I did.

Then the only thing I can think of is a difference between our hardware.
Mine is original Apple Magic Trackpad.

Where can I see which devices I have?

Is it a separate trackpad like mine?
Or is it a part of your system (i.e., laptop).

It's built into my laptop.

Issue this command then
lspci

and give me the output.

I have the "SynPS/2 Synaptics TouchPad".
I found out in the terminal. I found out how to find it on the internet.

Since I do not have this particular hardware, I am afraid you have to wait for other volunteers to pitch in to help you.

Okay. Still thank you for your help!

1 Like

It may be easier to assist you if you would give us a little more info regarding your machine. Make and model may be searchable with Ubuntu 20.04 and your issue.

You can try one of the following:

https://www.google.com/url?sa=t&source=web&rct=j&url=http://manpages.ubuntu.com/manpages/bionic/man4/synaptics.4.html&ved=2ahUKEwi516n5lNryAhUhCTQIHfYuBG8QFnoECAgQAQ&usg=AOvVaw13AnAIKiGyez2-JMHk8Voz

https://www.google.com/url?sa=t&source=web&rct=j&url=https://help.ubuntu.com/community/SynapticsTouchpad&ved=2ahUKEwi516n5lNryAhUhCTQIHfYuBG8QFnoECAsQAQ&usg=AOvVaw39OgyyWL96onpUwT17RvjE

https://www.google.com/url?sa=t&source=web&rct=j&url=https://www.dell.com/support/kbdoc/en-us/000150104/precision-xps-ubuntu-general-touchpad-mouse-issue-fix&ved=2ahUKEwi516n5lNryAhUhCTQIHfYuBG8QFnoECBcQAQ&usg=AOvVaw0-fSyPTlgeu2WN3Y6iLznN

I think you can get out the info by the model: hp EliteBook 8470w.

I also have HP EliteBook 8470p (not my main).
But I've never tried multi gesture on this one.
Trackpad is too small for may taste.

[edit]
I installed Touche to this HP just to test it out for you.
You are right.
The multitouch is not working on this built in trackpad.

Some more research:

Ubuntu 18.4 comes with libinput touchpad driver by default and the OS is missing Synaptics touchpad driver.

At least this explains why this trackpad in Elitebook does not work OOB with Touche.

So there is a problem with the synaptics driver on my device? Or isn't it installed or is my device not compatible?

Touche requires libinput.
You have Synaptic. so it is incompatible.
But if you follow the above linked tutorial, it seems limited gestures could be implemented.

What do you see with the command below?
xinput list

For now I can't check that. I will do this tomorrow.

This is a line of the output. (nealry): "SynPS/2 Synaptics TouchPad".
Is the touchpad itself incompatible or could I use libinput drivers? I think it's because of the trackpad itself.

I need to see the entire output.
Can you copy and paste it here?

⎡ Virtual core pointer id=2 [master pointer (3)]
⎜ ↳ Virtual core XTEST pointer id=4 [slave pointer (2)]
⎜ ↳ Logitech Wireless Keyboard PID:4023 id=14 [slave pointer (2)]
⎜ ↳ Compx 2.4G Wireless Receiver Consumer Control id=12 [slave pointer (2)]
⎜ ↳ HanWang Tablet Mouse id=9 [slave pointer (2)]
⎜ ↳ PS/2 Generic Mouse id=18 [slave pointer (2)]
⎜ ↳ SynPS/2 Synaptics TouchPad id=19 [slave pointer (2)]
⎜ ↳ Compx 2.4G Wireless Receiver id=10 [slave pointer (2)]
⎜ ↳ Logitech Wireless Mouse id=15 [slave pointer (2)]
⎣ Virtual core keyboard id=3 [master keyboard (2)]
↳ Virtual core XTEST keyboard id=5 [slave keyboard (3)]
↳ Video Bus id=7 [slave keyboard (3)]
↳ Compx 2.4G Wireless Receiver System Control id=13 [slave keyboard (3)]
↳ HP WMI hotkeys id=21 [slave keyboard (3)]
↳ Logitech Wireless Keyboard PID:4023 id=23 [slave keyboard (3)]
↳ Compx 2.4G Wireless Receiver Consumer Control id=22 [slave keyboard (3)]
↳ Compx 2.4G Wireless Receiver Keyboard id=11 [slave keyboard (3)]
↳ HP HD Webcam [Fixed]: HP HD Web id=16 [slave keyboard (3)]
↳ HP Wireless hotkeys id=20 [slave keyboard (3)]
↳ AT Translated Set 2 keyboard id=17 [slave keyboard (3)]
↳ Sleep Button id=8 [slave keyboard (3)]
↳ Power Button id=6 [slave keyboard (3)]

Can you issue this command in terminal?

sudo apt install xserver-xorg-input-synaptics

and paste output here.