At this point wayland should work with nouveau, but it doesn't. Page flip for NV50 and NVC0 cards was added to nouveau on the 9th http://www.phoronix.com/scan.php?page=news_item&px=OTA5Nw (Mine is NV50.) This was the last known missing dependency. I built a kernel from the nouveau git repo on the 11th.
I added my PCI ID to mesa so I could use egl_dri2 (which is used with Intel) instead of egl_gallium to make sure it wasn't just a difference between those. My graphical output is garbage. I don't even get movement when I move my mouse. The output is clearly uninitialized chunks of video memory, containing stuff previously written by X. I believe ATI/AMD video cards are getting about the same. My output: X output, which works: http://www.chaosreigns.com/wayland/wayland.x11.txt With strace: http://www.chaosreigns.com/wayland/wayland.x11.strace.txt DRM output, not working: http://www.chaosreigns.com/wayland/wayland.drm.txt With strace: http://www.chaosreigns.com/wayland/wayland.drm.strace.txt The script I used to run it: http://www.chaosreigns.com/wayland/wayland-compositor.sh _______________________________________________ wayland-devel mailing list wayland-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/wayland-devel