Re: Xorg 1.20 no mouse buttons

2020-03-07 Thread Michael Gmelin
On Sat, 07 Mar 2020 10:48:05 +0100 "Ronald Klop" wrote: > On Thu, 05 Mar 2020 23:24:46 +0100, Michael Gmelin > wrote: > > >  > > > >> On 5. Mar 2020, at 14:46, Ronald Klop wrote: > >> > >> Hi, > >> > >> I needed "sysctl kern.evdev.rcpt_mask=6" to switch from sysmouse > >> to "hardware mo

Re: Xorg 1.20 no mouse buttons

2020-03-07 Thread Michael Gmelin
> On 7. Mar 2020, at 10:48, Ronald Klop wrote: > > On Thu, 05 Mar 2020 23:24:46 +0100, Michael Gmelin wrote: > >>  >> On 5. Mar 2020, at 14:46, Ronald Klop wrote: >>> >>> Hi, >>> >>> I needed "sysctl kern.evdev.rcpt_mask=6" to switch from sysmouse to >>> "hardware mouse". That fi

Re: Xorg 1.20 no mouse buttons

2020-03-07 Thread Ronald Klop
On Thu, 05 Mar 2020 23:24:46 +0100, Michael Gmelin wrote:  On 5. Mar 2020, at 14:46, Ronald Klop wrote: Hi, I needed "sysctl kern.evdev.rcpt_mask=6" to switch from sysmouse to "hardware mouse". That fixed mouse integration with VirtualBox. Still have weird behaviour. Two finger swipe

Re: Xorg 1.20 no mouse buttons

2020-03-06 Thread ajtiM via freebsd-ports
On Thu, 5 Mar 2020 23:13:37 + Tatsuki Makino wrote: > I think Bluetooth mouse haven't worked properly before. > It relied on other mouse and Virtual core XTEST pointer. > I have increased NBUTTONS in ${WRKSRC}/test/xi2/protocol-common.c and > ${WRKSRC}/dix/devices.c more than 10. > __

Re: Xorg 1.20 no mouse buttons

2020-03-05 Thread Tatsuki Makino
I think Bluetooth mouse haven't worked properly before. It relied on other mouse and Virtual core XTEST pointer. I have increased NBUTTONS in ${WRKSRC}/test/xi2/protocol-common.c and ${WRKSRC}/dix/devices.c more than 10. ___ freebsd-ports@freebsd.org mail

Re: Xorg 1.20 no mouse buttons

2020-03-05 Thread Michael Gmelin
 > On 5. Mar 2020, at 14:46, Ronald Klop wrote: > > Hi, > > I needed "sysctl kern.evdev.rcpt_mask=6" to switch from sysmouse to "hardware > mouse". That fixed mouse integration with VirtualBox. > > Still have weird behaviour. Two finger swipe down & up (which normally only > scrolls) makes

Re: Xorg 1.20 no mouse buttons

2020-03-05 Thread ajtiM via freebsd-ports
On Thu, 05 Mar 2020 14:45:32 +0100 "Ronald Klop" wrote: > Hi, > > I needed "sysctl kern.evdev.rcpt_mask=6" to switch from sysmouse to > "hardware mouse". That fixed mouse integration with VirtualBox. > > Still have weird behaviour. Two finger swipe down & up (which > normally only scrolls) ma

Re: Xorg 1.20 no mouse buttons

2020-03-05 Thread Ronald Klop
Hi, I needed "sysctl kern.evdev.rcpt_mask=6" to switch from sysmouse to "hardware mouse". That fixed mouse integration with VirtualBox. Still have weird behaviour. Two finger swipe down & up (which normally only scrolls) makes the browser go back. With xev I see that next to logical butto

Re: Xorg 1.20 no mouse buttons

2020-02-27 Thread Daniel Morante via freebsd-ports
Roland, Your issue might be related to this bug: https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=244110 On 2/26/2020 5:29 PM, Ronald Klop wrote: It works again. Changed back from virtualboxvideo from drm-devel-kmod to the driver from virtualbox-ose-additions. But did some other changes at

Re: Xorg 1.20 no mouse buttons

2020-02-26 Thread Ronald Klop
It works again. Changed back from virtualboxvideo from drm-devel-kmod to the driver from virtualbox-ose-additions. But did some other changes at the same time also. Not sure yet what happened, but it was integration of the mouse with virtualbox which failed somehow. Regards, Ronald. On