From: Hugo Villeneuve Date: Sat, 27 Dec 2014 03:40:06 +0000 (-0500) Subject: Remove custom nouveau driver options X-Git-Url: http://gitweb.hugovil.com/?p=hvlinux.git;a=commitdiff_plain;h=e3c2eb87294cd90fa3c908599107b55322d4f470 Remove custom nouveau driver options --- diff --git a/stage4/hv-install-1 b/stage4/hv-install-1 index 2caf5c4..f555a21 100755 --- a/stage4/hv-install-1 +++ b/stage4/hv-install-1 @@ -90,10 +90,6 @@ ipkg -m acnb ${MTDEV} "--disable-static" install_xorg_modules ${XORG_DRIVER} --with-xorg-module-dir=/usr/lib/X11/modules -if [ "x${XORG_VIDEO_DRIVER}" = "xnouveau" ]; then - ipkg ${XORG_VIDEO_NOUVEAU} ${XORG_CONFIG} --with-xorg-module-dir=/usr/lib/X11/modules -fi - ipkg_xorg ${XDM} rscr once "Configuring X.org" configure-xorg diff --git a/stage4/packages-update b/stage4/packages-update index 733632f..2f744bf 100755 --- a/stage4/packages-update +++ b/stage4/packages-update @@ -56,9 +56,6 @@ fpkg -m fd -s "releases/dbus" ${DBUS} fpkg -m gnome ${GOBJECT_INSTROSPECTION} fpkg -m fd -o "dbus" -s "releases/dbus-glib" ${DBUS_GLIB} -if [ "x${XORG_VIDEO_DRIVER}" = "xnouveau" ]; then - fpkg ${XORG_VIDEO_NOUVEAU} "http://anduin.linuxfromscratch.org/sources/BLFS/svn/Xorg" -fi fpkg -m xorg -s xserver ${XORG_SERVER} fpkg -m xorg -s app ${XDM} fpkg ${MTDEV} "http://bitmath.org/code/mtdev"