Re: [PATCH xserver 0/6] xfree86: Extend OutputClass config sections

2016-12-14 Thread Adam Jackson
On Mon, 2016-12-12 at 17:03 +0100, Hans de Goede wrote: > Hi All, > > This patch series main goal (*) is to allow the nvidia binary driver > to install a xorg.conf snippet with the following contents: Merged, thanks: remote: I: patch #127036 updated using rev

[qxl] xspice: Adjust to X.org 1.19 changes

2016-12-14 Thread Christophe Fergeau
In newer X.org versions, it's no longer supported to modify the set of FDs passed to a BlockHandler method to get notified when the FD has data to be read. This was limited anyway as we could only get read events this way, and had to do our own polling to get notified about socket writeability.

Re: [qxl] xspice: Adjust to X.org 1.19 changes

2016-12-14 Thread Hans de Goede
Hi, On 14-12-16 11:51, Christophe Fergeau wrote: In newer X.org versions, it's no longer supported to modify the set of FDs passed to a BlockHandler method to get notified when the FD has data to be read. This was limited anyway as we could only get read events this way, and had to do our own