From nobody Sun May 23 10:46:09 2021 X-Original-To: bugs@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id ADFB09E5E8C for ; Sun, 23 May 2021 10:46:10 +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) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4FnxpV4Rzrz4Y5c for ; Sun, 23 May 2021 10:46:10 +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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 7D85D156F7 for ; Sun, 23 May 2021 10:46:10 +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 14NAkAKY023400 for ; Sun, 23 May 2021 10:46:10 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id 14NAkAfc023399 for bugs@FreeBSD.org; Sun, 23 May 2021 10:46:10 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 252236] atp(4): Need EVDEV support for modern input stack Date: Sun, 23 May 2021 10:46:09 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: kern X-Bugzilla-Version: 12.2-RELEASE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: matt@lv223.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: maintainer-feedback? X-Bugzilla-Changed-Fields: cc Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated List-Id: Bug reports List-Archive: https://lists.freebsd.org/archives/freebsd-bugs List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-bugs@freebsd.org MIME-Version: 1.0 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252236 Matt Anton changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |matt@lv223.org --- Comment #66 from Matt Anton --- (In reply to Jason W. Bacon from comment #9) > However, I cannot drag a window. When I click on a title bar, the cursor > changes to the "drag" appearance, but when I move it, it either goes back > to a regular cursor or something gets very confused and issues a=20 > right-click. I'm experiencing the same with wsp(4) on 12.2-RELEASE-p6 (MacBook Pro 9,2 h= ere) and found that dragging and moving a window works by using 3 fingers plus t= he thumb to drag (that is for CSD windows). SSD windows can be dragged/moved with one finger plus the thumb. sysctl(8) wsp's settings used to achieve this: hw.usb.wsp.enable_single_tap_clicks: 0 hw.usb.wsp.scr_hor_threshold: 20 hw.usb.wsp.pressure_tap_threshold: 120 hw.usb.wsp.pressure_untouch_threshold: 10 hw.usb.wsp.pressure_touch_threshold: 50 hw.usb.wsp.z_factor: 5 hw.usb.wsp.scale_factor: 12 hw.usb.wsp.debug: 1 > This is with moused enabled. With moused disabled, Xorg crashes on start= up. I have specifically disabled moused(8) on /etc/rc.conf, still it is running: ps aux |grep moused root 711 0,0 0,1 11044 2376 - Is 12:26 0:00,45 /usr/sbin/moused -p /dev/wsp0 -t auto -I /var/run/moused.wsp0.pid root 1168 0,0 0,1 11044 2312 - Is 12:26 0:00,00 /usr/sbin/moused -p /dev/ums1 -t auto -I /var/run/moused.ums1.pid --=20 You are receiving this mail because: You are the assignee for the bug.=