Skip to content

Instantly share code, notes, and snippets.

@Xananax
Created April 19, 2020 11:37
Show Gist options
  • Save Xananax/7b8bdc1e9966dc03ef32190cf0047203 to your computer and use it in GitHub Desktop.
Save Xananax/7b8bdc1e9966dc03ef32190cf0047203 to your computer and use it in GitHub Desktop.
Remove Nouveau on Fedora

Remove Nouveau on Fedora

First:

sudo vim /etc/modprobe.d/blacklist-nouveau.conf

Write:

blacklist nouveau
options nouveau modeset=0

Then:

sudo dnf remove xorg-x11-drv-nouveau

Finally:

sudo dracut -fv --regenerate-all
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment