Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: I needed to reboot a couple times to get this to work.

...

Info

What it looks like:

Code Block
themeEmacs
[exxact@localhost exx]# sudo -s nano /usr/lib/modprobe.d/dist-blacklist.conf


##add 'blacklist nouveau' at end of '# framebuffer drivers' list
...
...
blacklist nouveau
##save changes


[root@localhost ~]# dracut -f
##wait a few seconds until your terminal is responsive again


[root@localhost ~]# reboot
##rebooting


[exxact@localhost ~]# init 3
[exxact@localhost ~]# ./NVIDIA*
##Done

##If you are still getting issues with nouveau after you blacklisted it, ran 'dracut -f', and rebooted system, please run 'dracut f' and reboot again. It sometimes takes another reboot if you ran updates before rebooting the first time.


GUI issues

Sometimes the GUI does not display properly when:

...