Re: [PATCH] xf86VGAarbiter,vgaHW: Only wrap co-operating VGA drivers

2013-09-16 Thread Chris Wilson
On Mon, Sep 16, 2013 at 10:01:41AM +1000, Dave Airlie wrote: That would be equally true at the time the first arbiter support was added. Yet the approach taken was the pessismitic one we have today. No it wasn't, arbiter support was written years ago, and I think I developed it on an i945

Re: [PATCH] [RFC] socket activation code for xserver

2013-09-16 Thread Łukasz Stelmach
It was 2013-06-26 śro 18:18, when Łukasz Stelmach wrote: Hello All. These are patches for libxtrans[1] and xserver[2]. The first, for libxtrans implements the client side of socket passing as implemented in systemd[3]. With this code in libxtrans it is possible to configre systemd to open X

Re: [PATCH xquartz 1/2] XQuartz: Fix build with moved pseudoramiX

2013-09-16 Thread Jon TURNEY
On 15/09/2013 16:11, Jeremy Huddleston Sequoia wrote: Regression from: e716baedc4d8e52a60f43ef21aba771b340d8c8b Signed-off-by: Jeremy Huddleston Sequoia jerem...@apple.com CC: Jon TURNEY jon.tur...@dronecode.org.uk Sorry about the breakage. Reviewed-by: Jon TURNEY

[PULL] Minor XQuartz build fixes

2013-09-16 Thread Jeremy Huddleston Sequoia
The following changes since commit 47ff382d1fce25a8b097d45b79489e891f1f1228: Merge remote-tracking branch 'jturney/master' (2013-09-09 15:13:42 -0700) are available in the git repository at: git://people.freedesktop.org/~jeremyhu/xserver master for you to fetch changes up to

[PATCH v2] OS/ACPI: Make socket to acpid is non-blocking

2013-09-16 Thread Egbert Eich
If a connect to the acpid socket is delayed connect will hang stalling the Xserver. To avoid this create a non-blocking socket. If connect returns EINPROGRESS use select() and getsockopt() to check for completion of the connect request. Use a different timeout to select() whether we connect for

[PATCH v2] OS/ACPI: Retry (re)connecting to acpid until successful

2013-09-16 Thread Egbert Eich
On Linux the Xserver connects to the ACPI daemon to receive power management events. If this daemon isn't running when the Xserver starts or restarts while the Xserver is active the connection is lost. This adds a timer which periodically tries to (re)connect. Signed-off-by: Egbert Eich

Re: [PATCH] libXt: don't use target flags to build makestrs #69241

2013-09-16 Thread Alan Coopersmith
On 09/13/13 04:58 PM, Yunlian Jiang wrote: From: Yunlian Jiang yunl...@gmail.com The build-time binary makestrs should not be built with target flags. If the target flags are not compatable with the build compiler. The compile time error or the runtime error may happen when building or running

Re: [PATCH] xfree86: go further with legacy PCI bus probe for non-seat0 seats (#66851)

2013-09-16 Thread Laércio Benedito Sivali de Sousa
Just found that this patch has been already discussed some time ago (before my subscrption to the list). Latest Dave Airlie opinion was: this one looks simple, but looks can be deceiving, and I've gotten bitten by applying patches in this area without through testing on a few platforms!