Touchpad configuration
Tobias Heilig
tobi.holy at icloud.com
Wed Aug 28 04:44:29 PDT 2019
Hello Pierre,
thank you for your response. With your help I got the TrackPoint as well as the touchpad working properly now (no natural scrolling so far, but that’s fine).
in /etc/rc.conf:
moused_enable=“YES”
moused_type=“auto”
moused_port=“/dev/psm0”
moused_flags=“-V”
in /boot/loader.conf:
hw.psm.synaptics_support=“1”
hw.psm.tap_enabled=“1”
in /usr/local/etc/X11/xorg.conf.d/40-touchpad.conf:
Section “InputClass”
Identifier “Touchpad”
Driver “mouse”
Option “Protocol” “auto”
Option “Device” “/dev/sysmouse”
Option “ZAxisMapping” “4 5 6 7”
EndSection
Therefore, the package “xf86-input-mouse” has to be installed, of course.
Thanks again!
Best regards,
— TH
More information about the Users
mailing list