<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><div id="yiv703369272">Sorry, I'm still having trouble with this.  I followed the directions at http://www.x.org/wiki/Development/git, as recommended by Dan.<br><br>I was able to build the drm-intel-2.6.28-20090112.tar.bz2 kernel and boot from it.  Good.<br><br>Then I used the nice script at the end of the www.x.org page labelled "Quick and easy way to install a development build".  (Note: the git files were cloned yesterday)  The script seemed to run normally (as root).  Then I proceeded to the instructions labelled "Running your new stack".<br><br>I booted the new kernel into run level 3.  When I tried insmod'ing the new modules, I couldn't find them.  The only ones found are in the new kernel directory, not /opt/gfx-test/ as I expected.<br><br>[root@xyz]# find / -name
 drm.ko<br>/home/joe/build/kernel/drivers/gpu/drm/drm.ko<br>/lib/modules/2.6.27.9-159.fc10.i686/kernel/drivers/gpu/drm/drm.ko<br>/lib/modules/2.6.27.5-117.fc10.i686/kernel/drivers/gpu/drm/drm.ko<br>/lib/modules/2.6.28/kernel/drivers/gpu/drm/drm.ko<br><br>[root@xyz]# find / -name i915.ko<br>/home/joe/build/kernel/drivers/gpu/drm/i915/i915.ko<br>/lib/modules/2.6.27.9-159.fc10.i686/kernel/drivers/gpu/drm/i915/i915.ko<br>/lib/modules/2.6.27.5-117.fc10.i686/kernel/drivers/gpu/drm/i915/i915.ko<br>/lib/modules/2.6.28/kernel/drivers/gpu/drm/i915/i915.ko<br><br>I inserted the modules in the 2.6.28 kernel directory, and received the following:<br><br>[root@xyz]# insmod /lib/modules/2.6.28/kernel/drivers/gpu/drm/drm.ko<br>[drm] Initialized drm 1.1.0 20060810<br><br>[root@xyz]# insmod /lib/modules/2.6.28/kernel/drivers/gpu/drm/i915/i915.ko<br>pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16<br>[drm] Initialized i915 1.6.0 20080730 on minor
 0<br><br>Notice the version numbers and dates are not recent.  I tried starting X anyway, but the keyboard and mouse where unresponsive.<br><br>Any ideas why I can't find the new .ko files to use for insmod?<br><br>Thanks a lot for any suggestions.<br><br>
<br>--- On <b>Sun, 1/18/09, Dan Nicholson <i><dbn.lists@gmail.com></i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;">From: Dan Nicholson <dbn.lists@gmail.com><br>Subject: Re: Fedora 10: Trouble installing libdrm (2.4.4) for latest Intel driver (2.6)<br>To: stopads@yahoo.com<br>Cc: xorg@lists.freedesktop.org<br>Date: Sunday, January 18, 2009, 12:00 PM<br><br><pre>On Fri, Jan 16, 2009 at 1:46 PM, Joe Smith <stopads@yahoo.com> wrote:<br>> Dan,<br>><br>> Thanks for the info.  While I was waiting, I tried installing the latest<br>libdrm rpm from RPM Fusion or Rawhide, not sure which.  It was tagged 2.4.3<br>fc11, but I have fc10.  I assumed (ha ha) this was ok because the package<br>manager let me do it.  I know, a slippery slope.  Anyway, X didn't start<br>after that, and I couldn't easily get it back.  So I'm reinstalling now.<br>><br>> So the question is,
 can<br> I install rpms tagged for fc11 on fc10?  If so,<br>then perhaps X crashed because I had partially installed libdrm 2.4.4 from<br>source, and a conflict developed...?<br><br>rawhide rpms usually work in stable fedoras. However, getting the<br>graphics right is more that one package. For the whole stack, you'd<br>need (I think):<br><br>kernel (for newer drm modules/GEM)<br>xorg-x11-server<br>libdrm<br>mesa-libGL (will pull in dri drivers)<br>xorg-x11-drv-i810<br><br>As for a specific conflict with libdrm from source, you have<br>/lib/libdrm.so* if you followed the intel instructions. That's not<br>where fedora installs them. You might want to clean up what you can<br>and then "yum reinstall libdrm libdrm-devel". You can probably run<br>"make uninstall" from your libdrm source directory to clean up.<br><br>--<br>Dan<br></pre></blockquote></div></td></tr></table><br>