diff --git a/etc/default/grub.d/itwjyg.cfg b/etc/default/grub.d/itwjyg.cfg new file mode 100644 index 00000000..d19d4084 --- /dev/null +++ b/etc/default/grub.d/itwjyg.cfg @@ -0,0 +1,4 @@ +# Itwjyg is a MacBook 7,1, brcmsmac is the WLAN driver, Nouveau is the +# driver that actually gets picture visible and I think nvidia is the +# propietary driver that doesn't manage that. +GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT brcmsmac nouveau module_blacklist=nvidia" diff --git a/etc/default/grub.d/nouveau.cfg b/etc/default/grub.d/nouveau.cfg deleted file mode 100644 index 95ae938c..00000000 --- a/etc/default/grub.d/nouveau.cfg +++ /dev/null @@ -1,2 +0,0 @@ -# This ensures that nouveau gets modprobed -GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT nouveau"