paaguti Reinstall using the GhostBSD 25.01-R14.2p1 ISO file. GhostBSD 24.01 is deprecated.
Once you reinstall, try the following.
Place the following into /usr/local/etc/X11/xorg.conf.d/40-libinput.conf:
Section "InputClass"
        Identifier "libinput touchpad catchall"
        MatchDriver "libinput"
        MatchIsTouchpad "on"
        MatchDevicePath "/dev/input/event*"
        Option "Tapping" "on"
        #Option "AccelSpeed" "0.2"
EndSection