How To Fix "The System is running in low-graphics mode" all Linux based system
Solution :
Press CTRL+ALT+F1 and then logon you username + password
sudo apt-get update
sudo apt-get install --reinstall gdm
sudo apt-get remove --purge gdm
sudo apt-get install gdm
sudo reboot
0 Comments