Re: [PATCH xwayland] xwayland: Probe outputs on preinit

2013-09-12 Thread Dima Ryazanov
Actually, never mind. Not sure what the problem was, but I updated everything just now, and xwayland works! On Sat, Sep 7, 2013 at 1:51 AM, Jonas Ådahl wrote: > On Thu, Sep 05, 2013 at 09:00:51PM -0700, Dima Ryazanov wrote: > > Hi, > > > This actually made xwayland work for me when running west

Re: [PATCH xwayland] xwayland: Probe outputs on preinit

2013-09-07 Thread Jonas Ådahl
On Thu, Sep 05, 2013 at 09:00:51PM -0700, Dima Ryazanov wrote: Hi, > This actually made xwayland work for me when running weston using the X11 > backend. > > If I run it using the drm backend, though, it still fails: Odd, because with the patch, xwayland works also using the drm backend of west

Re: [PATCH xwayland] xwayland: Probe outputs on preinit

2013-09-06 Thread Dima Ryazanov
This actually made xwayland work for me when running weston using the X11 backend. If I run it using the drm backend, though, it still fails: [102316.702] (==) intel(0): Backing store disabled > [102316.702] (==) intel(0): Silken mouse enabled > [102316.702] (II) intel(0): Initializing HW Cursor

[PATCH xwayland] xwayland: Probe outputs on preinit

2013-09-01 Thread Jonas Ådahl
When running xwayland, calls to xf86SetDesiredModes() would fail due to the probed modes list not being populated. This was previously done indirectly by calling xf86InitialConfiguration() and now needs to be done explicitly instead. Signed-off-by: Jonas Ådahl --- hw/xfree86/xwayland/xwayland-ou