The system is running in low-graphics mode

ubantu出现异常:
The system is running in low-graphics mode
Your screen,graphics card,and input device settings
could not be detected correctly.You will need to configure these yourself.

解决方法:
    根据博客相关内容进行解决:
        https://blog.csdn.net/wyx100/article/details/51925821;
         http://blog.sina.com.cn/s/blog_66439a3e0101bnce.html.
    执行:sudo add-apt-repository ppa:ubuntu-x-swat/x-updates
    但是出现问题: Error: `ppa:ubuntu-x-swat/x-updates` invalid
    出现相关的提示后 将命令修改: sudo add-apt-repository ppa:ubuntu-x-swat/intel-graphics-updates(和我电脑是显卡是集成显卡的关系吧);
    然后进行:
         sudo apt-get update;(从软件源(也就是服务器)下载最新的软件包列表文件更新软件包缓存信息(包含软件名,版本,校验值,依赖关系等).不进行安装)
        sudo apt-get upgrade;(下载最新软件包,并替换系统上过时的软件.进行安装)
        reboot;

posted @ 2022-03-07 13:44  搬砖的孟达  阅读(167)  评论(0)    收藏  举报  来源