From owner-freebsd-x11@freebsd.org Thu Oct 10 16:24:26 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 0D3FE1430BE for ; Thu, 10 Oct 2019 16:24:26 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from mailman.nyi.freebsd.org (mailman.nyi.freebsd.org [IPv6:2610:1c1:1:606c::50:13]) by mx1.freebsd.org (Postfix) with ESMTP id 46pxHY5Jf1z4J4y for ; Thu, 10 Oct 2019 16:24:25 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: by mailman.nyi.freebsd.org (Postfix) id B42661430BD; Thu, 10 Oct 2019 16:24:25 +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 B3ED41430BC for ; Thu, 10 Oct 2019 16:24:25 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (phouka1.phouka.net [107.170.196.116]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (2048 bits) client-digest SHA256) (Client CN "phouka.net", Issuer "Go Daddy Secure Certificate Authority - G2" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 46pxHY3y3Vz4J4w; Thu, 10 Oct 2019 16:24:25 +0000 (UTC) (envelope-from warlock@phouka1.phouka.net) Received: from phouka1.phouka.net (localhost [127.0.0.1]) by phouka1.phouka.net (8.15.2/8.15.2) with ESMTPS id x9AGLpo4013628 (version=TLSv1.3 cipher=TLS_AES_256_GCM_SHA384 bits=256 verify=NO); Thu, 10 Oct 2019 09:21:51 -0700 (PDT) (envelope-from warlock@phouka1.phouka.net) Received: (from warlock@localhost) by phouka1.phouka.net (8.15.2/8.15.2/Submit) id x9AGLpja013627; Thu, 10 Oct 2019 09:21:51 -0700 (PDT) (envelope-from warlock) Date: Thu, 10 Oct 2019 09:21:51 -0700 From: John Kennedy To: Jan Beich Cc: Adam Weinberger , x11@freebsd.org Subject: Re: sway (and a libinput error message) Message-ID: <20191010162151.GB46984@phouka1.phouka.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.12.2 (2019-09-21) X-Rspamd-Queue-Id: 46pxHY3y3Vz4J4w X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.995,0]; NEURAL_HAM_LONG(-1.00)[-1.000,0]; REPLY(-4.00)[] 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: Thu, 10 Oct 2019 16:24:26 -0000 On Thu, Oct 10, 2019 at 04:29:59PM +0200, Jan Beich wrote: > Adam Weinberger writes: > > > Wow. Ok. > > > > So now that it???s Cc???ed to a list, can you help publicly? > > Do you have /dev/input/* ? If not enable EVDEV_SUPPORT in kernel. Does > the user have read/write permissions to those? If not adjust devfs.rules. > > If you're on FreeBSD 11.* or 12.0 you maybe missing out on some evdev fixes. > I've only run Sway on -CURRENT. On 12.1b3, I've got a /dev/input/*, and if they're not chmodded correctly you'll get that error. I didn't start chasing wayland/sway again until I saw some more recent chatter on the list, so not sure when that kicked in (I might have moved from 12.0.x to 12-stable in prep for 12.1, for example). Like others, I've gone with the 0660-group-video, since that is what drm-kmod had already had me set up, but you can kludge-test with 666 (it'll go away after a reboot).