0

I have Gnome 3 installed, and when I did an update and restarted my computer Unity loaded.

I would like to switch back because I like Gnome 3 better. The issue that I face is that when I logout of my user, I get the "The system is running in low-graphics mode" error, and all I can do boot into the first option, which loads my using using Unity.

The system is running in low-graphics mode

So, Is it possible to change this setting via some config file or command line command? I would like to have Gnome startup when I start my computer instead of Unity.

2 Answers2

1

I have figured it out, all I had to do was switch my display manager from lightdm to gdm3.

  • Start the terminal
  • Run sudo dpkg-reconfigure lightdm
  • Choose gdm3
  • Restart the display manager or Restart the computer (I had to restart the computer because the display manager didn't want to restart)
-1

Here's a low-effort answer, if anyone is trying to simply switch between display managers. Install xdm (we'll be removing it later)

sudo apt-get install xdm

It'll then show an option to switch your default display manager, you can select the one you want from there, and it'd (hopefully) work. Uninstalling xdm isn't necessary but you may do it using

sudo apt remove xdm