[Bug 250827] x11/xorg keyboard not properly detected

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Nov 20 16:14:58 UTC 2020


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

mats at gmx.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mats at gmx.com

--- Comment #7 from mats at gmx.com ---
"when I tried to use the keyboard, I got totally random, apparently
unreproducible trash."

Stumble on this in too, using XDM.
But try this; 

Section "InputClass"
    Identifier "libinput keyboard catchall"
    MatchIsKeyboard "on"
    MatchDevicePath "/dev/input/event*"
    Driver "libinput"
    Option "XkbRules" "evdev"
EndSection

It did make it work for me.

(see
https://forums.freebsd.org/threads/new-xorg-switch-from-devd-to-udev.74144/#post-453202)

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


More information about the freebsd-x11 mailing list