On Thu, 2015-10-29 at 09:50 +0000, Emil Velikov wrote: > On 29 October 2015 at 09:37, Olivier Fourdan <[email protected]> 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 code base ? If so shouldn't one > reuse the current files - copying them around might not be the best of > ideas.
They are mostly copypasta, yes. Reusing them directly is a little difficult because the current implementation includes xfree86 headers, so "reusing the current files" would be: 1) detach hw/xfree86/common/xf86vmode.c from xfree86 headers 2) move it up to Xext/, (probably as a separate module and not glommed into libXext.la) 3) add backend to hw/xwayland Alternatively, we could do a generic translation layer from vidmode to randr, but that's probably a bit more involved. - ajax _______________________________________________ [email protected]: X.Org development Archives: http://lists.x.org/archives/xorg-devel Info: http://lists.x.org/mailman/listinfo/xorg-devel
