Re: [PATCH xserver] xwayland: Add Xfree86-VidModeExtension to Xwayland

2015-10-29 Thread Emil Velikov
On 29 October 2015 at 14:10, Adam Jackson wrote: > On Thu, 2015-10-29 at 09:50 +, Emil Velikov wrote: >> On 29 October 2015 at 09:37, Olivier Fourdan wrote: >> > Hi Krzysztof, >> > >> > Quick question, as I haven't heard back from you, do you plan to follow up >> > on these patches or should

Re: [PATCH xserver] xwayland: Add Xfree86-VidModeExtension to Xwayland

2015-10-29 Thread Adam Jackson
On Thu, 2015-10-29 at 09:50 +, Emil Velikov wrote: > On 29 October 2015 at 09:37, Olivier Fourdan wrote: > > Hi Krzysztof, > > > > Quick question, as I haven't heard back from you, do you plan to follow up > > on these patches or should I fix them? > > > While there, can someone confirm if t

Re: [PATCH xserver] xwayland: Add Xfree86-VidModeExtension to Xwayland

2015-10-29 Thread Emil Velikov
On 29 October 2015 at 09:37, Olivier Fourdan wrote: > Hi Krzysztof, > > Quick question, as I haven't heard back from you, do you plan to follow up > on these patches or should I fix them? > While there, can someone confirm if the two extra files aren't just a copy/pasta from existing xserver/other

Re: [PATCH xserver] xwayland: Add Xfree86-VidModeExtension to Xwayland

2015-10-29 Thread Olivier Fourdan
Hi Krzysztof, Quick question, as I haven't heard back from you, do you plan to follow up on these patches or should I fix them? Cheers, Olivier On 14/10/15 18:24, Olivier Fourdan wrote: Hi - Original Message - More worryingly, I tried xvidtune with that patch applied and that led t

Re: [PATCH xserver] xwayland: Add Xfree86-VidModeExtension to Xwayland

2015-10-14 Thread Olivier Fourdan
Hi - Original Message - > More worryingly, I tried xvidtune with that patch applied and that > led to a crash in Xwayland - I'll investigate further to see if this > is something in my tree or with the patch as I suspect. Quick follow up, the crash occurs in VidModeGetMonitor() from xf86V

Re: [PATCH xserver] xwayland: Add Xfree86-VidModeExtension to Xwayland

2015-10-14 Thread Olivier Fourdan
Hi Krzysztof, - Original Message - > From: Krzysztof Sobiecki > > Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87806 > > Signed-off-by: Krzysztof A. Sobiecki > --- So if I understand correctly, this patch adds the client interface but does not actually implement any of the Vid

[PATCH xserver] xwayland: Add Xfree86-VidModeExtension to Xwayland

2015-09-24 Thread Krzysztof A. Sobiecki
From: Krzysztof Sobiecki Fixes: https://bugs.freedesktop.org/show_bug.cgi?id=87806 Signed-off-by: Krzysztof A. Sobiecki --- hw/xwayland/Makefile.am |3 + hw/xwayland/xf86VidMode.c | 358 hw/xwayland/xf86vmode.c | 2020 + hw/xwayland