Difference between revisions of "Install Display Managers/ru"
Views
Actions
Namespaces
Variants
Tools
(Created page with "=SDDM= {| |- | thumb|left|375px|Менеджер дисплея SDDM || [https://github.com/sddm/sddm SDDM] это относительно новый...") |
(Updating to match new version of source page) Tags: Mobile web edit Mobile edit |
||
| (24 intermediate revisions by 2 users not shown) | |||
| 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. | |||
{{BoxInfo|Images|The images is purely illustrative. The may not reflect any actual system.}} | |||
=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''' is a fork of SDDM, 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 35: | ||
{| | {| | ||
|- | |- | ||
| [[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 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 введите команду: | |||
{{UserCmd|command=pamac install sddm}} | {{UserCmd|command=pamac install sddm}} | ||
Для включения SDDM введите команду: | |||
{{UserCmd|command=sudo systemctl enable sddm.service --force}} | {{UserCmd|command=sudo systemctl enable sddm.service --force}} | ||
При использовании 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 51: | Line 61: | ||
{| | {| | ||
|- | |- | ||
| [[File:Lightdm2019-1.png|thumb|left|375px|Lightdm | | [[File:Lightdm2019-1.png|thumb|left|375px|Менеджер дисплея Lightdm]] || [https://github.com/CanonicalLtd/lightdm LightDM] это легкий менеджер дисплея с минимальными зависимостями. | ||
<div class="mw-translate-fuzzy"> | |||
Для установки LightDM введите команду: | |||
{{UserCmd|command=pamac install lightdm}} | {{UserCmd|command=pamac install lightdm}} | ||
Для включения LightDM в качестве менеджера дисплеев по умолчанию, используйте: | |||
{{UserCmd|command=sudo systemctl enable lightdm.service --force}} | {{UserCmd|command=sudo systemctl enable lightdm.service --force}} | ||
При использовании Plymouth необходимо включить службу следующим образом | |||
{{UserCmd|command=systemctl enable lightdm-plymouth.service --force}} | {{UserCmd|command=systemctl enable lightdm-plymouth.service --force}} | ||
</div> | |||
При использовании LightDM Вам также потребуется установить и настроить приветствие. Если Вы не установите приветствие - LightDM не будет работать. Для LightDM существует множество приветствий. Мы рассмотрим два из них, наиболее часто используемых в редакциях Manjaro. | |||
|} | |} | ||
=Lightdm | =Приветствия Lightdm= | ||
==Slick | ==Приветствие Slick== | ||
Установите приветствие и инструмент настройки: | |||
{{UserCmd|command=pamac install lightdm-slick-greeter lightdm-settings}} | {{UserCmd|command=pamac install lightdm-slick-greeter lightdm-settings}} | ||
Отредактируйте файл '''/etc/lightdm/lightdm.conf'''. Инструкции по редактированию файла, принадлежащего root, смотрите в [[Viewing_and_editing_configuration_files/ru|этом руководстве]]. | |||
Найдите раздел '''[Seat:*]'''. В этом разделе найдите строку, содержащую '''greeter-session=''' и замените всю строку на | |||
{{File|file=/etc/lightdm/lightdm.conf|content=<pre>[Seat:*] | {{File|file=/etc/lightdm/lightdm.conf|content=<pre>[Seat:*] | ||
.... | .... | ||
| Line 76: | Line 88: | ||
...</pre>}} | ...</pre>}} | ||
slick-greeter поставляется с рабочим конфигурационным файлом, но вы можете запустить приложение "Login Window"(lightdm-settings) и настроить приветствие различными способами. | |||
==GTK | ==Приветствие GTK== | ||
Установите приветствие и инструмент настройки: | |||
{{UserCmd|command=pamac install lightdm-gtk-greeter lightdm-gtk-greeter-settings}} | {{UserCmd|command=pamac install lightdm-gtk-greeter lightdm-gtk-greeter-settings}} | ||
Отредактируйте файл '''/etc/lightdm/lightdm.conf'''. Инструкции по редактированию файла, принадлежащего root, смотрите в [[Viewing_and_editing_configuration_files/ru|этом руководстве]]. | |||
Найдите раздел '''[Seat:*]'''. В этом разделе найдите строку, содержащую '''greeter-session=''' и замените всю строку на | |||
{{File|file=/etc/lightdm/lightdm.conf|content=<pre>[Seat:*] | {{File|file=/etc/lightdm/lightdm.conf|content=<pre>[Seat:*] | ||
.... | .... | ||
| Line 89: | Line 101: | ||
....</pre>}} | ....</pre>}} | ||
экран приветствия gtk поставляется с рабочим конфигурационным файлом, но вы можете запустить приложение "LightDM GTK+ Greeter Settings" (lightdm-gtk-greeter-settings) и настроить приветствие различными способами. | |||
=Entrance= | =Entrance= | ||
{| | {| | ||
|- | |- | ||
| [[File:Entrance_Actions_wiki.png|thumb|left|375px|Entrance | | [[File:Entrance_Actions_wiki.png|thumb|left|375px|Менеджер дисплея Entrance]] || [https://wiki5.ru/wiki/Entrance_(display_manager) Entrance] это настраиваемый DM, разработанный для среды рабочего стола Enlightenment, позволяющий выбирать несколько тем, иконок и включать виртуальные клавиатуры. При установке по умолчанию предлагаются обои с произвольно отображаемыми значками для каждой учетной записи пользователя, хотя можно указать фиксированный значок, а также скомпилировать и добавить пользовательские. При установке нескольких тем Entrance можно установить тему по умолчанию, отображаемую при запуске, и отдельные темы, появляющиеся для каждого пользователя при входе в систему. | ||
Entrance | Entrance доступен в [[Arch_User_Repository/ru|Arch User Repository (AUR)]] и может быть установлен с помощью следующей команды: | ||
{{UserCmd|command=pamac build entrance-git}} | {{UserCmd|command=pamac build entrance-git}} | ||
Чтобы включить Entrance в качестве менеджера дисплеев по умолчанию, выполните команду: | |||
{{UserCmd|command=sudo systemctl enable entrance.service --force}} | {{UserCmd|command=sudo systemctl enable entrance.service --force}} | ||
|} | |} | ||
= | =Смотрите также= | ||
* [[Installation_Guides| | * [[Installation_Guides/ru|Руководство по установке]] | ||
* [[Install_Desktop_Environments| | * [[Install_Desktop_Environments/ru|Установка среды рабочего стола]] | ||
[[Category:Contents Page{{#translation:}}]] | [[Category:Contents Page{{#translation:}}]] | ||
Latest revision as of 09:41, 25 February 2026
Overview
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 - the Gnome Display Manager - 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 can be installed by entering the following command: user $ pamac install gdm
To enable GDM as your default display manager use the command: user $ systemctl enable gdm.service --force
|
Plasma Login
| Plasma Login is a fork of SDDM, designed for use with Plasma 6.
Plasma Login can be installed by entering the following command: user $ pamac install plasma-login-manager
To enable Plasma Login as your default display manager use the command: user $ systemctl enable plasmalogin.service --force
|
SDDM
| SDDM is a 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.
Для установки SDDM введите команду: user $ pamac install sddm
Для включения SDDM введите команду: user $ sudo systemctl enable sddm.service --force
При использовании Plymouth необходимо включить службу следующим образом user $ systemctl enable sddm-plymouth.service --force
|
LXDM
| LXDM - the Lightweight X-Windows Display Manager - 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: user $ pamac install lxdm
To enable LXDM as your default display manager use the command: user $ sudo systemctl enable lxdm.service --force
|
LightDM
| LightDM это легкий менеджер дисплея с минимальными зависимостями.
Для установки LightDM введите команду: user $ pamac install lightdm
Для включения LightDM в качестве менеджера дисплеев по умолчанию, используйте: user $ sudo systemctl enable lightdm.service --force
При использовании Plymouth необходимо включить службу следующим образом user $ systemctl enable lightdm-plymouth.service --force
При использовании LightDM Вам также потребуется установить и настроить приветствие. Если Вы не установите приветствие - LightDM не будет работать. Для LightDM существует множество приветствий. Мы рассмотрим два из них, наиболее часто используемых в редакциях Manjaro. |
Приветствия Lightdm
Приветствие Slick
Установите приветствие и инструмент настройки:
Отредактируйте файл /etc/lightdm/lightdm.conf. Инструкции по редактированию файла, принадлежащего root, смотрите в этом руководстве.
Найдите раздел [Seat:*]. В этом разделе найдите строку, содержащую greeter-session= и замените всю строку на
[Seat:*] .... greeter-session=lightdm-slick-greeter ...
slick-greeter поставляется с рабочим конфигурационным файлом, но вы можете запустить приложение "Login Window"(lightdm-settings) и настроить приветствие различными способами.
Приветствие GTK
Установите приветствие и инструмент настройки:
Отредактируйте файл /etc/lightdm/lightdm.conf. Инструкции по редактированию файла, принадлежащего root, смотрите в этом руководстве.
Найдите раздел [Seat:*]. В этом разделе найдите строку, содержащую greeter-session= и замените всю строку на
[Seat:*] .... greeter-session=lightdm-gtk-greeter ....
экран приветствия gtk поставляется с рабочим конфигурационным файлом, но вы можете запустить приложение "LightDM GTK+ Greeter Settings" (lightdm-gtk-greeter-settings) и настроить приветствие различными способами.
Entrance
| Entrance это настраиваемый DM, разработанный для среды рабочего стола Enlightenment, позволяющий выбирать несколько тем, иконок и включать виртуальные клавиатуры. При установке по умолчанию предлагаются обои с произвольно отображаемыми значками для каждой учетной записи пользователя, хотя можно указать фиксированный значок, а также скомпилировать и добавить пользовательские. При установке нескольких тем Entrance можно установить тему по умолчанию, отображаемую при запуске, и отдельные темы, появляющиеся для каждого пользователя при входе в систему.
Entrance доступен в Arch User Repository (AUR) и может быть установлен с помощью следующей команды: user $ pamac build entrance-git
Чтобы включить Entrance в качестве менеджера дисплеев по умолчанию, выполните команду: user $ sudo systemctl enable entrance.service --force
|





