<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Running I get the following: <br># lspci | grep VGA<br>00:02.0 VGA compatible controller: Intel Corporation Mobile 915GM/GMS/910GML Express Graphics Controller (rev 04)<br><br>I trying to follow the steps at http://intellinuxgraphics.org/install.html<br><br>I've dowloaded and extracted xf86-video-intel-2.6.0.tar.bz2<br><br>Then I run : <br># ./configure -- everything goes fine here<br># make <br><br>When I run make I get the following error : <br>make[4]: Entering directory `/home/ericomtx/Desktop/xf86-video-intel-2.6.0/src'<br>../doltcompile gcc -DHAVE_CONFIG_H -I. -I..   -I/usr/include/xorg -I/usr/include/pixman-1    -I/usr/local/include -I/usr/local/include/drm   -Wall -Wpointer-arith -Wstrict-prototypes     -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing
 -I/usr/include/xorg -I/usr/include/pixman-1   -I/usr/local/include -I/usr/local/include/drm   -I/usr/include/X11/dri -I../uxa -DI830_XV -DI830_USE_XAA -DI830_USE_EXA -g -O2 -MT i830_lvds.lo -MD -MP -MF .deps/i830_lvds.Tpo -c -o i830_lvds.lo i830_lvds.c<br>i830_lvds.c: In function ‘i830_lvds_get_modes’:<br>i830_lvds.c:827: error: ‘DS_VENDOR’ undeclared (first use in this function)<br>i830_lvds.c:827: error: (Each undeclared identifier is reported only once<br>i830_lvds.c:827: error: for each function it appears in.)<br>make[4]: *** [i830_lvds.lo] Error 1<br>make[4]: Leaving directory `/home/ericomtx/Desktop/xf86-video-intel-2.6.0/src'<br>make[3]: *** [all-recursive] Error 1<br>make[3]: Leaving directory `/home/ericomtx/Desktop/xf86-video-intel-2.6.0/src'<br>make[2]: *** [all] Error 2<br>make[2]: Leaving directory `/home/ericomtx/Desktop/xf86-video-intel-2.6.0/src'<br>make[1]: *** [all-recursive] Error 1<br>make[1]: Leaving
 directory `/home/ericomtx/Desktop/xf86-video-intel-2.6.0'<br>make: *** [all] Error 2<br><br>What am I missing ? <br><br><br><br></td></tr></table><br>