Установка менеджера дисплея
Views
Actions
Namespaces
Variants
Tools
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
|





