[Bug 252236] atp(4): Need EVDEV support for modern input stack
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 23 May 2021 10:46:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=252236
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
> right-click.
I'm experiencing the same with wsp(4) on 12.2-RELEASE-p6 (MacBook Pro 9,2 here)
and found that dragging and moving a window works by using 3 fingers plus the
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 startup.
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
--
You are receiving this mail because:
You are the assignee for the bug.