| Summary: | FreeBSD 12.1-RELEASE : wacom tablet CHT-670 mouse pointer does not match pen | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | x11max1 <x11max1> |
| Component: | Individual Port(s) | Assignee: | freebsd-multimedia (Nobody) <multimedia> |
| Status: | Closed Feedback Timeout | ||
| Severity: | Affects Only Me | CC: | riggs |
| Priority: | --- | ||
| Version: | Latest | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
x11max1@unitybox.de
2020-01-25 14:09:50 UTC
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 Is this still a problem after the explanation in comment #1? |