> 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
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
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