Hi, i have build mesa with ./configure --disable-gallium-radeon --with-dri-drivers=i915 --enable-gles-overlay --enable-gles1<br>i make it and installed it in /usr/lib <br><br>the problem is i cant run demos in egl/opengles1 demos from mesa.demos.8.0.1.<br>
<br>with EGL_LOG_LEVEL=debug . i get errors like this :<br><br>libEGL debug: dlopen(/usr/lib/egl/egl_dri2.so)<br>libEGL warning: EGL-DRI2: failed to stat fd 134533128<br>libEGL debug: EGL user error 0x3003 (EGL_BAD_ALOC) in DRI2 : failed to get driver name<br>
<br>libEGL debug: dlopen(/usr/lib/egl/egl_glx.so)<br>libEGL debug: EGL user error 0x3001 (other) in eglInitialize<br><br>EGLUT: failed to initialize EGL display<br><br>----<br><br>i able to run xegl_gears from opengl , but nothing from gles1 . <br>
<br>is the problem related to demos or the libGLESv1 doesnt work correctly !?<br>