Hi all,
I have a problem configuring my touchpad properly in X11 with XFCE4 on an A1278 MacBook Pro Early 2011.
The touchpad works (well, kind of) in X11:
Mousepointer moves around, left click and two-finger scrolling is possible but that's it.
I'd like to have tap instead of click and also right-click working.
Applications => Settings => Mouse and Touchpad shows both "System Mouse" and "Touchpad" as active.
When I deactivate "System Mouse" the mousepointer can not be moved any more.
Touchbad (spelling on purpose) should be supported as it has the vendor ID 0x0246 which is listed in the manual for the older atp driver. Hence I assume it being supported with the newer wsp driver as well. But maybe I'm wrong on that.
I'm running FreeBSD 13.0-RELEASE-p4 on a i5 MacBook Pro Early 2011 (A1278).
I've dug through a lot of documentation and forum threads but up to now I didn't manage to configure the touchpad properly. But there simply might be something I'm missing.
Here are some parts of my configuration files:
Any help gladly appreciated
I have a problem configuring my touchpad properly in X11 with XFCE4 on an A1278 MacBook Pro Early 2011.
The touchpad works (well, kind of) in X11:
Mousepointer moves around, left click and two-finger scrolling is possible but that's it.
I'd like to have tap instead of click and also right-click working.
Applications => Settings => Mouse and Touchpad shows both "System Mouse" and "Touchpad" as active.
When I deactivate "System Mouse" the mousepointer can not be moved any more.
Touchbad (spelling on purpose) should be supported as it has the vendor ID 0x0246 which is listed in the manual for the older atp driver. Hence I assume it being supported with the newer wsp driver as well. But maybe I'm wrong on that.
I'm running FreeBSD 13.0-RELEASE-p4 on a i5 MacBook Pro Early 2011 (A1278).
I've dug through a lot of documentation and forum threads but up to now I didn't manage to configure the touchpad properly. But there simply might be something I'm missing.
Here are some parts of my configuration files:
Code:
# /boot/loader.conf (excerpt)
kern.vty=vt
aesni_load="YES"
# load touchpad driver
wsp_load="YES"
# /boot/loader.conf END
Code:
# /etc/rc.conf (excerpt)
powerd_enable="YES"
power_flags="-n min -a hiadaptive -b adaptive"
moused_port="wsp0"
moused_enable="YES"
#moused_type="auto"
#moused_flags="-l 2"
dbus_enable="YES"
hald_enable="YES"
slim_enable="YES"
# /etc/rc.conf END
Code:
# /etc/sysctl.conf (excerpt)
# touchpad
kern.evdev.rcpt_mask=3
# touchpad wsp
hw.usb.wsp.enable_single_tap_clicks: 0
hw.usb.wsp.scr_hor_threshold: 20
hw.usb.wsp.pressure_tap_threshold: 120
hw.usb.wsp.pressure_untouch_threshold: 10
hw.usb.wsp.pressure_touch_threshold: 50
hw.usb.wsp.z_factor: 5
hw.usb.wsp.scale_factor: 12
hw.usb.wsp.debug: 1
# /etc/sysctl.conf END
Code:
# NO additional config in /usr/local/etc/X11/xorg.conf.d/
Any help gladly appreciated