[Bug 235502] Upgrade x11-drivers/xf86-input-libinput
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Feb 21 03:53:42 UTC 2019
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=235502
--- Comment #2 from pete at nomadlogic.org ---
I am unable to get this xf86-input-libinput working on 12-STABLE.
when i link "/usr/local/share/X11/xorg.conf.d/40-libinput.conf" to
"/usr/local/etc/X11/xorg.conf.d" as per the manpage the libinput driver is
ignored (i do not see any attempt to load the libinput driver) and the default
mouse and keyboard drivers are used.
after i craft a custom xorg.conf and attempt to force the use of libinput for
my mouse and keyboard i get the following in Xorg.1.log:
[ 83053.218] (II) Using input driver 'libinput' for 'Mouse0'
[ 83053.218] (**) Mouse0: always reports core events
[ 83053.218] (EE) PreInit returned 2 for "Mouse0"
[ 83053.218] (II) UnloadModule: "libinput"
[ 83053.218] (II) Using input driver 'libinput' for 'Keyboard0'
[ 83053.218] (**) Keyboard0: always reports core events
[ 83053.218] (EE) PreInit returned 2 for "Keyboard0"
[ 83053.218] (II) UnloadModule: "libinput"
xorg then proceeds to probe for the default kbd_drv and mouse_drv modules and
use those instead. I'll attach a xorg.conf to this ticket for others to try to
reproduce.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-x11
mailing list