Comment 8 for bug 1964601

Revision history for this message
Sebastien Bacher (seb128) wrote : Re: I have no processor!

> gnome-control-center-printer-renderer produces no output on the raspi.

the code basically does

        context = gdk_window_create_gl_context (gtk_widget_get_window (win), NULL);
        if (!context)
                return NULL;
        gdk_gl_context_make_current (context);
        renderer = g_strdup ((char *) glGetString (GL_RENDERER));

so either the gl context is failing or glGetString isn't returning a value