On 08/21/2012 12:00 PM, Armin K. wrote: > On 08/21/2012 03:46 AM, Ken Moffat wrote: >> I've given up building the old version of libdrm that is in the book, >> because I want to build the currnt intel (and, later, radeon) >> drivers. So, I need to *not* build the nouveau drivers. But how ? >> >> I've tried --with-dri-drivers="i915,i965,swrast" >> and --with-gallium-drivers="i915,i965,svga,swrast" >> (I suspect that not all of those drivers exist in gallium), but >> whatever I pass, configure ignores it and gets set to build the >> default set of drivers. And then, as expected, it falls apart >> because you can't build Mesa-8.0 nouveau against newer libdrm. >> >> Has anyone got any variant spells which work in 8.0.4 on x86_64 ? >> >> ĸen > > --with-dri-drivers="i915,1965,radeon,swrast" > --with-gallium-drivers="r300,r600,svga,swrast"
Also, I might add that there is r200 dri driver, too. But if you don't want radeon, or you don't have llvm, just specify --with-gallium-drivers="" --with-dri-drivers="i915,i965,swrast" ... radeon and r200 dri drivers are for pre r300 chipsets. gallium swrast is actualy llvm pipe which is way better than dri swrast, r300 and r600 require llvm at compile. svga is for VMware virtual gpu. Don't use i915 gallium driver, it's not in good shape. -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page