<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>but doing ./configure is generating the default configuration, what I precisely need is to enable only i915 pipediver in addition to softpipe. doing just ./configure is generating below configurations.<br><br>****************************************************************************************************************<br>configure: creating ./config.status<br>config.status: creating configs/autoconf<br>config.status: executing configs commands<br><br>prefix:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; /usr/local<br>exec_prefix:&nbsp;&nbsp;&nbsp;&nbsp; ${prefix}<br>libdir:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${exec_prefix}/lib<br>includedir:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ${prefix}/include<br><br>Driver:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 dri<br>OSMesa:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>DRI drivers:&nbsp;&nbsp;&nbsp;&nbsp; i810 i915 i965 mach64 mga r128 r200 r300 r600 radeon savage sis tdfx unichrome swrast<br>DRI driver dir:&nbsp; ${libdir}/dri<br>Use XCB:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br><br>Gallium:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes<br>Gallium dirs:&nbsp;&nbsp;&nbsp; auxiliary drivers state_trackers<br>Winsys dirs:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; drm<br>Winsys drm dirs:<br>Driver dirs:&nbsp;&nbsp;&nbsp;&nbsp; softpipe failover trace identity svga i915 i965 r300<br>Trackers dirs:&nbsp;&nbsp; dri egl xorg<br><br>Shared libs:&nbsp;&nbsp;&nbsp;&nbsp; yes<br>Static libs:&nbsp;&nbsp;&nbsp;&nbsp; no<br>EGL:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; glx<br>GLU:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 yes<br>GLw:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; yes (Motif: no)<br>glut:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br>Demos:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; no<br><br>CFLAGS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -g -O2 -Wall -Wmissing-prototypes -std=c99 -ffast-math -fvisibility=hidden -fno-strict-aliasing -fPIC<br>CXXFLAGS:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -g -O2 -Wall -fno-strict-aliasing -fPIC<br>Macros:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; -D_GNU_SOURCE -DPTHREADS -DHAVE_POSIX_MEMALIGN -DUSE_EXTERNAL_DXTN_LIB=1 -DIN_DRI_DRIVER -DGLX_DIRECT_RENDERING -DGLX_INDIRECT_RENDERING -DHAVE_ALIAS -DHAVE_XEXTPROTO_71 -DUSE_X86_ASM -DUSE_MMX_ASM -DUSE_3DNOW_ASM -DUSE_SSE_ASM<br><br>Run 'make' to build Mesa<br>**************************************************************************************************************<br><br>I
 observe from above configuration EGL is configured for egl_glx, which 
is software based(if i am correct.). if i continue to do make My EGL is 
dependent on egl_glx which sits in /usr/local/lib/egl/.. i am telling 
this because when I tried running some sample application i am getting below error.<br>***************************************************************************************************************<br>export LD_LIBRARY_PATH=/root/Mesa-7.8.2/lib/<br>export EGL_DRIVER=/root/Mesa-7.8.2/lib/<br>root@srini:~/check_GLES# ./sphere<br>libEGL warning: Could not open driver /root/Mesa-7.8.2/lib/ (/root/Mesa-7.8.2/lib/: cannot read file data: Is a directory)<br>libEGL warning: Could not open driver /root/Mesa-7.8.2/lib/.so (/root/Mesa-7.8.2/lib/.so: cannot open shared object file: No such file or directory)<br>libEGL warning: EGL_DRIVER is set to an invalid driver<br>libEGL warning: Could not open driver /usr/local/lib/egl/egl_glx (/usr/local/lib/egl/egl_glx: cannot open shared object file: No such file or directory)<br>Segmentation
 fault<br>***************************************************************************************************************<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;">please guide me where i am doing wrong.<br><br><br>Regards,<br>Srini.<br><div style="font-family: arial,helvetica,sans-serif; font-size: 13px;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Chia-I Wu &lt;olvaffe@gmail.com&gt;<br><b><span style="font-weight: bold;">To:</span></b> Srini &lt;srini_rajini@yahoo.com&gt;<br><b><span style="font-weight: bold;">Cc:</span></b> mesa-users@lists.freedesktop.org<br><b><span style="font-weight: bold;">Sent:</span></b> Mon, 21 February, 2011 9:26:53 PM<br><b><span style="font-weight: bold;">Subject:</span></b> Re: [Mesa-users] Mesa 7.8.2 with Hardware Acceleration on Ubuntu 10.10<br></font><br>On Mon, Feb 21, 2011 at 5:32 AM, Srini &lt;<a
 ymailto="mailto:srini_rajini@yahoo.com" href="mailto:srini_rajini@yahoo.com">srini_rajini@yahoo.com</a>&gt; wrote:<br>&gt; I am trying to build Mesa 7.8.2 on Ubutu 10.10 with Hardware acceleration<br>&gt; for i915, Enabled along with softpipe. I enabled this in the config file<br>&gt; linux-opengl-es.<br>&gt; doing "make linux-opengl-es" will end up with big error list.<br>&gt; is there anything i need to take care before doing this?<br>&gt; could anyone please help me in fixing this.<br>linux-opengl-es is broken.&nbsp; I will either fix it or remove it.<br><br>For now, you will have to run ./configure (or scons).<br>&gt; Thanks in Advance<br>&gt;<br>&gt; Regards,<br>&gt; Srini.<br>&gt;<br>&gt; make[4]: Entering directory `/root/Mesa-7.8.2/src/gallium/winsys/xlib'<br>&gt; Makefile:101: depend: No such file or directory<br>&gt; running makedepend<br>&gt; makedepend -fdepend -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE<br>&gt; -D_BSD_SOURCE
 -D_GNU_SOURCE -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN<br>&gt; -DGLX_DIRECT_RENDERING -DGALLIUM_SOFTPIPE -I../../../../include<br>&gt; -I../../../../src/mesa -I../../../../src/mesa/main<br>&gt; -I../../../../src/gallium/include -I../../../../src/gallium/drivers<br>&gt; -I../../../../src/gallium/state_trackers/glx/xlib<br>&gt; -I../../../../src/gallium/auxiliary&nbsp; xlib.c xlib_cell.c xlib_llvmpipe.c<br>&gt; xlib_softpipe.c \<br>&gt; &nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &gt; /dev/null 2&gt;/dev/null<br>&gt; make[4]: Leaving directory `/root/Mesa-7.8.2/src/gallium/winsys/xlib'<br>&gt; make[4]: Entering directory `/root/Mesa-7.8.2/src/gallium/winsys/xlib'<br>&gt; gcc -c -I../../../../include -I../../../../src/mesa<br>&gt; -I../../../../src/mesa/main -I../../../../src/gallium/include<br>&gt; -I../../../../src/gallium/drivers<br>&gt; -I../../../../src/gallium/state_trackers/glx/xlib<br>&gt; -I../../../../src/gallium/auxiliary&nbsp; -Wall
 -Wmissing-prototypes<br>&gt; -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC&nbsp; -D_POSIX_SOURCE<br>&gt; -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE<br>&gt; -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DGLX_DIRECT_RENDERING<br>&gt; -DGALLIUM_SOFTPIPE&nbsp; -I/usr/X11R6/include -std=c99 -ffast-math<br>&gt; -fno-strict-aliasing xlib.c -o xlib.o<br>&gt; gcc -c -I../../../../include -I../../../../src/mesa<br>&gt; -I../../../../src/mesa/main -I../../../../src/gallium/include<br>&gt; -I../../../../src/gallium/drivers<br>&gt; -I../../../../src/gallium/state_trackers/glx/xlib<br>&gt; -I../../../../src/gallium/auxiliary&nbsp; -Wall -Wmissing-prototypes<br>&gt; -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC&nbsp; -D_POSIX_SOURCE<br>&gt; -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE<br>&gt; -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DGLX_DIRECT_RENDERING<br>&gt; -DGALLIUM_SOFTPIPE&nbsp;
 -I/usr/X11R6/include -std=c99 -ffast-math<br>&gt; -fno-strict-aliasing xlib_cell.c -o xlib_cell.o<br>&gt; gcc -c -I../../../../include -I../../../../src/mesa<br>&gt; -I../../../../src/mesa/main -I../../../../src/gallium/include<br>&gt; -I../../../../src/gallium/drivers<br>&gt; -I../../../../src/gallium/state_trackers/glx/xlib<br>&gt; -I../../../../src/gallium/auxiliary&nbsp; -Wall -Wmissing-prototypes<br>&gt; -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC&nbsp; -D_POSIX_SOURCE<br>&gt; -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE<br>&gt; -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DGLX_DIRECT_RENDERING<br>&gt; -DGALLIUM_SOFTPIPE&nbsp; -I/usr/X11R6/include -std=c99 -ffast-math<br>&gt; -fno-strict-aliasing xlib_llvmpipe.c -o xlib_llvmpipe.o<br>&gt; gcc -c -I../../../../include -I../../../../src/mesa<br>&gt; -I../../../../src/mesa/main -I../../../../src/gallium/include<br>&gt; -I../../../../src/gallium/drivers<br>&gt;
 -I../../../../src/gallium/state_trackers/glx/xlib<br>&gt; -I../../../../src/gallium/auxiliary&nbsp; -Wall -Wmissing-prototypes<br>&gt; -Wdeclaration-after-statement -Wpointer-arith -O3 -g -fPIC&nbsp; -D_POSIX_SOURCE<br>&gt; -D_POSIX_C_SOURCE=199309L -D_SVID_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE<br>&gt; -DPTHREADS -DUSE_XSHM -DHAVE_POSIX_MEMALIGN -DGLX_DIRECT_RENDERING<br>&gt; -DGALLIUM_SOFTPIPE&nbsp; -I/usr/X11R6/include -std=c99 -ffast-math<br>&gt; -fno-strict-aliasing xlib_softpipe.c -o xlib_softpipe.o<br>&gt; make[4]: *** No rule to make target<br>&gt; `../../../../src/gallium/state_trackers/glx/xlib/libxlib.a', needed by<br>&gt; `../../../../lib/gallium/libGL.so'.&nbsp; Stop.<br>&gt; make[4]: Leaving directory `/root/Mesa-7.8.2/src/gallium/winsys/xlib'<br>&gt; make[3]: *** [default] Error 1<br>&gt; make[3]: Leaving directory `/root/Mesa-7.8.2/src/gallium/winsys'<br>&gt; make[2]: *** [subdirs] Error 1<br>&gt; make[2]: Leaving directory
 `/root/Mesa-7.8.2/src'<br>&gt; make[1]: *** [default] Error 1<br>&gt; make[1]: Leaving directory `/root/Mesa-7.8.2'<br>&gt; make: *** [linux-opengl-es] Error 2<br>&gt;<br>&gt;<br>&gt; _______________________________________________<br>&gt; mesa-users mailing list<br>&gt; <a ymailto="mailto:mesa-users@lists.freedesktop.org" href="mailto:mesa-users@lists.freedesktop.org">mesa-users@lists.freedesktop.org</a><br>&gt; <a href="http://lists.freedesktop.org/mailman/listinfo/mesa-users" target="_blank">http://lists.freedesktop.org/mailman/listinfo/mesa-users</a><br>&gt;<br>&gt;<br><br><br><br>-- <br><a ymailto="mailto:olv@LunarG.com" href="mailto:olv@LunarG.com">olv@LunarG.com</a><br></div></div>
</div><br></body></html>