Comment 10 for bug 1964601

Revision history for this message
Dave Jones (waveform) wrote : Re: I have no processor!

I've done a bit of debugging on this; wound up tweaking the code mentioned in comment 8 above to return g_strdup("NULL context") instead of return NULL and with this in place, gnome-control-center-print-renderer (and indeed the "Graphics" field of the control center) both return "NULL context" so at least we know that's what's going on.

I also hacked up an openGL demo to print the result of glGetString(GL_RENDERER) and apparently we should be getting "V3D 4.2" when everything's working correctly. Unfortunately I've no idea why gdk_window_create_gl_context isn't working on the pi desktop.