<br><br><div class="gmail_quote">On Thu, Nov 4, 2010 at 6:56 AM, Chia-I Wu <span dir="ltr">&lt;<a href="mailto:olvaffe@gmail.com">olvaffe@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">On Thu, Nov 4, 2010 at 6:14 AM, Clurado cl &lt;<a href="mailto:clurado1980@gmail.com">clurado1980@gmail.com</a>&gt; wrote:<br>
&gt; Hi, i have build mesa with ./configure --disable-gallium-radeon<br>
&gt; --with-dri-drivers=i915 --enable-gles-overlay --enable-gles1<br>
&gt; i make it and installed it in /usr/lib<br>
&gt;<br>
&gt; the problem is i cant run demos in egl/opengles1 demos from<br>
&gt; mesa.demos.8.0.1.<br>
&gt;<br>
&gt; with EGL_LOG_LEVEL=debug . i get errors like this :<br>
&gt;<br>
&gt; libEGL debug: dlopen(/usr/lib/egl/egl_dri2.so)<br>
&gt; libEGL warning: EGL-DRI2: failed to stat fd 134533128<br>
</div>Did you set EGL_PLATFORM=drm?  That will force egl_dri2 to treat the<br>
argument of eglGetDisplay as an fd while it is actually a pointer to<br>
Xlib Display.<br></blockquote><div>Yes , i set EGL_PLATFORM=drm.<br>when i doesnt set this var , or when i set this to x11 the errors are : <br><br>libEGL debug: added /usr/lib/egl/egl_dri2.so to module array<br>libEGL debug: added /usr/lib/egl/egl_gallium.so to module array<br>
libEGL debug: added /usr/lib/egl/egl_glx.so to module array<br>libEGL debug: dlopen(/usr/lib/egl/egl_dri2.so)<br><br>libEGL debug: DRI2: dlopen(/usr/local/lib/dri/i915_dri.so)<br>libEGL debug: DRI2: found extension `DRI_Core&#39;<br>
libEGL info: DRI2: found extension DRI_Core version 1<br>libEGL debug: DRI2: found extension `DRI_DRI2&#39;<br>libEGL info: DRI2: found extension DRI_DRI2 version 2<br>libEGL debug: DRI2: found extension `DRI_ReadDrawable&#39;<br>
libEGL debug: DRI2: found extension `DRI_TexBuffer&#39;<br>libEGL info: DRI2: found extension DRI_TexBuffer version 2<br>libEGL debug: DRI2: found extension `DRI2_Flush&#39;<br>libEGL info: DRI2: found extension DRI2_Flush version 3<br>
libEGL debug: DRI2: found extension `DRI_IMAGE&#39;<br>libEGL info: DRI2: found extension DRI_IMAGE version 1<br>libEGL debug: DRI2: found extension `DRI_CONFIG_QUERY&#39;<br>libEGL debug: the best driver is DRI2 (score 100)<br>
<br>EGL_VERSION = 1.4 (DRI2)<br><br>libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria (0x1)<br>libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria (0x1)<br>libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria (0x1)<br>
EGLUT: failed to choose a config<br><br> </div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="im">&gt; libEGL debug: EGL user error 0x3003 (EGL_BAD_ALOC) in DRI2 : failed to get<br>
&gt; driver name<br>
&gt;<br>
&gt; libEGL debug: dlopen(/usr/lib/egl/egl_glx.so)<br>
&gt; libEGL debug: EGL user error 0x3001 (other) in eglInitialize<br>
&gt;<br>
&gt; EGLUT: failed to initialize EGL display<br>
&gt;<br>
&gt; ----<br>
&gt;<br>
&gt; i able to run xegl_gears from opengl , but nothing from gles1 .<br>
&gt;<br>
&gt; is the problem related to demos or the libGLESv1 doesnt work correctly !?<br>
&gt;<br>
</div>&gt; _______________________________________________<br>
&gt; mesa-dev mailing list<br>
&gt; <a href="mailto:mesa-dev@lists.freedesktop.org">mesa-dev@lists.freedesktop.org</a><br>
&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
&gt;<br>
&gt;<br>
<font color="#888888"><br>
<br>
<br>
--<br>
olv@LunarG.com<br>
</font></blockquote></div><br>