Difference between revisions of "Install Display Managers"

Update lxdm
imported>Dalto
(Bring gdm section up-to-date)
imported>Dalto
(Update lxdm)
Line 27: Line 27:


=LXDM=
=LXDM=
[[File:lxdm.png|thumb|left|375px]]
[[File:lxdm.png|thumb|left|375px]]


'''[http://wiki.lxde.org/en/LXDM LXDM]''' - the '''L'''ightweight '''X'''-Windows '''D'''isplay '''M'''anager - is designed for use with any desktop environment. It supports theming, automatic login, easy selection of multiple languages, and the automatic detection and use of multiple desktop environments.  
'''[http://wiki.lxde.org/en/LXDM LXDM]''' - the '''L'''ightweight '''X'''-Windows '''D'''isplay '''M'''anager - is designed for use with any desktop environment. It supports theming, automatic login, easy selection of multiple languages, and the automatic detection and use of multiple desktop environments.  


To install LXDM, enter the command:
To install LXDM, enter the command:
pamac install lxdm


sudo pacman -S lxdm
To enable LXDM as your default display manager use the command:
<br clear="all" />
  sudo systemctl enable lxdm.service --force
 
[[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" />
<br clear="all" />


Anonymous user