Skip to content

Instantly share code, notes, and snippets.

@manashmandal
Created September 13, 2019 14:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manashmandal/c1e76df6591582b7afcd8efee39c0dcd to your computer and use it in GitHub Desktop.
Save manashmandal/c1e76df6591582b7afcd8efee39c0dcd to your computer and use it in GitHub Desktop.
Disable Nouveau Driver
sudo bash -c "echo blacklist nouveau > /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
sudo bash -c "echo options nouveau modeset=0 >> /etc/modprobe.d/blacklist-nvidia-nouveau.conf"
sudo update-initramfs -u
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment