Re: [PATCH xinit 2/2] startx: Make startx auto display select work with per user /tmp dirs

2015-03-26 Thread Hans de Goede
Hi, On 25-03-15 22:45, Julien Cristau wrote: On Wed, Mar 25, 2015 at 09:15:12 -0400, Ray Strode wrote: Hi, Now, I've tried to avoid anything xauth-related, but from the little I know: to support displayfd in startx you'd have to communicate back to startx about the $DISPLAY and do the xauth

Re: [PULL] glamor-next

2015-03-26 Thread Michel Dänzer
On 26.03.2015 11:51, Michel Dänzer wrote: On 26.03.2015 11:33, Eric Anholt wrote: Michel Dänzer mic...@daenzer.net writes: On 26.03.2015 04:14, Eric Anholt wrote: Michel Dänzer mic...@daenzer.net writes: On 25.03.2015 05:21, Eric Anholt wrote: Keith Packard (13): [...] glamor:

[PATCH libX11] Xlib.h: Fix macros imitating C functions.

2015-03-26 Thread Dominik Muth
The basic rule put parantheses around macro parameters should be observed where possible. Otherwise code like ConnectionNumber(foo = bar); fails to compile. (It obviously passes if ConnectionNumber is a C function.) There are several other macros amended for the same reason. This bug

Re: [PULL] glamor-next

2015-03-26 Thread Keith Packard
Michel Dänzer mic...@daenzer.net writes: NAK for these changes. I'll be using the *_nf functions in the radeon driver soon, and I expect there might be interest for something similar in the modesetting driver and/or Xwayland in the long term as well. So, these seem backwards to me - you're

Re: [PULL] glamor-next

2015-03-26 Thread Markus Wick
Am 2015-03-26 03:33, schrieb Eric Anholt: The only reason _nf is useful is if you need to implement faster software fallbacks -- otherwise, you should wrap above glamor, since _nf would have been equivalent to calling down. For faster fallbacks, we could delay the uploading part at the end

Re: [PULL] glamor-next

2015-03-26 Thread Eric Anholt
Markus Wick mar...@selfnet.de writes: Am 2015-03-26 03:33, schrieb Eric Anholt: The only reason _nf is useful is if you need to implement faster software fallbacks -- otherwise, you should wrap above glamor, since _nf would have been equivalent to calling down. For faster fallbacks, we

Re: [PATCH keyboard] linux: bring our process group to the foreground (#89653)

2015-03-26 Thread Ingo Brückl
Peter Hutterer wrote on Wed, 25 Mar 2015 14:21:07 +1000: Required to make the driver receive keyboard events from the console. X.Org Bug http://bugs.freedesktop.org/show_bug.cgi?id=89653 Either way, this fixes it, with no side-effects that I found so far. I can confirm that this fixes it.