<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">I'm having trouble installing the new Intel driver at http://intellinuxgraphics.org/2008Q4.html.<br>This is xf86-video-intel 2.6.0 for an Intel GME965 chipset.<br>I'm running Fedora 10, 2.6.27.9-159.fc10.i686.<br><br>I think it all stems from an incomplete libdrm installation, due to a missing build directory:<br><br>In libdrm-2.4.4 directory:<br># more README <br><br>    By default, libdrm and the DRM header files will install into /usr/local/.<br>    If you want to install this DRM to replace your system copy, say:<br>        ./configure --prefix=/usr --exec-prefix=/<br>    Then,<br>        make install<br><br>    To build the device-specific kernel modules:<br>        cd linux-core/<br>  
      make<br>        cp *.ko /lib/modules/VERSION/kernel/drivers/char/drm/<br>           (where VERSION is your kernel version: uname -f)<br>    Or,<br>        cd bsd-core/<br>        make<br>        copy the kernel modules to the appropriate place<br><br><br>I did part one and everything completed normally.  Actually, I added make to the process because that's the usual order of operations.<br>    ./configure --prefix=/usr --exec-prefix=/<br>    make<br>    make install<br><br>However, I can't do part 2 because there is no directory called linux-core.  I did see a directory called shared core.  Here's the listing:<br><br># ls<br>aclocal.m4    config.status  configure.ac 
 libdrm        libtool    Makefile.am  README<br>config.guess  config.sub     depcomp       libdrm.pc     ltmain.sh  Makefile.in  shared-core<br>config.log    configure      install-sh    libdrm.pc.in  Makefile   missing      tests<br><br># cd shared-core/<br># ls<br>drm.h       drm_sarea.h  mach64_drm.h  Makefile.am  mga_drm.h      r128_drm.h  radeon_drm.h  sis_drm.h     via_drm.h<br>drm_mode.h  i915_drm.h   Makefile      Makefile.in  nouveau_drm.h  r300_reg.h  savage_drm.h  via_3d_reg.h  xgi_drm.h<br><br># make<br>make: Nothing to be done for `all'.<br><br>I
 rebooted anyway (who knows?) and don't see the new version:<br><br># dmesg | grep drm<br>[drm] Initialized drm 1.1.0 20060810<br>[drm] Initialized i915 1.6.0 20080730 on minor 0<br><br>But I pushed ahead anyway, and tried installing the Intel driver:<br><br>In xf86-video-intel-2.6.0 directory:<br># ./configure<br>.....<br>checking for DRM... configure: error: Package requirements (libdrm >= 2.4.3) were not met:<br>Requested 'libdrm >= 2.4.3' but version of libdrm is 2.4.0<br><br>It looks like the new version is in the wrong spot...?<br><br># find / | grep
 libdrm<br>/usr/lib/libdrm.so.2<br>/usr/lib/libdrm_intel.so.1.0.0<br>/usr/lib/libdrm_intel.so<br>/usr/lib/pkgconfig/libdrm.pc<br>/usr/lib/libdrm_intel.so.1<br>/usr/lib/libdrm.so<br>/usr/lib/libdrm.so.2.3.0<br>/usr/share/doc/libdrm-2.4.0<br>/usr/share/doc/libdrm-2.4.0/README<br>/lib/libdrm.so.2<br>/lib/libdrm_intel.so.1.0.0<br>/lib/libdrm_intel.so<br>/lib/libdrm.so.2.4.0<br>/lib/pkgconfig/libdrm.pc<br>/lib/libdrm_intel.so.1<br>/lib/libdrm_intel.la<br>/lib/libdrm.so<br>/lib/libdrm.la<br><br>Can any one point me in the right direction?  I don't think libdrm installed correctly, especially since I couldn't complete step 2.<br><br>Thanks for your help.<br><br></td></tr></table><br>