From owner-freebsd-hackers@freebsd.org Thu Oct 29 20:55:06 2020 Return-Path: Delivered-To: freebsd-hackers@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 073ED45E001 for ; Thu, 29 Oct 2020 20:55:06 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4CMd496QDKz4L8j; Thu, 29 Oct 2020 20:55:05 +0000 (UTC) (envelope-from leres@freebsd.org) Received: from ice.alameda.xse.com (unknown [IPv6:2600:1700:a570:11f0:f2ad:4eff:fe0b:a065]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) (Authenticated sender: leres) by smtp.freebsd.org (Postfix) with ESMTPSA id 7A05F271F7; Thu, 29 Oct 2020 20:55:05 +0000 (UTC) (envelope-from leres@freebsd.org) Subject: Re: mouse tilt wheel between 12.1 and 12.2 To: Stefan Blachmann References: <9bc997ae-096c-c38b-377d-3bf64f530715@freebsd.org> Cc: "freebsd-hackers@freebsd.org" From: Craig Leres Message-ID: <4aaf098f-d9b7-1b1f-c320-3903eb782278@freebsd.org> Date: Thu, 29 Oct 2020 13:55:04 -0700 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.12.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2020 20:55:06 -0000 On 2020-10-29 13:42, Stefan Blachmann wrote: > Just curious, does your xorg use evdev or libinput? I think this is telling me evdev? [ 601.523] (II) config/devd: EVDEV_SUPPORT is enabled, ignoring device atkbd0 I do not find the string "libinput" in Xorg.0.log. Ah, my x11-drivers/xorg-drivers options have EVDEV selected and LIBINPUT unselected. And I do see that I'm building x11-servers/xorg-server with DEVD when UDEV and that the default for FreeBSD 11 is DEVD and 12/13 is UDEV. So lemme try switching to UDEV. > On Linux, such issues happen, too, as a consequence of switching to > from traditional evdev to wayland-compatible libinput. > If you do not care about Wayland, just avoid libinput (blacklist if > possible) and all is fine. I'm sure there are good reasons for all of the changes under the hood but it sure is frustrating when regaining lost desktop features is so time consuming... Craig