Hello Marian,<br><br>Looking at the forum discussion I guess you intend to run wayland/weston <br>with drm backend on the Pi board. Correct me if I am wrong.<br><br>"Wayland" should straight away build for ARM as it has very minimal dependency<br>
and is hardware agnostic.<br><br>"Weston" is the hardware related part of the wayland project. A wayland reference<br>implementation of a compositor. So you would need a rendering backend that <br>works for your board so as to be able to run Weston. Weston right now supports<br>
drm, X11, android and wayland itself as backends <br><br>I seem to agree with <b>twolife</b> 's comment in the forum. If Pi doesn't<br>provide DRM support then it wouldn't be possible to use weston's drm-backend.<br>
One will have to write a new backed for the Pi board.<br><br>Is there a way to do GLES2 on the framebuffer directly? If there is a<br>
way, you could get Weston running without X by writing a new backend. You <br>can follow Pekka's android back-end for understanding. With this though <br>you can't run GL clients on Wayland, but you might be able to run a few<br>
simple clients like simple-shm, flower, dnd .. etc<br><br><br><br><div class="gmail_quote">On Tue, Aug 28, 2012 at 12:18 PM, Marian Buschsieweke <span dir="ltr"><<a href="mailto:m.buschsieweke@uni-muenster.de" target="_blank">m.buschsieweke@uni-muenster.de</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello everybody!<br>
<br>
I'm trying to compile wayland and weston on the raspberry pi. For those<br>
who not know: The Raspberry Pi is a 35$ ARM linux box with about 2W<br>
power consumption (see <a href="http://www.raspberrypi.org/faqs" target="_blank">http://www.raspberrypi.org/faqs</a> for more<br>
details).<br>
<br>
I already got wayland and cairo with EGL and GLESv2 support compiled<br>
and installed, but I'm having problems with weston.<br>
<br>
The raspberry pi provides a proprietary driver with EGL, GLESv2 and<br>
OpenVG support.<br>
<br>
I'm using <a href="https://github.com/robclark/libgbm" target="_blank">https://github.com/robclark/libgbm</a> to get libgbm working on<br>
the Pi.<br>
<br>
Is there someone who has a Raspberry Pi already got weston working on<br>
the Pi? Is it actually possible?<br>
<br>
I've seen that "qtwayland" does work on the Pi.<br>
<br>
Feel free to join discussion in the Raspberry Pi Forum:<br>
<br>
<a href="http://www.raspberrypi.org/phpBB3/viewtopic.php?f=53&t=15376" target="_blank">http://www.raspberrypi.org/phpBB3/viewtopic.php?f=53&t=15376</a><br>
<br>
Thanks for you help!<br>
_______________________________________________<br>
wayland-devel mailing list<br>
<a href="mailto:wayland-devel@lists.freedesktop.org">wayland-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/wayland-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/wayland-devel</a><br>
</blockquote></div><br><br clear="all"><br>-- <br>Regards,<br>Abhijit Potnis<br><br>