虚拟机ubuntu16.04
The system is running in low-graphics mode
今天虚拟机突然死机,重启虚拟机,出现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 this yourself.
网上搜索到一个解决办法
步骤1:
重启虚拟机,按ctrl + alt + F1 进入纯字符界面,输入账号和密码
步骤2:
1:cd /etc/X11
2:sudo cp xorg.conf.failsafe xorg.conf
3:sudo reboot
可能因为某些显示问题,所以重新刷新配置文件就好了。
虚拟机不能全屏的问题
重启之后,界面能显示了,但是又出现了虚拟机不能全屏的情况,网上搜了各种方法,没得解决。--未完