Re: Two finger scrolling

2020-03-17 Thread Brett Lymn
On Tue, Mar 17, 2020 at 07:08:24PM -0700, bch wrote: > > It’s certainly my curses/terminfo experience coming into play, but is there > a case for making a mousecap/mouseinfo facility to take this, or is that > not a proper characterization of the problem? > Wrong software layer :) We are

Re: firefox-74.0 crash on -current

2020-03-17 Thread Ryo ONODERA
Hi, Your firefox-73.0.1 and 74.0 share the same graphics/MesaLib? And what is your GPU? With my Intel internal GPU in KabyLake Refresh, https://webglsamples.org/aquarium/aquarium.html works fine (firefox-74.0/MesaLib-20.0.1nb1). Thank you. Chavdar Ivanov writes: > Hi, > > On today's -current

Re: Two finger scrolling

2020-03-17 Thread Ryo ONODERA
Hi, Can I add sysctl node to disable two finger scroll as follows? And https://mail-index.netbsd.org/source-changes/2020/03/14/msg115107.html is essential for my Synaptics 8.16 TouchPad in HP Sectre x360 13-inch year 2017 model (ae019TU). If it is removed, I cannot perform any drag-and-drop with

daily CVS update output

2020-03-17 Thread NetBSD source update
Updating src tree: P src/external/bsd/mdocml/dist/main.c P src/lib/Makefile P src/share/man/man4/audio.4 P src/sys/arch/amd64/include/cpu.h P src/sys/arch/amd64/include/param.h P src/sys/arch/amd64/include/pcb.h P src/sys/arch/amd64/include/pmap.h P src/sys/arch/amd64/include/types.h P

Re: Ethernet / Wifi driver locking changes: if_aue.c

2020-03-17 Thread Christos Zoulas
In article <25369.1584454...@jinx.noi.kre.to>, Robert Elz wrote: >I'd suggest the following change to deal with the undefined "un" >variable that appears when USB_DEBUG is defined (the var was deleted >in the changes - other uses went away). > >I'm not committing this as I am not in a position

Re: Two finger scrolling

2020-03-17 Thread Brett Lymn
On Tue, Mar 17, 2020 at 11:04:46AM +, nia wrote: > > "Newer" thinkpads (x250, 2015...) have single-button clickpads with extra > wired buttons. Until a few revisions ago these buttons couldn't be configured > to act as regular mouse buttons and defaulted to acting as buttons 4 and 5. > That

Re: pmap panic

2020-03-17 Thread Andrew Doran
Ok. I think the problems here should be fixed. Andrew On Sun, Mar 15, 2020 at 04:16:20PM +, Andrew Doran wrote: > Hi, > > Thanks for the reports. This and the NVMM related panics should be fixed > now, with: 1.369 src/sys/arch/x86/x86/pmap.c > > I don't have a machine capable of running

Re: Failure to build current - PARAM_LOGICAL_OP_NON_SHORT_CIRCUIT not declared

2020-03-17 Thread Christos Zoulas
In article , Riccardo Mottola wrote: >Hi! > >while building (sources of this night) on amd64 userland, I get this error: You need to clean the gcc tree (both tools/gcc and external/gpl3/gcc) christos

Re: HEADS UP: Ethernet / Wifi driver locking changes

2020-03-17 Thread Riccardo Mottola
Hi, Jason Thorpe wrote: I've just checked in a large diff that implements an MP-safe locking protocol for the ifmedia / mii layers used by many Ethernet and Wifi drivers. I've tested this fairly extensively, and have gotten some testing help from others as well. But I can't cover

Re: Ethernet / Wifi driver locking changes: if_aue.c

2020-03-17 Thread Robert Elz
I'd suggest the following change to deal with the undefined "un" variable that appears when USB_DEBUG is defined (the var was deleted in the changes - other uses went away). I'm not committing this as I am not in a position to even compile test it (let alone verify that it is correct). kre

firefox-74.0 crash on -current

2020-03-17 Thread Chavdar Ivanov
Hi, On today's -current my build of firefox-74.0 (from yesterday, rust 1.42.0 from the day before, cbindgen also rebuilt), when I access the demos at webglsamples.org I get: Core was generated by `firefox'. Program terminated with signal SIGSEGV, Segmentation fault. #0 0x7b00ceb85e8a in

Failure to build current - PARAM_LOGICAL_OP_NON_SHORT_CIRCUIT not declared

2020-03-17 Thread Riccardo Mottola
Hi! while building (sources of this night) on amd64 userland, I get this error: /usr/src/obj/tooldir.NetBSD-9.99.50-amd64/bin/x86_64--netbsd-c++ -O2 -march=core2 -Wall -Wpointer-arith -Wno-sign-compare -Wa,--fatal-warnings -Werror -fPIE -Wno-narrowing -Wno-unused -march=core2 -std=gnu++98

Re: Two finger scrolling

2020-03-17 Thread nia
On Tue, Mar 17, 2020 at 05:05:19PM +1030, Brett Lymn wrote: > On Sun, Mar 15, 2020 at 11:00:09PM +, nia wrote: > > I've just committed a handful of changes to synaptics.c that give me > > smooth two-finger scrolling out of the box. > > > > I'm curious how many others are using multitouch

Automated report: NetBSD-current/i386 build success

2020-03-17 Thread NetBSD Test Fixture
The NetBSD-current/i386 build is working again. The following commits were made between the last failed build and the successful build: 2020.03.17.05.04.10 kre src/sys/arch/xen/xen/xennetback_xenbus.c,v 1.79 Log files can be found at:

Re: Two finger scrolling

2020-03-17 Thread Brett Lymn
On Sun, Mar 15, 2020 at 11:00:09PM +, nia wrote: > I've just committed a handful of changes to synaptics.c that give me > smooth two-finger scrolling out of the box. > > I'm curious how many others are using multitouch touchpads and whether > you notice any improvement. > I will have a look