Re: libinput pointer precision at different sensitivity levels

2018-08-01 Thread Josh Simmons
On Thu, Aug 2, 2018 at 7:49 AM, Peter Hutterer wrote: > > and since devices don't give you anything < 1 unit delta, subpixel isn't > really a thing unless you lower the speed setting. > So perhaps I'm missing something, but the raw events as reported by libinput debug-events do in fact have sub-u

Re: libinput pointer precision at different sensitivity levels

2018-08-01 Thread Peter Hutterer
On Tue, Jul 31, 2018 at 07:48:46PM +0200, Josh Simmons wrote: > Hello there, > > I've found what seems to be some interesting behaviour in the events > returned from xinput2 while using the libinput driver with the "FLAT" > profile. the "flat" profile disables acceleration, so what comes out of t

Re: [PATCH weston] libinput: Restore keyboard focus after VT switch

2018-08-01 Thread Peter Hutterer
for the archives, this had a short discusson on IRC but then fell under the radar again On Sun, Jul 22, 2018 at 06:53:56AM -0700, Jamey Sharp wrote: > Hey Daniel, thanks for taking a look! It turns out that this patch worked > in Weston 3, but in Weston 4, commit > 85d55540cb64bf97a08b40f79dc66843

libinput pointer precision at different sensitivity levels

2018-08-01 Thread Josh Simmons
Hello there, I've found what seems to be some interesting behaviour in the events returned from xinput2 while using the libinput driver with the "FLAT" profile. It seems that changing the sensitivity (via the gnome control panel) only changes the scale of the events sent by libinput, and not the

[PATCH] build: Fix duplicated macros when building with CFLAGS="-std=c11 -D_GNU_SOURCE"

2018-08-01 Thread thomasanderson
From: Tom Anderson Fixes errors of the form: error: '_GNU_SOURCE' macro redefined [-Werror,-Wmacro-redefined] --- cursor/os-compatibility.c | 2 ++ src/connection.c | 2 ++ src/wayland-client.c | 2 ++ src/wayland-os.c | 2 ++ src/wayland-server.c | 2 ++ src/wayland-