[Bug 243588] FreeBSD 12.1-RELEASE : wacom tablet CHT-670 mouse pointer does not match pen
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Sat Mar 14 17:46:43 UTC 2020
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=243588
--- Comment #1 from Jan Beich <jbeich at FreeBSD.org> ---
12.1 enabled evdev(4) by default (see base r340695), so webcamd may allocate
/dev/input/event* in a slightly different order (which may change on reboots).
This can break static InputDevice configuration in xorg.conf(5), so using
hotplugging (via DEVD or UDEV) is recommended.
Alternatively, try using xf86-input-libinput instead of xf86-input-wacom:
0. Make sure libinput is built with WACOM=on (default)
1. Make sure xorg-server is built with UDEV=on (default on 12.1+)
2. Install xf86-input-libinput (in case it's not pulled as a dependency)
3. Remove xf86-input-mouse and xf86-input-keyboard
4. Remove xf86-input-wacom, xorg.conf.d/51-wacom.conf and wacom_enable from
/etc/rc.conf
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-multimedia
mailing list