Linux - Display Managers
Table of Contents
Display managers
- lightdm
- gdm
- lxdm
- sddm
Changing Display Managers on an existing installation of a distribution
e.g. Changing from i3 to KDE on endeavouros
https://discovery.endeavouros.com/desktop-environments/removing-a-desktop-environment/2021/03/
- Uninstall old Desktop:
eos-packagelist "XFCE4-Desktop" > xfce
followed by:sudo pacman -Rc - < xfce4
- Install new Desktop:
eos-packagelist --install "GNOME-Desktop"
- Make sure base system is intact:
eos-packagelist --install "Desktop-Base + Common packages"
- Start Display Manager:
- Change Display Manager:
sudo systemctl -f enable GDM
(some linux desktop environments use GDM) - If that doesn’t work:
sudo systemctl -f enable SDDM
(KDE uses SDDM) - How to figure out which one to run?
If successful, it should return something like this:sudo systemctl | grep -i display; sudo systemctl get-default
If you see this output, it means that the computer is missing both GDM and SDDM services.gdm.service loaded active running GNOME Display Manager graphical.target
Install SDDMgraphical.target
sudo pacman -S sddm
- Change Display Manager: