I am using a dual-booting system with Windows 10pro and Ubuntu 16.04 LTS.
I upgraded my nvidia driver in Ubuntu and set it to be used in the Software and Updates settings. The next time I tried to boot and every time since, I get a message saying
The system is running in low graphics mode
and I can't proceed any further.
What should I do?
Then Try these commands
sudo apt-get update sudo apt-get -d install --reinstall gdm sudo apt-get remove --purge gdm sudo apt-get install gdm sudo reboot
– Rajendra Feb 22 '18 at 17:26