Hello,
I am reasonably new to FreeBSD, but came across this thread for a similar issue.
So far those steps do not result in my trackpad working, but perhaps I am missing something? I would really appreciate any support, docs to read, or opinions on what I'm missing, etc. This is for a Lenovo ThinkPad P53.
Many thanks in advance!
Steps taken:
I am reasonably new to FreeBSD, but came across this thread for a similar issue.
So far those steps do not result in my trackpad working, but perhaps I am missing something? I would really appreciate any support, docs to read, or opinions on what I'm missing, etc. This is for a Lenovo ThinkPad P53.
Many thanks in advance!
Steps taken:
Code:
pkg install xf86-input-synaptics
pkg install xf86-input-libinput
# Append to /boot/loader.conf
hw.psm.synaptics_support="1"
# Various values from running `synclient` (e.g. VerticalTwoFingerScroll = 1)
# Set extended mouse communications protocol
sysrc moused_flags+=" -l 2"
# kill running moused
service moused enable
service moused start
# Append to /etc/sysctl.conf
kern.evdev.rcpt_mask=6
# /boot/loader.conf, append
hw.psm.elantech_support="1"