Re: trackpad reversed scrolling broken on -current

2019-03-25 Thread Ulf Brosziewski
The "ZAxisMapping" doesn't work for touchpads with a new kernel. For now, you can apply this workaround: Read out the scroll distance with wsconsctl (you must run it as root or create a doas(1) configuration for it). Here is an example: $ doas wsconsctl mouse.param=134 mouse.param -> 134

Re: trackpad reversed scrolling broken on -current

2019-03-25 Thread lists+misc
On Mon, Mar 25, 2019 at 10:53:08PM +0100, Ulf Brosziewski wrote: > You can make that permanent with an entry in wsconsctl.conf. However, > please note that the "param" field is for debugging and development, > there are no guarantees about its future. Thanks yet again, Ulf. For long term plans, p

trackpad reversed scrolling broken on -current

2019-03-25 Thread lists+misc
Hello all - On the latest snap of -current, my reversed trackpad scrolling seems to have broken. My xorg.conf is as follows: Section "InputClass" Identifier "ws pointer" MatchIsPointer "true" Option "AccelerationProfile" "2" Option "AccelerationNumerator" "5" Option "Accelera