外星人电脑出现the system is running in low graphics mode的解决方法
Posted jimchen1218
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了外星人电脑出现the system is running in low graphics mode的解决方法相关的知识,希望对你有一定的参考价值。
问题现象:
执行删除GCC5.4.0:
sudo apt-get remove gcc gcc-5重启电脑后,就显示the system is running in low graphics mode
解决方法:
1、按Ctrl+Alt+F1 进入命令行:
cd /etc/X11
sudo cp xorg.conf.failsafe xorg.conf
sudo reboot
就可以进入UBUNTU系统了,但时有点卡顿。原因是因为NVIDIA的驱动没了,需要安装驱动。
2、sudo apt-get remove -purge nvidia*
完全卸载原有驱动
sudo apt-get update
sudo apt-get upgrade
3、lsmod |grep nouveau
确认nouveau已经禁用
如果显示,说明没有禁用,需要手动禁用:sudo vi /etc/modprobe.d/blacklist.conf 在末尾加上两句: blacklist nouveau options nouveau modeset=0
4、sudo update-initramfs -u
这里报错了:少了两个文件: bxt_guc_ver8_7.bin kbl_guc_ver9_14.bin
打开链接:https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/ 下载并复制到目录:/lib/firmware/i915/
5、sudo service lightdm stop
关闭图形化界面
6、sudo ubuntu-drivers autoinstall
自动化安装对应驱动,可能需执行多次。
7、sudo reboot
重启即可正常显示
以上是关于外星人电脑出现the system is running in low graphics mode的解决方法的主要内容,如果未能解决你的问题,请参考以下文章
docker Cannot connect to the Docker daemon at unix: docker.sock. Is the docker daemon runnning 解决方案
docker Cannot connect to the Docker daemon at unix: docker.sock. Is the docker daemon runnning 解决方案
电脑开机后出现the socket server is already running啥意思,怎么解决
Linux 下安装QT出现The specified system/compiler is not supported错误
虚拟机出现“The system is running in low-graphics mode”的解决方法
.Net 连接FTP下载文件报错:System.InvalidOperationException: The requested FTP command is not supported when u