Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 14 Mar 2020 17:46:42 +0000
From:      bugzilla-noreply@freebsd.org
To:        multimedia@FreeBSD.org
Subject:   [Bug 243588] FreeBSD 12.1-RELEASE : wacom tablet CHT-670 mouse pointer does not match pen
Message-ID:  <bug-243588-12827-r0sFUhKWcf@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-243588-12827@https.bugs.freebsd.org/bugzilla/>
References:  <bug-243588-12827@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D243588

--- Comment #1 from Jan Beich <jbeich@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 reboot=
s).
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=3Don (default)
1. Make sure xorg-server is built with UDEV=3Don (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

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-243588-12827-r0sFUhKWcf>