如何有效的禁用Ubuntu的nouveau驱动

Posted This is bill

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了如何有效的禁用Ubuntu的nouveau驱动相关的知识,希望对你有一定的参考价值。

1.添加conf 文件:cat /etc/modprobe.d/blacklist-nouveau.conf

blacklist nouveau

options nouveau modeset=0

 

2. 重新生成 kernel initramfs:
sudo update-initramfs -u

3. 重启:
sudo reboot


 

以上是关于如何有效的禁用Ubuntu的nouveau驱动的主要内容,如果未能解决你的问题,请参考以下文章