From owner-freebsd-x11@freebsd.org Wed Oct 16 19:22:07 2019 Return-Path: Delivered-To: freebsd-x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 956AE14E13E for ; Wed, 16 Oct 2019 19:22:07 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from mailman.nyi.freebsd.org (unknown [127.0.1.3]) by mx1.freebsd.org (Postfix) with ESMTP id 46thxq3SwSz4B2y for ; Wed, 16 Oct 2019 19:22:07 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 76F9F14E13B; Wed, 16 Oct 2019 19:22:07 +0000 (UTC) Delivered-To: x11@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 76B9A14E13A for ; Wed, 16 Oct 2019 19:22:07 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2610:1c1:1:6074::16:84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "freefall.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46thxq2Zk2z4B2w; Wed, 16 Oct 2019 19:22:07 +0000 (UTC) (envelope-from jbeich@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1354) id 37200D9B2; Wed, 16 Oct 2019 19:22:07 +0000 (UTC) From: Jan Beich To: Mathias Picker Cc: "freebsd-x11\@freebsd.org" Subject: Re: wacom on X1 Yoga 3rd generation not detected References: <86eezdzt82.fsf@virtual-earth.de> <86sgnsznn1.fsf@virtual-earth.de> <1rvc-pkpb-wny@FreeBSD.org> Date: Wed, 16 Oct 2019 21:22:05 +0200 In-Reply-To: <1rvc-pkpb-wny@FreeBSD.org> (Jan Beich's message of "Wed, 16 Oct 2019 21:13:52 +0200") Message-ID: MIME-Version: 1.0 Content-Type: text/plain X-BeenThere: freebsd-x11@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: X11 on FreeBSD -- maintaining and support List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Oct 2019 19:22:07 -0000 Jan Beich writes: > libinput uses evdev(4) + libxkbcommon. FreeBSD unlike Linux configures > libxkbcommon to use "xorg" rules by default, so you need the following > in order to get modifer keys (e.g., Super or Windows key) work correctly. Oops, ignore bogus rationale but not the example. I've confused X11 and Wayland. xf86-input-evdev and xf86-input-libinput are in the same boat. No clue yet why Linux picks "evdev" while FreeBSD "xorg" rules by default.