9,044
edits
(Updating to match new version of source page) Tags: Mobile web edit Mobile edit |
|||
| Line 1: | Line 1: | ||
<languages/> | <languages/> | ||
__TOC__ | __TOC__ | ||
=Overview= | |||
{{BoxInfo|Choice of display manager|If you are only using one desktop environment, then why not choose the appropriate display manager to go with it?}} | |||
'''Display Managers''' are used to provide login screens, and therefore serve as protective security barriers to prevent unauthorised access to your system. | |||
They are also referred to as ''Login Managers''. As with different desktop environments, different display managers will require different system resources to run, and will provide their own unique styles, interfaces, and features. Commonly shared features - particularly in respect to the selection of display managers listed below - include customisation/theming, automatic login, and the selection of multiple desktop environments. | |||
=GDM= | =GDM= | ||
{| | {| | ||
|- | |- | ||
| [[File:Gdm2019-1.png|thumb|left|375px| | | [[File:Gdm2019-1.png|thumb|left|375px|Gnome display manager]] || '''[https://en.wikipedia.org/wiki/GNOME_Display_Manager GDM]''' - the '''G'''nome '''D'''isplay '''M'''anager - is designed for use with Gnome 3. It supports theming, automatic login, and the automatic detection and use of multiple desktop environments. Specifically for those using Gnome 3. GDM is typically only paired with a Gnome Desktop Environment because GDM depends on a large amount of the Gnome desktop as dependencies. | ||
|| | |||
'''[https://en.wikipedia.org/wiki/GNOME_Display_Manager GDM]-'''G'''nome '''D'''isplay '''M'''anager- | |||
GDM | GDM can be installed by entering the following command: | ||
{{UserCmd|command=pamac install gdm}} | {{UserCmd|command=pamac install gdm}} | ||
To enable GDM as your default display manager use the command: | |||
{{UserCmd|command=systemctl enable gdm.service --force}} | {{UserCmd|command=systemctl enable gdm.service --force}} | ||
|} | |} | ||
= | = Plasma Login = | ||
{| | {| | ||
|- | |- | ||
| [[File: | | [[File:Plasma-login-manager.png|thumb|left|375px|Plasma Login Manager]] || '''Plasma Login''' - the is designed for use with Plasma 6. | ||
Plasma Login can be installed by entering the following command: | |||
{{UserCmd|command=pamac install | {{UserCmd|command=pamac install plasma-login-manager}} | ||
To enable Plasma Login as your default display manager use the command: | |||
{{UserCmd|command=systemctl enable plasmalogin.service --force}} | |||
{{UserCmd|command=systemctl enable | |||
|} | |} | ||
| Line 40: | Line 33: | ||
{| | {| | ||
|- | |- | ||
| [[File:Sddm2019-1.png|thumb|left|375px| | | [[File:Sddm2019-1.png|thumb|left|375px|SDDM display manager]] || [https://github.com/sddm/sddm SDDM] is a relatively new and lightweight QML-based display manager with minimal dependencies for use with any desktop environment. It supports theming, automatic login, and the automatic detection and use of multiple desktop environments. | ||
<div class="mw-translate-fuzzy"> | |||
برای نصب SDDM، دستور زیر را وارد کنید: | برای نصب SDDM، دستور زیر را وارد کنید: | ||
{{UserCmd|command=pamac install sddm}} | {{UserCmd|command=pamac install sddm}} | ||
| Line 48: | Line 42: | ||
اگر از Plymouth استفاده می کنید، با دستور زیر این سرویس را فعال کنید: | اگر از Plymouth استفاده می کنید، با دستور زیر این سرویس را فعال کنید: | ||
{{UserCmd|command=systemctl enable sddm-plymouth.service --force}} | {{UserCmd|command=systemctl enable sddm-plymouth.service --force}} | ||
|} | |||
</div> | |||
=LXDM= | |||
{| | |||
|- | |||
| [[File:lxdm.png|thumb|left|375px|LXDM display manager]] || '''[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: | |||
{{UserCmd|command=pamac install lxdm}} | |||
To enable LXDM as your default display manager use the command: | |||
{{UserCmd|command=sudo systemctl enable lxdm.service --force}} | |||
|} | |} | ||