I just wanted to post to this list that this is a known problem, currently preventing the demo wayland compositor from working on non-intel video cards.
bnf posted a few patches to the mesa mailing list, working on fixing it: http://lists.freedesktop.org/archives/mesa-dev/2011-January/004864.html http://lists.freedesktop.org/archives/mesa-dev/2011-January/004916.html http://lists.freedesktop.org/archives/mesa-dev/2011-January/004917.html There was a patch with a temporary workaround posted to this list: Subject: [PATCH] select rgba / gbra at compile time (I don't know if it's been tested.) The last wayland commit that works for me on non-Intel: commit e4762a6ac1801ab1887c56e0051fa6335ba50ae2 Date: Fri Jan 14 14:59:13 2011 -0500 So to build wayland so that it will work on non-Intel cards, you can do: git clone git://anongit.freedesktop.org/wayland cd wayland git reset --hard e4762a6ac1801ab1887c56e0051fa6335ba50ae2 git clean -xfd ./autogen.sh --prefix=$HOME/install && make && make install Kristian said BGRA is the format used by hardware, cairo, pixman qtimage, and X pixmaps. -- "The most elementary and valuable statement in science, the beginning of wisdom is: 'I do not know'." - Data, ST:TNG 2x2 Where Silence Has Lease http://www.ChaosReigns.com _______________________________________________ wayland-devel mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/wayland-devel
