We only have the following three display managers:

gdm.service 
kdm.service
lightdm.service

But the display environment has more options on the session list.
Does this mean one display manager can control more than one display environment?

when remote desktop from Windows machine, which one will affect the display on Windows machine, display manager or current display environment?

Thanks,
James


On Thursday, February 20, 2014 8:14 PM, Rahul Sundaram <metherid@gmail.com> wrote:
Hi


On Thu, Feb 20, 2014 at 4:01 PM, Ed Greshko wrote:

If you want to switch the Display Manager, say from gdm to kdm.

systemctl disable gdm.service
systemctl enable kdm.service

This can be reduced to

# systemctl enable kdm --force

Rahul