1)把驱动加入黑名单中: /etc/modprobe.d/blacklist.conf
在后面加入:
blacklist nouveau
options nouveau modeset=0
- 使用
dracut
重新建立initramfs nouveau
并且备份initramfs nouveau image
镜像
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r).img.bak
- 重新建立新的
the initramfs file
dracut -v /boot/initramfs-$(uname -r).img $(uname -r)
4)重启,检查nouveau driver确保没有被加载!
reboot
lsmod | grep nouveau
转至:https://blog.****.net/qq_37296212/article/details/114265216