欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ubuntu出现The System is running in low graphics mode问题解决

程序员文章站 2024-01-30 22:04:46
...

当ubuntu出现“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.

ubuntu出现The System is running in low graphics mode问题解决

 解决方法1:

cd /etc/X11
sudo cp xorg.conf.failsafe xorg.conf

 解决方法2:

sudo apt-get install nvidia-current

sudo apt-get install --reinstall ubuntu-desktop
sudo apt-get install gdm
reboot

再一次ctrl+alt+F1输入用户名和密码进入文字界面

sudo service lightdm stop
sudo dpkg-reconfigure gdm3
sudo reboot

目前只尝试用了方法1进行了测试,已经跑了24小时还没出现问题,后期试过之后再回来反馈。