0

It's my first time to use Linux, Fedora and Mate environment. I want to change the default login screen (mainly the background), but I couldn't find the way to do it.

I have done some research, and it seems to be related to the Display Manager. I am not fully sure if mine is LightDM or GDM. Is there any command that will show me the display manager info?

sheldonfish
  • 11
  • 1
  • 2
  • So my question is: is there some command line in the terminal that would show me the Display Manager information? thanks. – sheldonfish May 19 '20 at 18:17
  • Better if you just edit your question to include your comment rather than hiding it down here!!! – bu5hman May 19 '20 at 19:39

2 Answers2

1

Found the command that would do the trick:

ls -al /etc/systemd/system/display-manager.service
sheldonfish
  • 11
  • 1
  • 2
0

GDM is the default, unless you deliberately changed it; sheldonfish found a comparison What is LightDM and GDM and it sure looks like LightDM now.

K7AAY
  • 3,696
  • 4
  • 22
  • 39
  • by the look of the login screen, it seems to be LightDM.. https://unix.stackexchange.com/questions/131496/what-is-lightdm-and-gdm – sheldonfish May 19 '20 at 18:09