On Sat, 2011-10-15 at 09:05 +0200, Michael Schwendt wrote:
> Bottom of ~/.xsession-errors:
> 
> > Failed to play sound: File or data not found
> >       JS LOG: GNOME Shell started at Sat Oct 15 2011 09:00:52 GMT+0200 
> > (CEST)
> > failed to create drawable
> 
> After logging out and back in, desktop background was empty and black.
> 
> The warnings are not helpful. Which component "failed to create drawable"?

Almost certainly Mesa:

~/mesa% grep 'failed to create' src/glx/*.c
src/glx/dri2_glx.c:      ErrorMessageF("failed to create dri screen\n");
src/glx/drisw_glx.c:      ErrorMessageF("failed to create dri screen\n");
src/glx/glxcmds.c:         fprintf(stderr, "failed to create pixmap\n");
src/glx/glx_pbuffer.c:      fprintf(stderr, "failed to create drawable\n");

But getting to that point almost always means something else has gone
horribly wrong already.  What does 'glxinfo | grep renderer' say?

- ajax

Attachment: signature.asc
Description: This is a digitally signed message part

-- 
test mailing list
test@lists.fedoraproject.org
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test

Reply via email to