Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1. Append this to the kernel line in /etc/grub.conf

 

blacklist=nouveau

...

Make sure you are editing the correct kernel line.  If you are not sure, you can add it to all the kernel lines.

2. Also, add the following to /etc/modprobe.d/blacklist.conf 

blacklist

...

nouveau


options nouveau modeset=0
3. Rebuild initial ram disk.  For example, if your kernel is 2.6.32-573.22.1.el6.x86_64, then do this:

...

# dracut -f /boot/initramfs-2.6.32-573.22.1.el6.x86_64.img 2.6.32-573.22.1.el6.x86_64 -v

...