Created
October 19, 2019 12:11
-
-
Save gvvynplaine/8c33679ec47057428878ba076841bb18 to your computer and use it in GitHub Desktop.
disabling nouveau kernel driver
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
blacklist nouveau | |
options nouveau modeset=0 |
Another kernel driver could be disabled the same way.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
sudo touch /etc/modprobe.d/blacklist-nouveau.conf
sudo update-initramfs -u
sudo reboot