On Tue, Nov 4, 2008 at 7:27 PM, DJ Lucas <[EMAIL PROTECTED]> wrote: > DJ Lucas wrote: >> ./configure $XORG_CONFIG --enable-config-dbus \ >> --with-mesa-source=/sources/Xorg-7.4/Mesa-7.2 \ >> --with-xkb-output=/var/lib/xkb \ >> --enable-install-setuid && >> >> > Oops...had to change that to this or xorg wouldn't find the drivers: > > ./configure $XORG_CONFIG --enable-config-dbus \ > --with-mesa-source=/sources/Xorg-7.4/Mesa-7.2 \ > --with-xkb-output=/var/lib/xkb \ > --enable-install-setuid \ > --with-dri-driver-path=$XORG_PREFIX/lib/dri \ > --with-module-dir=$XORG_PREFIX/lib/X11/modules && > > The DRI driver path is probably redundant. I was in a hurry. Going > back to check after the Mesa changes, but the module-dir is necessary > (without changing other instructions).
--with-mesa-source doesn't do anything anymore since AIGLX just uses the swrast dri driver instead of building it's own GLX stack. Pretty sure that's in the 1.5 server. -- Dan -- http://linuxfromscratch.org/mailman/listinfo/blfs-dev FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
