Difference between revisions of "Install Display Managers"
no edit summary
imported>Colinkeenan (Crash on 2nd logout) |
imported>Verityproductions |
||
Line 124: | Line 124: | ||
sudo systemctl enable slim.service -f | sudo systemctl enable slim.service -f | ||
<br clear="all" /> | <br clear="all" /> | ||
=SDDM= | |||
[[File:sddm.png|thumb|left|375px]] | |||
'''SDDM''' is a relatively new and lightweight QML-based Display Manager for use with any desktop environment. It supports theming, automatic login, and the automatic detection and use of multiple desktop environments. | |||
To install SDDM, enter the command: | |||
sudo pacman -S sddm | |||
<br clear="all" /> | |||
[[File:lxdmsessions.png|thumb|left|375px]] | |||
'''To enable LXDM in Manjaro 0.8.2 or later''' (or if Plymouth has been removed), enter the command: | |||
sudo systemctl enable lxdm.service -f | |||
'''To enable LXDM in Manjaro 0.8.1 or earlier''' (or if Plymouth has been added), enter the command: | |||
sudo systemctl enable lxdm-plymouth.service -f | |||
<br clear="all" /> | |||
=Crash on 2nd logout= | =Crash on 2nd logout= |