Hi to all, I recently discovered that I can’t use gestures in Gnome. I’m currently using F34 on a ThinkPad t580.
Unfortunately, three finger touch is not working on this laptop.
I verified the hardware booting in Windows and it works.
I found this old discussion about the topics:
so I did:
# grub2-editenv /boot/grub2/grubenv set kernelopts="nouveau.blacklist=1 rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 psmouse.synaptics_intertouch=1"
# dracut -f
and edit /etc/default/grub
GRUB_TIMEOUT=5
GRUB_DISTRIBUTOR="$(sed 's, release .*$,,g' /etc/system-release)"
GRUB_DEFAULT=saved
GRUB_DISABLE_SUBMENU=true
GRUB_TERMINAL_OUTPUT="console"
GRUB_CMDLINE_LINUX="rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 rhgb quiet rd.driver.blacklist=nouveau modprobe.blacklist=nouveau nvidia-drm.modeset=1 psmouse.synaptics_intertouch=1"
GRUB_DISABLE_RECOVERY="true"
GRUB_ENABLE_BLSCFG=true
but nothing happened.
here the output of dmesg | grep synaptic
dmesg | grep synaptic
[ 1.944495] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[ 1.977550] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 1.977558] psmouse serio1: synaptics: Trying to set up SMBus access
[ 1.980441] psmouse serio1: synaptics: SMbus companion is not ready yet
[ 2.045492] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.16, id: 0x1e2b1, caps: 0xf01fa3/0x940300/0x12e800/0x400000, board id: 3276, fw id: 2700068
[ 2.045502] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0
[ 7.780627] psmouse serio1: synaptics: queried max coordinates: x [..5676], y [..4690]
[ 7.814042] psmouse serio1: synaptics: queried min coordinates: x [1266..], y [1162..]
[ 7.814052] psmouse serio1: synaptics: Trying to set up SMBus access
Many thanks for any suggestion.
Best regards
Paolo