2008/12/12 Cliff Lawson <span dir="ltr"><<a href="mailto:cliff@amshold.com">cliff@amshold.com</a>></span>













<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div link="blue" vlink="purple" lang="EN-GB"><div><p><font face="Arial" size="2"><span style="font-size: 10pt; font-family: Arial;">So I used GIT to get a libdrm that did include the
linux-source part of the tree but when I built it the i915.ko did not build and
looking at the Makefile it would appear to be because OS_HAS_GEM was not
defined. It was a search for the solution to that which brought me to a post in
the archive of this mailing list where I realised that a simple "export
OS_HAS_GEM=1" before building was NOT the solution to use.</span></font></p></div></div></blockquote></div>You dont set that. drm/linux-core is out-dated.<br>You get correct drm.ko and i915.ko from latest kernel or from for-airlied branch of eric's tree.<br>
<br>Look at Eric's LJ <a href="http://anholt.livejournal.com/39544.html">http://anholt.livejournal.com/39544.html</a> first case as You dont need dri2.<br>And after clone switch to for-airlied branch which is a bit more stable.<br>
<br>I dont know if master xf86-intel does not need xserver 1.6 (here 1.6), but there is also origin/xf86-video-intel-2.5-branch which should compile fine with xserver 1.5.3 which is in debian/experiemtal packages and it should be possible to install it on Ubuntu.<br>
<br>