Ubuntu18.04——问题解决:外接显示器无反应 且 NVIDIA-SMI has failed because it couldn‘t communicate .....

问题描述

  • 外接显示器无反应;
  • 输入nvidia-smi发现报错:
    Ubuntu18.04——问题解决:外接显示器无反应 且 NVIDIA-SMI has failed because it couldn‘t communicate .....

测试

重启电脑, 在ubuntu 启动过程中选择Advanced options for Ubuntu的前一个版本运行.

输入:

 nvidia-smi

Ubuntu18.04——问题解决:外接显示器无反应 且 NVIDIA-SMI has failed because it couldn‘t communicate .....

发现是正常的,同时外接显示器也能正常显示.

问题原因

NVIDIA驱动是在低版本的时候安装,由于系统更新,内核版本升级导致NVIDIA无法应用在高内核版本.

解决方法

记录当前版本的内核号:

uname -r

Ubuntu18.04——问题解决:外接显示器无反应 且 NVIDIA-SMI has failed because it couldn‘t communicate .....

修改启动选项

sudo gedit /etc/default/grub

找到GRUB_DEFAULT=0:
Ubuntu18.04——问题解决:外接显示器无反应 且 NVIDIA-SMI has failed because it couldn‘t communicate .....

修改为你所想要还原的版本号:(只用更改最后的即可)

GRUB_DEFAULT="Advanced options for Ubuntu > Ubuntu, with Linux 5.4.0-84-generic"

Ubuntu18.04——问题解决:外接显示器无反应 且 NVIDIA-SMI has failed because it couldn‘t communicate .....

更新GRUB

sudo update-grub

Ubuntu18.04——问题解决:外接显示器无反应 且 NVIDIA-SMI has failed because it couldn‘t communicate .....

参考文章:

上一篇:【ubuntu软件】安装谷歌浏览器


下一篇:再见了 VMware,一款更轻量级的虚拟机