Login  Register

libEGL warning: failed to create a pipe screen for i965 (blank screen)

Posted by martinezmj on Sep 10, 2013; 1:56pm
URL: https://forum.jogamp.org/libEGL-warning-failed-to-create-a-pipe-screen-for-i965-blank-screen-tp4030010.html

I have a user reporting a blank screen when running my JOGL-based application on Ubuntu Linux 13.04.

The warning:
libEGL warning: failed to create a pipe screen for i965

More info:
JOGL Version: 2.0-b66-20121101
GlueGen Version: 2.0-b52-20121101
GL Version: 3.1 (Core Profile) Mesa 9.1.4
GLCapabilities: GLCaps[glx vid 0x20, fbc 0x6b: rgba 0x8/8/8/8, opaque, accum-rgba 0/0/0/0, dp/st/ms: 24/8/0, dbl, mono , hw, GLProfile[GL3bc/GL3bc.hw], on-scr[.]]
GL: class jogamp.opengl.gl4.GL4bcImpl

As far as I can tell, it looks like they are already using a very recent graphics driver (Mesa 9.1.4).  Has anyone seen this before?  Any thoughts on a solution?