xorg: don't blacklist nouveau driver to avoid it from being removed from initramfs and stop being reconfigured

This commit is contained in:
Silvan Calarco 2012-08-03 20:58:36 +02:00
parent efd02e0b17
commit 4af6f32896

View File

@ -267,7 +267,6 @@ if [ "$CONFCREATED" = "1" ]; then
VIDEODRIVER=nvidia
xorg_set_alternatives
rmmod nouveau nvidia
echo "blacklist nouveau" > /etc/modprobe.d/postplug-nouveau.conf
fi
if [ "$ATI_DRV" = 1 -a ! "$freevideo" ]; then