9,044
edits
(Updating to match new version of source page) |
|||
| 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. | ||
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 38: | 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 46: | 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}} | |||
|} | |} | ||
| Line 53: | Line 61: | ||
| [[File:Lightdm2019-1.png|thumb|left|375px|Менеджер дисплея Lightdm]] || [https://github.com/CanonicalLtd/lightdm LightDM] это легкий менеджер дисплея с минимальными зависимостями. | | [[File:Lightdm2019-1.png|thumb|left|375px|Менеджер дисплея Lightdm]] || [https://github.com/CanonicalLtd/lightdm LightDM] это легкий менеджер дисплея с минимальными зависимостями. | ||
<div class="mw-translate-fuzzy"> | |||
Для установки LightDM введите команду: | Для установки LightDM введите команду: | ||
{{UserCmd|command=pamac install lightdm}} | {{UserCmd|command=pamac install lightdm}} | ||
| Line 59: | Line 68: | ||
При использовании Plymouth необходимо включить службу следующим образом | При использовании Plymouth необходимо включить службу следующим образом | ||
{{UserCmd|command=systemctl enable lightdm-plymouth.service --force}} | {{UserCmd|command=systemctl enable lightdm-plymouth.service --force}} | ||
</div> | |||
При использовании LightDM Вам также потребуется установить и настроить приветствие. Если Вы не установите приветствие - LightDM не будет работать. Для LightDM существует множество приветствий. Мы рассмотрим два из них, наиболее часто используемых в редакциях Manjaro. | При использовании LightDM Вам также потребуется установить и настроить приветствие. Если Вы не установите приветствие - LightDM не будет работать. Для LightDM существует множество приветствий. Мы рассмотрим два из них, наиболее часто используемых в редакциях Manjaro. | ||