From owner-svn-ports-all@freebsd.org Sun Feb 23 13:13:28 2020 Return-Path: Delivered-To: svn-ports-all@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 C10EE23C092; Sun, 23 Feb 2020 13:13:28 +0000 (UTC) (envelope-from danfe@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 48QQcS4Zx3z4NBT; Sun, 23 Feb 2020 13:13:28 +0000 (UTC) (envelope-from danfe@freebsd.org) Received: by freefall.freebsd.org (Postfix, from userid 1033) id 7CB6FF951; Sun, 23 Feb 2020 13:13:28 +0000 (UTC) Date: Sun, 23 Feb 2020 13:13:28 +0000 From: Alexey Dokuchaev To: Niclas Zeising Cc: Piotr Kubaj , ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r526915 - head Message-ID: <20200223131328.GA58844@FreeBSD.org> References: <202002231051.01NApmXw048033@repo.freebsd.org> <20200223105513.GA1752@KGPE-D16> <20200223115714.9f9523a130ffbfedc6cd2b23@bidouilliste.com> <20200223111404.GB1752@KGPE-D16> <20200223115434.GC1752@KGPE-D16> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Feb 2020 13:13:28 -0000 On Sun, Feb 23, 2020 at 12:58:40PM +0100, Niclas Zeising wrote: > On 2020-02-23 12:54, Piotr Kubaj wrote: > > Also, is there no way now to use the standard xf86-input-keyboard and > > xf86-input-mouse drivers? > > > > If they are unusable, they should be removed. > > They are still used on FreeBSD 11, and you can manually configure X to use > them instead of libinput/udev. I've always built `x11-servers/xorg-server' with all HAL/UDEV/DEVD options disabled and simply installed xf86-input-{keyboard,mouse}. Works perfectly for me (and you don't need to configure anything, X.org is smart enough to do the right thing by default). Never saw the need for those options: new keyboards and mice are correctly detected when plugged in. That said, please do not remove those ports (individual drivers), there are active users thereof. ./danfe