[Bug 222609] x11-servers/xorg-server: Add UDEV option to support evdev devices autodetection

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 4 23:57:35 UTC 2017


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

--- Comment #5 from Vladimir Kondratyev <wulf at freebsd.org> ---
(In reply to Jean-Sébastien Pédron from comment #1)
> I couldn't get the keyboard to work with xf86-input-libinput

IIRC, libinput requires "xkb_rules" set to "evdev" explicitly

Try to add lines below to your xorg.conf after this patch has been applied:
Section "InputClass"
       Identifier              "Evdev keyboard XkbRules"
       MatchDevicePath         "/dev/input/event*"
       MatchIsKeyboard         "on"
       Option                  "XkbRules" "evdev"
EndSection

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


More information about the freebsd-x11 mailing list