ubuntu出現The System is running in low graphics mode問題解決

當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.

 解決方法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小時還沒出現問題,後期試過之後再回來反饋。

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章