[Bug 196678] x11-servers/xorg-server: Update to 1.20.4 + make config/devd recognize /dev/input/eventX from multimedia/webcamd

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 1 22:37:16 UTC 2019


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=196678

--- Comment #119 from rozhuk.im at gmail.com ---
Few tips/bugs:

1. I have 1.20.4 and kernel with:
options         EVDEV_SUPPORT           #o evdev support in legacy drivers
device          evdev                   #m input event device support
device          uinput                  #m install /dev/uinput cdev

xf86-input-evdev-2.10.6_4          =   up-to-date with index
xf86-input-joystick-1.6.3_2        =   up-to-date with index
xf86-input-keyboard-1.9.0_3        =   up-to-date with index
xf86-input-libinput-0.28.2         =   up-to-date with index
xf86-input-mouse-1.9.3_2           =   up-to-date with index
xf86-input-synaptics-1.9.1_4       =   up-to-date with index
xf86-input-wacom-0.38.0            =   up-to-date with index


a) Mouse does not work with "libinput" (xorg def driver), "evdev" and "mouse"
until
sysctl kern.evdev.rcpt_mask=65535 (default is 3; yes, I know about only 4 bits
in this sysctl)

b) Only with "libinput" VBOX does not capture/release pointer, but mouse work
ok.

c) Keyboard arrows does not work proper with "libinput" driver, probably
xkb_layout does not apply.

d) I see on notebook issue: after reload touchpad driver "libinput" cant attach
to it. Have no time to debug it yet.


2. emulators/virtualbox-ose-additions build fail, until remove "_X_NOTSAN" in:
/usr/local/include/xorg/dix.h
static inline _X_NOTSAN Bool

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


More information about the freebsd-x11 mailing list