From owner-freebsd-current@freebsd.org Mon Feb 18 15:32:12 2019 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A080014DEEE7; Mon, 18 Feb 2019 15:32:12 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (br1.CN84in.dnsmgr.net [69.59.192.140]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id A52766C8EC; Mon, 18 Feb 2019 15:32:11 +0000 (UTC) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: from pdx.rh.CN85.dnsmgr.net (localhost [127.0.0.1]) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3) with ESMTP id x1IFCPAY005712; Mon, 18 Feb 2019 07:12:25 -0800 (PST) (envelope-from freebsd-rwg@pdx.rh.CN85.dnsmgr.net) Received: (from freebsd-rwg@localhost) by pdx.rh.CN85.dnsmgr.net (8.13.3/8.13.3/Submit) id x1IFCOwm005711; Mon, 18 Feb 2019 07:12:24 -0800 (PST) (envelope-from freebsd-rwg) From: "Rodney W. Grimes" Message-Id: <201902181512.x1IFCOwm005711@pdx.rh.CN85.dnsmgr.net> Subject: Re: What is evdev and autoloading? In-Reply-To: <7b25c1bf-5648-cd52-544b-828538a742d9@freebsd.org> To: Niclas Zeising Date: Mon, 18 Feb 2019 07:12:24 -0800 (PST) CC: Stefan Blachmann , Vladimir Kondratyev , freebsd-hackers@freebsd.org, freebsd-current@freebsd.org, sgk@troutmask.apl.washington.edu, owner-freebsd-current@freebsd.org X-Mailer: ELM [version 2.4ME+ PL121h (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII X-Rspamd-Queue-Id: A52766C8EC X-Spamd-Bar: +++++++ Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [7.07 / 15.00]; ARC_NA(0.00)[]; GREYLIST(0.00)[pass,body]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; NEURAL_SPAM_SHORT(0.39)[0.394,0]; RCVD_TLS_LAST(0.00)[]; MIME_GOOD(-0.10)[text/plain]; MIME_TRACE(0.00)[0:+]; DMARC_NA(0.00)[dnsmgr.net]; AUTH_NA(1.00)[]; NEURAL_SPAM_MEDIUM(0.83)[0.834,0]; RCVD_COUNT_THREE(0.00)[3]; TO_MATCH_ENVRCPT_SOME(0.00)[]; MX_GOOD(-0.01)[cached: pdx.rh.CN85.dnsmgr.net]; NEURAL_SPAM_LONG(0.46)[0.461,0]; RCPT_COUNT_SEVEN(0.00)[7]; IP_SCORE(-0.01)[ip: (0.02), ipnet: 69.59.192.0/19(0.01), asn: 13868(-0.01), country: US(-0.07)]; R_SPF_NA(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; SUBJECT_ENDS_QUESTION(1.00)[]; ASN(0.00)[asn:13868, ipnet:69.59.192.0/19, country:US]; MID_RHS_MATCH_FROM(0.00)[]; SORTED_RECIPS(3.50)[]; FREEMAIL_CC(0.00)[gmail.com] X-Spam: Yes X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 Feb 2019 15:32:12 -0000 > On 2/18/19 12:06 PM, Stefan Blachmann wrote: > > On 2/18/19, Vladimir Kondratyev wrote: > >> On 2019-02-17 21:03, Steve Kargl wrote: > >>> Anyone have insight into what evdev is? > >> evdev.ko is a small in-kernel library that makes all your input events > >> like keyboard presses libinput-compatible. > > > > And libinput was created by the Freedesktop Wayland team to create > > pressure on OS people to make their systems Wayland-compatible. > > > >>> I do not need nor what these modules loaded. > >> I think removing "option EVDEV_SUPPORT" from your kernel config should > >> disable most of evdev.ko dependencies > > > > Shouldn't the EVDEV_SUPPORT default be off on FreeBSD anyway, as well > > as libinput not be part of the standard packages? > > > > The Freedesktop Wayland team consists of people with the Kay Sievers > > mentality, which made Linus Torvalds ban his contributions. They do > > not care about the bugs they introduce, forcing others to clean up the > > mess they create. > > > > I'd be glad if FreeBSD would keep clean of following that Wayland fad... > > EVDEV_SUPPORT was enabled in GENERIC on 13 and 12-stable to improve > input device handling in X and Wayland. Not having it means that a lot > of input devices stop working, or work much worse. > > We in the FreeBSD Graphics Team are working very hard to improve the > FreeBSD Desktop experience, since it is an avenue to recruit new users, > and make current users use FreeBSD more. Sadly your execution on that seems to be missing the mark, telling people they have to go get a port now to get drm working because it could not be maintained in base, and then telling them, oh, you need this new code in base so that it is so much easier to use graphical stuff this way. These seem to be conflicting stories. > > Evdev and libinput is used by both Wayland and xorg. You are free to > use either one. And sadly now must take action when no action was required before when using neither. -- Rod Grimes rgrimes@freebsd.org