@songying
2018-11-27T18:18:05.000000Z
字数 445
阅读 1066
Linux
https://blog.csdn.net/m0_37407756/article/details/80769952
sudo chmod +x *.run
sudo ./NVIDIA-Linux-x86_64-384.59.run --uninstall
禁用nuoveau驱动
sudo gedit /etc/modprobe.d/blacklist.conf
在文件末尾添加:
blacklist nouveau
options nouveau modeset=0
使命令行生效
sudo update-initramfs -u
重启,测试:
lsmod | grep nouveau #如果屏幕没有输出则禁用nouveau成功
安装驱动
sudo chmod u+x NVIDIA*.run
sudo ./NVIDIA-Linux-x86_64-410.78.run --no-opengl-files --no-x-check --no-nouveau-check
nvidia-smi #列出GPU信息列表