码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu频繁死机--独立显卡问题

时间:2018-03-24 20:36:02      阅读:529      评论:0      收藏:0      [点我收藏+]

标签:文件   加载   ubunt   设置   cell   reset   错误   nbsp   查询   

  • 问题:笔记本安装ubuntu时以及装好后有时会出现花屏、死机的问题,系统报错

*ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!!

*ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!!

*ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!!

*ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!!

*ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!!

*ERROR* UVD not responding, trying to reset the VCPU!!! *ERROR* UVD not responding, trying to reset the VCPU!!!

*ERROR* UVD not responding, trying to reset the VCPU!!!

  • 原因:系统缺少独立显卡的驱动
  • 解决:修改启动配置文件,将独立显卡的设置为开机不加载,具体配置如下: 
  sudo nano /etc/default/grub

  将里面的

  GRUB_CMDLINE_LINUX=""

  改为

  GRUB_CMDLINE_LINUX="radeon.modeset=0"
 然后保存文件并更新grub
  sudo update-grub
 更新完成后重启
 如果上面的方式不能解决问题,可以尝试将
  GRUB_CMDLINE_LINUX="radeon.modeset=0"

  更改为

  GRUB_CMDLINE_LINUX="nomodeset"

  注:通过dmesg查询错误信息

  dmesg | grep radeon

ubuntu频繁死机--独立显卡问题

标签:文件   加载   ubunt   设置   cell   reset   错误   nbsp   查询   

原文地址:https://www.cnblogs.com/zxhyJack/p/8641049.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!