Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: corrected file name "modprobe.d"

...

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


...