Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 May 2021 10:46:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 252236] atp(4): Need EVDEV support for modern input stack
Message-ID:  <bug-252236-227-QxgwYKv2od@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-252236-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-252236-227@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D252236

Matt Anton <matt@lv223.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matt@lv223.org

--- Comment #66 from Matt Anton <matt@lv223.org> ---
(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.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-252236-227-QxgwYKv2od>