From bd6488e0edd27d8b969d04ffe83ab573300ca7b0 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Mon, 10 Feb 2020 17:54:47 +0200 Subject: [PATCH] etc/default/grub.d: nouveau.cfg -> itwjyg.cfg + more modules --- etc/default/grub.d/itwjyg.cfg | 4 ++++ etc/default/grub.d/nouveau.cfg | 2 -- 2 files changed, 4 insertions(+), 2 deletions(-) create mode 100644 etc/default/grub.d/itwjyg.cfg delete mode 100644 etc/default/grub.d/nouveau.cfg 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"