With the release of Fedora 18, there have been some changes to the /etc/sysconfig
directory. For example, switching the default display manager is no longer done by altering parameters in /etc/sysconfig/desktop
but via
# systemctl enable --force displaymanager.service
Therefore, to switch from the default gdm
to kdm
you’d run:
# systemctl enable --force kdm.service
Or
$ yum install system-switch-displaymanager
$ system-switch-displaymanager