etc/default/grub.d: nouveau.cfg -> itwjyg.cfg + more modules

This commit is contained in:
Aminda Suomalainen 2020-02-10 17:54:47 +02:00
parent fafc6fad62
commit bd6488e0ed
Signed by: Mikaela
GPG Key ID: 99392F62BAE30723
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -1,2 +0,0 @@
# This ensures that nouveau gets modprobed
GRUB_CMDLINE_LINUX_DEFAULT="$GRUB_CMDLINE_LINUX_DEFAULT nouveau"