@stefanoStefano Marinelli on can be an issue because FreeBSD's meta-port dependencies still force installation of the xf86 "synaptics" driver. But you can still force using the generic for touchpads (which then typically works fine) like this:

# cat /usr/local/etc/X11/xorg.conf.d/40-libinput.conf
Section "InputClass"
Identifier "libinput touchpad catchall"
MatchIsTouchpad "on"
MatchDevicePath "/dev/input/event*"
Driver "libinput"
Option "ClickMethod" "clickfinger"
EndSection

0

If you have a fediverse account, you can quote this note from your own instance. Search https://mastodon.bsd.cafe/users/zirias/statuses/114449292369247470 on your instance and quote it. (Note that quoting is not supported in Mastodon.)