Re: [PATCH xserver v2] inputthread: On Linux leave the main thread's name as-is

2016-10-26 Thread Peter Hutterer
On Wed, Oct 26, 2016 at 12:21:16PM +0200, Hans de Goede wrote: > From: Peter Hutterer > > On Linux, setting the main thread's name changes the program name > (/proc/self/comm). Setting it to MainThread breaks scripts that rely on > the command name, e.g. ps -C Xorg. > > Signed-off-by: Peter Hutt

[PATCH xserver] Fix race condition in ConfigureWindow

2016-10-26 Thread Erik Kurzinger
Currently, the ConfigureWindow function will deliver a ConfigureNotify event to the application before calling into the window's appropriate function with the new size / position. Hence, the application may begin to process the event before some server-size data structures are updated with the ne

[PATCH v2] ramdac: Check sPriv != NULL in xf86CheckHWCursor()

2016-10-26 Thread Alex Goins
xf86CheckHWCursor() would dereference sPriv without NULL checking it. If Option "SWCursor" is specified, sPriv == NULL. In this case we should assume that HW cursors are not supported. Signed-off-by: Alex Goins Reviewed-by: Andy Ritger --- hw/xfree86/ramdac/xf86HWCurs.c | 4 1 file changed

Re: [xserver PULL for 1.19] One more patch on top of Hans' pull request

2016-10-26 Thread Adam Jackson
On Wed, 2016-10-26 at 08:23 -0400, Olivier Fourdan wrote: >   xwayland: Activate and enable touch devices (2016-10-26 14:16:42 +0200) Merged: remote: I: patch #117161 updated using rev 007f8ee61a35ceda36b43e772a9a1074b8e27a06. remote: I: 1 patch(es) updated to state Accepted. To ssh://git.freed

Re: [xserver PULL for 1.19 ] Various small fixes for 1.19

2016-10-26 Thread Adam Jackson
On Wed, 2016-10-26 at 12:26 +0200, Hans de Goede wrote: > Hi Adam, Keith, > > Here is a pull-req with various small fixes > (all with at least 1 Reviewed-by) which I've collected > for merging into 1.19: > > The following changes since commit d13cb974426f7f1110b0bdb08c4ebb46ff8975f7: > >    ddx:

Re: [PATCH xserver] configure.ac: bump epoxy requirement to 1.2

2016-10-26 Thread Adam Jackson
On Wed, 2016-10-26 at 11:29 +0100, Emil Velikov wrote: > Maybe coffee hasn't kicked in, but it does seem to matter. I did not misspeak, I promise. > Think about: build against pre 1.2 [epoxy] then run against 1.2 or > later and you'll get some lovely fireworks. glamor_egl_screen_private::displa

[xserver PULL for 1.19] One more patch on top of Hans' pull request

2016-10-26 Thread Olivier Fourdan
[...] > Could we add https://patchwork.freedesktop.org/patch/117161/ to this as well? > > It (hopefully) fixes a random crash in Xwayland with touch devices. > > Or else I can prepare another pull request... The following changes since commit d13cb974426f7f1110b0bdb08c4ebb46ff8975f7: ddx: ad

Re: [xserver PULL for 1.19 ] Various small fixes for 1.19

2016-10-26 Thread Olivier Fourdan
Hi, - Original Message - > Hi Adam, Keith, > > Here is a pull-req with various small fixes > (all with at least 1 Reviewed-by) which I've collected > for merging into 1.19: > > The following changes since commit d13cb974426f7f1110b0bdb08c4ebb46ff8975f7: > >ddx: add new call to purge

Re: [PATCH xserver] configure.ac: bump epoxy requirement to 1.2

2016-10-26 Thread Emil Velikov
On 25 October 2016 at 15:59, Adam Jackson wrote: > On Mon, 2016-10-24 at 12:19 -0700, Matt Turner wrote: >> On Mon, Oct 24, 2016 at 2:39 AM, Emil Velikov >> wrote: >> > > > From: Emil Velikov >> > >> > As pointed out in the ABI tracker[1], epoxy has gone through a few >> > non-backwards compati

[xserver PULL for 1.19 ] Various small fixes for 1.19

2016-10-26 Thread Hans de Goede
Hi Adam, Keith, Here is a pull-req with various small fixes (all with at least 1 Reviewed-by) which I've collected for merging into 1.19: The following changes since commit d13cb974426f7f1110b0bdb08c4ebb46ff8975f7: ddx: add new call to purge input devices that weren't added (2016-10-26 15:35

[PATCH xserver v2] inputthread: On Linux leave the main thread's name as-is

2016-10-26 Thread Hans de Goede
From: Peter Hutterer On Linux, setting the main thread's name changes the program name (/proc/self/comm). Setting it to MainThread breaks scripts that rely on the command name, e.g. ps -C Xorg. Signed-off-by: Peter Hutterer Signed-off-by: Hans de Goede --- Changes in v2 (hdegoede): -Only leave

Re: [PATCH xf86-input-libinput] Don't init the AccelSpeed/LeftHanded properties on the base tablet device

2016-10-26 Thread Eric Engestrom
On Wednesday, 2016-10-26 15:08:23 +1000, Peter Hutterer wrote: > This device never sends events, no point in exposing these options > > Signed-off-by: Peter Hutterer Does what it says on the tin :) Reviewed-by: Eric Engestrom > --- > src/xf86libinput.c | 6 -- > 1 file changed, 4 insertio