Recently I got a Asus Tuf Gaming A17 laptop. After a while I was able to resolve my wifi problems, but I'm still not able to use the touchpad. Usually I just install xf86-input-synaptics and that fixes it. I installed xf86-input-synaptics and libsynaptics, but no change. I added 'hw.psm.synaptics_support="1"' to /boot/loader.conf. I tried a couple examples of /usr/local/etc/X11/xorg.conf like this:
I tried the bsdconfig utility, but none of the options under mouse changed anything. I did notice this though:
$ synclient
Couldn't find synaptics properties. No synaptics driver loaded?
I tried searching for that online, but did not find a resolution. It seems like a driver isn't loaded, though I'm not sure how to resolve this.
Also, moused is disabled. Any suggestions appreciated.
Code:
Section "InputClass"
Identifier "touchpad"
MatchIsTouchpad "on"
Driver "libinput"
Option "Tapping" "on"
EndSection
I tried the bsdconfig utility, but none of the options under mouse changed anything. I did notice this though:
$ synclient
Couldn't find synaptics properties. No synaptics driver loaded?
I tried searching for that online, but did not find a resolution. It seems like a driver isn't loaded, though I'm not sure how to resolve this.
Also, moused is disabled. Any suggestions appreciated.