I have a bit of a mystery here. Now if you read the title you would assume that it uses kdm. Well... Check this out,
Code:
# yum info lightdm && yum info lxdm && yum info ldm && yum info kdm && yum info gdm && yum info xorg-x11-xdm
Loaded plugins: langpacks, refresh-packagekit
Available Packages
Name : lightdm
Arch : x86_64
Version : 1.8.5
Release : 2.fc20
Size : 171 k
Repo : fedora/20/x86_64
Summary : Lightweight Display Manager
URL : https://launchpad.net/lightdm/
License : (LGPLv2 or LGPLv3) and GPLv3+
Description : LightDM is an X display manager that:
: * Has a lightweight codebase
: * Is standards compliant (PAM, ConsoleKit, etc)
: * Has a well defined interface between the server and user interface
: * Fully themeable (easiest with the webkit interface)
: * Cross-desktop (greeters can be written in any toolkit)
Loaded plugins: langpacks, refresh-packagekit
Available Packages
Name : lxdm
Arch : x86_64
Version : 0.4.1
Release : 6.fc20
Size : 131 k
Repo : fedora/20/x86_64
Summary : Lightweight X11 Display Manager
URL : http://lxde.org
License : GPLv2+ and LGPLv2+
Description : LXDM is the future display manager of LXDE, the Lightweight X11 Desktop
: environment. It is designed as a lightweight alternative to replace GDM or
: KDM in LXDE distros. It's still in very early stage of development.
Loaded plugins: langpacks, refresh-packagekit
Available Packages
Name : ldm
Arch : x86_64
Version : 2.2.11
Release : 3.20130228.04.fc20
Size : 159 k
Repo : fedora/20/x86_64
Summary : LTSP Display Manager
URL : https://code.launchpad.net/~ltsp-upstream/ltsp/ldm-trunk
License : GPLv2+
Description : LTSP Display Manager handles network logins for remote desktop sessions.
Loaded plugins: langpacks, refresh-packagekit
Available Packages
Name : kdm
Arch : x86_64
Version : 4.11.3
Release : 1.fc20
Size : 667 k
Repo : fedora/20/x86_64
Summary : The KDE login manager
URL : https://projects.kde.org/projects/kde/kde-workspace
License : GPLv2
Description : KDM provides the graphical login screen, shown shortly after boot up,
: log out, and when user switching.
Loaded plugins: langpacks, refresh-packagekit
Available Packages
Name : gdm
Arch : i686
Epoch : 1
Version : 3.10.0.1
Release : 1.fc20
Size : 844 k
Repo : fedora/20/x86_64
Summary : The GNOME Display Manager
URL : http://download.gnome.org/sources/gdm
License : GPLv2+
Description : GDM provides the graphical login screen, shown shortly after boot up,
: log out, and when user-switching.
Name : gdm
Arch : x86_64
Epoch : 1
Version : 3.10.0.1
Release : 1.fc20
Size : 841 k
Repo : fedora/20/x86_64
Summary : The GNOME Display Manager
URL : http://download.gnome.org/sources/gdm
License : GPLv2+
Description : GDM provides the graphical login screen, shown shortly after boot up,
: log out, and when user-switching.
Loaded plugins: langpacks, refresh-packagekit
Available Packages
Name : xorg-x11-xdm
Arch : x86_64
Epoch : 1
Version : 1.1.11
Release : 6.fc20
Size : 164 k
Repo : fedora/20/x86_64
Summary : X.Org X11 xdm - X Display Manager
URL : http://www.x.org
License : MIT
Description : X.Org X11 xdm - X Display Manager
Notice that none of those are installed. I tried to install,
Code:
#yum install switch-displaymanager-gnome
Loaded plugins: langpacks, refresh-packagekit
No package switch-displaymanager-gnome available.
Error: Nothing to do
But as it says, it is not in the yum repos, not even the RPMFusion ones. I did install system-switch-displaymanager but it is useless unless I tell it what to switch to at the command line.
Does anyone know what display manager Fedora Jam/KDE spin is using? I am in KDE right now and there is a display manager working. I get a log in screen and everything. The same one with or without any of the above displaymanagers installed.
Edit: Actually it was named system-switch-displaymanager-gnome. I installed it but I am getting an error,
Code:
# system-switch-displaymanager
Traceback (most recent call last):
File "/usr/share/system-switch-displaymanager/system-switch-displaymanager-gui.py", line 160, in <module>
dlg = mainDialog().main()
File "/usr/share/system-switch-displaymanager/system-switch-displaymanager-gui.py", line 62, in __init__
self.defaultw = getDefaultDM()
File "/usr/share/system-switch-displaymanager/backend.py", line 119, in getDefaultDM
dm = DMLIST[0]
IndexError: list index out of range
It also hangs when I try to start it from Menu>Administration>Display Manager Switching Tool. It asks for the root password, I get a bouncing icon and than nothing. Which I am wondering if it is because it can't find a display manager either.
Other than that error above (and that I am not worried about) I am having no other issues. I just want to figure this display manager thing out. Is there another display manager I am forgetting about? I tried wdm but that is not even in the repos.