I have an Ubuntu server running 20.10 and I was able to install Gnome Desktop Environment and that worked for me just fine but I recently uninstalled that to get Lubuntu instead and now I can't get the GUI to start up no matter what I have tried. I'm relatively new to Linux so I'm definitely frustrated so far but I don't want to have to reinstall a fresh ubuntu os just to get a GUI working again. I'm remotely connected to my ubuntu server through mobaxterm and I received no error messages when I installed any of these packages.
I have tried the following so far:
- Installed lightdm package to try to get the login screen to show up
- Installed lxdm and sddm as alternatives
- Updated packages to the latest version
- Tried the startx command and that did nothing
- Tried installing gnome again to go back to what worked
Here is a link to my startx log: https://0bin.net/paste/30naRWZw#1gTEBOb+f6ezPwDeUv0MN0Muk4MTJW9Rm57mRIPPnR5
Output from suggested commands: https://0bin.net/paste/4EqYceyV#KX08E30DrXS6IADJXGGgwRCEfYBhhHxv4SV7m6z+AVl
cat /etc/X11/default-display-manager; service *dm* status; ls -l /lib/systemd/system/*dm*; aptitude search '~i~Px-display-manager';
– user.dz Jun 08 '21 at 12:50sudo systemctl stop/start/status/restart gdm/lxdm/sddm
share output if you see error in output. Another way to switch permanently is usingsudo dpkg-reconfigure lxdm/gdm/sddm
but you need reboot. I suspect that having 2 DM's active is the issue here. So you may use systemd to disable service of DM that should be off. – user.dz Jun 08 '21 at 14:29