Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 392 Bytes

display-managers.md

File metadata and controls

25 lines (18 loc) · 392 Bytes
title tags
Display Managers
Fedora
Linux
Display

Display Managers

Fedora

How to change display managers on Fedora 30+

# Find out the type of display manager you have
ls -al /etc/systemd/system/display-manager.service

# Disable the existing one
systemctl disable lightdm (or gdm/sddm)

# Enable the new one
systemctl enable gdm (or lightdm/sdsm)