From owner-freebsd-bugs@freebsd.org Sun Oct 20 23:09:14 2019 Return-Path: Delivered-To: freebsd-bugs@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 33FCB16D78B for ; Sun, 20 Oct 2019 23:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) 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 46xFp20dv8z4TMk for ; Sun, 20 Oct 2019 23:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.nyi.freebsd.org (Postfix) id 15F4916D78A; Sun, 20 Oct 2019 23:09:14 +0000 (UTC) Delivered-To: bugs@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 15BAF16D789 for ; Sun, 20 Oct 2019 23:09:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (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 "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 46xFp16rMjz4TMj for ; Sun, 20 Oct 2019 23:09:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2610:1c1:1:606c::50:1d]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id B03F91B07F for ; Sun, 20 Oct 2019 23:09:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.5]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id x9KN9DDR088593 for ; Sun, 20 Oct 2019 23:09:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id x9KN9DeJ088592 for bugs@FreeBSD.org; Sun, 20 Oct 2019 23:09:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 241384] Synaptics touchpad not working right under 12.1-RC2 Date: Sun, 20 Oct 2019 23:09:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 12.1-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: kumba@gentoo.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status bug_severity priority component assigned_to reporter Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 20 Oct 2019 23:09:14 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D241384 Bug ID: 241384 Summary: Synaptics touchpad not working right under 12.1-RC2 Product: Base System Version: 12.1-RELEASE Hardware: amd64 OS: Any Status: New Severity: Affects Only Me Priority: --- Component: misc Assignee: bugs@FreeBSD.org Reporter: kumba@gentoo.org Gave FreeBSD 12.1-RC2 a test on my laptop. Under 12.0-RELEASE-p10, in an X= 11 session, the Synaptics touchpad on the laptop behaves as is expected of a touchpad device. Under 12.1-RC2, however, the touchpad is significantly sl= ower (almost like acceleration is turned off), and clicking the button requires first moving the cursor with the touchpad. e.g., if one moves the cursor, = the next click will register, but clicks after that will not register unless the cursor is moved again, or the cursor is moved while holding the button down. I tried tweaking a few of the sysctl variables, but I am not seeing any noticeable change in behavior. Seems like the way the device is being poll= ed is incorrect. This is all dmesg says: psm0: irq 12 on atkbdc0 psm0: [GIANT-LOCKED] psm0: model Synaptics Touchpad, device ID 3 My Xorg config for the touchpad is taken directly from the handbook: Section "InputDevice" Identifier "Touchpad0" Driver "synaptics" Option "Protocol" "psm" Option "Device" "/dev/psm0" EndSection And then in "ServerLayout": InputDevice "Touchpad0" "SendCoreEvents" I am running a custom kernel. It looks like the 12.1 GENERIC config adds e= vdev support to legacy drivers (options EVDEV_SUPPORT), but I am not seeing /dev/input/event* device nodes being created by anything. Some Google-searching indicates that the webcamd module is the only thing that w= ill create and populate /dev/input with event cdves right now, however I want a= ll webcam support disabled, so I can't test evdev to see if it works better th= an the classic synaptics driver. --=20 You are receiving this mail because: You are the assignee for the bug.=