Re: New Wayland Live CD

2013-09-01 Thread nerdopolis
> On Saturday, August 31, 2013 07:39:41 AM Pier Luigi wrote: > > > 2013/8/31 nerdopolis > > > > > Unfortunately the Hawaii shell is currently not working on the framebuffer > backed weston, which means it won't work on VirtualBox as of right now. > It's likely issues with the pixman renderer

how to deal with the last video frame buffer (wl_buffer)?

2013-09-01 Thread Zhao, Halley
When a wl_buffer (of video frame) is committed to wayland server, this buffer keeps being used by server until a second buffer is committed. It means a wl_buffer isn't ready to destroy in frame callback, but wl_buffer_send_release(). And the buffer (in media pipeline) should also be retained for

[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