Still having the problem , i attached the config file , anybody can help !?<br><br><div class="gmail_quote">On Fri, Nov 5, 2010 at 5:09 PM, Clurado cl <span dir="ltr">&lt;<a href="mailto:clurado1980@gmail.com">clurado1980@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;">yes , those configs has  -DFEATURE_ES1=y<div><div></div><div class="h5"><br><br><div class="gmail_quote">
On Fri, Nov 5, 2010 at 5:19 AM, Chia-I Wu <span dir="ltr">&lt;<a href="mailto:olvaffe@gmail.com" target="_blank">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><div></div><div>On Fri, Nov 5, 2010 at 1:34 AM, Clurado cl &lt;<a href="mailto:clurado1980@gmail.com" target="_blank">clurado1980@gmail.com</a>&gt; wrote:<br>
&gt;<br>
&gt;<br>
&gt; On Thu, Nov 4, 2010 at 6:56 AM, Chia-I Wu &lt;<a href="mailto:olvaffe@gmail.com" target="_blank">olvaffe@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Nov 4, 2010 at 6:14 AM, Clurado cl &lt;<a href="mailto:clurado1980@gmail.com" target="_blank">clurado1980@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi, i have build mesa with ./configure --disable-gallium-radeon<br>
&gt;&gt; &gt; --with-dri-drivers=i915 --enable-gles-overlay --enable-gles1<br>
&gt;&gt; &gt; i make it and installed it in /usr/lib<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; the problem is i cant run demos in egl/opengles1 demos from<br>
&gt;&gt; &gt; mesa.demos.8.0.1.<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; with EGL_LOG_LEVEL=debug . i get errors like this :<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; libEGL debug: dlopen(/usr/lib/egl/egl_dri2.so)<br>
&gt;&gt; &gt; libEGL warning: EGL-DRI2: failed to stat fd 134533128<br>
&gt;&gt; Did you set EGL_PLATFORM=drm?  That will force egl_dri2 to treat the<br>
&gt;&gt; argument of eglGetDisplay as an fd while it is actually a pointer to<br>
&gt;&gt; Xlib Display.<br>
&gt;<br>
&gt; Yes , i set EGL_PLATFORM=drm.<br>
&gt; when i doesnt set this var , or when i set this to x11 the errors are :<br>
&gt;<br>
&gt; libEGL debug: added /usr/lib/egl/egl_dri2.so to module array<br>
&gt; libEGL debug: added /usr/lib/egl/egl_gallium.so to module array<br>
&gt; libEGL debug: added /usr/lib/egl/egl_glx.so to module array<br>
&gt; libEGL debug: dlopen(/usr/lib/egl/egl_dri2.so)<br>
&gt;<br>
&gt; libEGL debug: DRI2: dlopen(/usr/local/lib/dri/i915_dri.so)<br>
&gt; libEGL debug: DRI2: found extension `DRI_Core&#39;<br>
&gt; libEGL info: DRI2: found extension DRI_Core version 1<br>
&gt; libEGL debug: DRI2: found extension `DRI_DRI2&#39;<br>
&gt; libEGL info: DRI2: found extension DRI_DRI2 version 2<br>
&gt; libEGL debug: DRI2: found extension `DRI_ReadDrawable&#39;<br>
&gt; libEGL debug: DRI2: found extension `DRI_TexBuffer&#39;<br>
&gt; libEGL info: DRI2: found extension DRI_TexBuffer version 2<br>
&gt; libEGL debug: DRI2: found extension `DRI2_Flush&#39;<br>
&gt; libEGL info: DRI2: found extension DRI2_Flush version 3<br>
&gt; libEGL debug: DRI2: found extension `DRI_IMAGE&#39;<br>
&gt; libEGL info: DRI2: found extension DRI_IMAGE version 1<br>
&gt; libEGL debug: DRI2: found extension `DRI_CONFIG_QUERY&#39;<br>
&gt; libEGL debug: the best driver is DRI2 (score 100)<br>
&gt;<br>
&gt; EGL_VERSION = 1.4 (DRI2)<br>
&gt;<br>
&gt; libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria<br>
&gt; (0x1)<br>
&gt; libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria<br>
&gt; (0x1)<br>
&gt; libEGL debug: the value (0x8) of attribute 0x3040 did not meet the criteria<br>
&gt; (0x1)<br>
&gt; EGLUT: failed to choose a config<br>
</div></div>The DRI driver reported only OpenGL support (0x8) while the demo asked<br>
for OpenGL ES 1.x (0x1).  You may check if FEATURE_ES1 is defined to 1<br>
in configs/current and &quot;make clean; make&quot; again.<br>
<div><div></div><div>&gt;<br>
&gt;&gt;<br>
&gt;&gt; &gt; libEGL debug: EGL user error 0x3003 (EGL_BAD_ALOC) in DRI2 : failed to<br>
&gt;&gt; &gt; get<br>
&gt;&gt; &gt; driver name<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; libEGL debug: dlopen(/usr/lib/egl/egl_glx.so)<br>
&gt;&gt; &gt; libEGL debug: EGL user error 0x3001 (other) in eglInitialize<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; EGLUT: failed to initialize EGL display<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; ----<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; i able to run xegl_gears from opengl , but nothing from gles1 .<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; is the problem related to demos or the libGLESv1 doesnt work correctly<br>
&gt;&gt; &gt; !?<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; _______________________________________________<br>
&gt;&gt; &gt; mesa-dev mailing list<br>
&gt;&gt; &gt; <a href="mailto:mesa-dev@lists.freedesktop.org" target="_blank">mesa-dev@lists.freedesktop.org</a><br>
&gt;&gt; &gt; <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-dev" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-dev</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; olv@LunarG.com<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
</div></div><font color="#888888">--<br>
olv@LunarG.com<br>
</font></blockquote></div><br>
</div></div></blockquote></div><br>