Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Oct 2017 23:57:35 +0000
From:      bugzilla-noreply@freebsd.org
To:        x11@FreeBSD.org
Subject:   [Bug 222609] x11-servers/xorg-server: Add UDEV option to support evdev devices autodetection
Message-ID:  <bug-222609-7141-lFI1eKSuSG@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-222609-7141@https.bugs.freebsd.org/bugzilla/>
References:  <bug-222609-7141@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=222609

--- Comment #5 from Vladimir Kondratyev <wulf@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.


Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-222609-7141-lFI1eKSuSG>