On Sun, 2010-10-31 at 10:36 +0100, Sedat Dilek wrote: > I made a 2nd wayland build: > > OK, there is definitely a problem with $DISPLAY, > if I use a different one (for example DISPLAY=:1.0), I get "failed to > create compositor". > If I want to use DISPLAY=:0.0, the error-message is "failed to > initialize display" ending with a Segmentation fault. Taking a guess, I think this is the same problem I hit. wayland isn't checking and exiting after it fails to successfully initialize EGL / some other resource, and continuing on blindly - hence the segfault. In my case, it was because mesa was compiled without --disable-gallium That was REQUIRED for me to get it working.. just deleting the gallium EGL modules to leave the DRI2 ones was not enough. (There might have been GLES drives which picked up gallium of course, as I didn't delete anything there). I can get the compositor running, but all my clients quit as I've got a problem with xkb maps not being found / compiled properly with my /usr/local installed libxkbcommon. -- Peter Clifton Electrical Engineering Division, Engineering Department, University of Cambridge, 9, JJ Thomson Avenue, Cambridge CB3 0FA Tel: +44 (0)7729 980173 - (No signal in the lab!) Tel: +44 (0)1223 748328 - (Shared lab phone, ask for me) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx http://lists.freedesktop.org/mailman/listinfo/dri-devel