Manjaro Difference between revisions of "Install Display Managers"

Difference between revisions of "Install Display Managers"

From Manjaro
(Marked this version for translation)
m (fix boxinfo)
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
__TOC__
__TOC__
<translate>
<translate>
=Overview= <!--T:1-->
 
=Overview= <!--T:21-->
{{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?}}
{{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.  
'''Display Managers''' are used to provide login screens, and therefore serve as protective security barriers to prevent unauthorised access to your system.  


<!--T:22-->
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.
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.
{{BoxWarning|Plymouth configuration|If using Plymouth it is important to enable the Plymouth service specific for your chosen displaymanager}}
 
=GDM= <!--T:2-->
{{BoxInfo|Images|The images is purely illustrative. The may not reflect any actual system.}}
 
=GDM= <!--T:23-->
{|
{|
|-
|-
| [[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.
| [[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.


<!--T:3-->
<!--T:24-->
GDM can be installed by entering the following command:
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:
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}}
To install the Manjaro specific theming for GDM you can use the command:
{{UserCmd|command=pamac install manjaro-gdm-theme}}
If Using Plymouth the service to enable is
{{UserCmd|command=systemctl enable gdm-plymouth.service --force}}
|}
|}


=LXDM= <!--T:4-->
= Plasma Login = <!--T:25-->
{|
{|
|-
|-
| [[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.  
| [[File:Plasma-login-manager.png|thumb|left|375px|Plasma Login Manager]] || '''Plasma Login''' - the is designed for use with Plasma 6.  


<!--T:5-->
<!--T:26-->
To install LXDM, enter the command:
Plasma Login can be installed by entering the following command:
{{UserCmd|command=pamac install lxdm}}
{{UserCmd|command=pamac install plasma-login-manager}}
To enable LXDM as your default display manager use the command:
To enable Plasma Login as your default display manager use the command:
{{UserCmd|command=sudo systemctl enable lxdm.service --force}}
{{UserCmd|command=systemctl enable plasmalogin.service --force}}
If using Plymouth the service to enable is
{{UserCmd|command=systemctl enable lxdm-plymouth.service --force}}
|}
|}


=SDDM= <!--T:6-->
=SDDM= <!--T:27-->
{|
{|
|-
|-
Line 48: Line 46:
To enable SDDM enter the command:
To enable SDDM enter the command:
{{UserCmd|command=sudo systemctl enable sddm.service --force}}
{{UserCmd|command=sudo systemctl enable sddm.service --force}}
If using Plymouth the service to enable is
|}
{{UserCmd|command=systemctl enable sddm-plymouth.service --force}}
 
=LXDM= <!--T:28-->
{|
|-
| [[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.
 
<!--T:29-->
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 62: Line 70:
To enable LightDM as the default display manager use:
To enable LightDM as the default display manager use:
{{UserCmd|command=sudo systemctl enable lightdm.service --force}}
{{UserCmd|command=sudo systemctl enable lightdm.service --force}}
If using Plymouth the service to enable is
{{UserCmd|command=systemctl enable lightdm-plymouth.service --force}}


<!--T:10-->
<!--T:10-->

Latest revision as of 17:15, 24 February 2026

Other languages:
English • ‎français • ‎русский • ‎فارسی

Overview

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.


Images
The images is purely illustrative. The may not reflect any actual system.

GDM

Gnome display manager
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 COPY TO CLIPBOARD

To enable GDM as your default display manager use the command:

user $ systemctl enable gdm.service --force COPY TO CLIPBOARD

Plasma Login

Plasma Login Manager
Plasma Login - the is designed for use with Plasma 6.

Plasma Login can be installed by entering the following command:

user $ pamac install plasma-login-manager COPY TO CLIPBOARD

To enable Plasma Login as your default display manager use the command:

user $ systemctl enable plasmalogin.service --force COPY TO CLIPBOARD

SDDM

SDDM display manager
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.

To install SDDM, enter the command:

user $ pamac install sddm COPY TO CLIPBOARD

To enable SDDM enter the command:

user $ sudo systemctl enable sddm.service --force COPY TO CLIPBOARD

LXDM

LXDM display manager
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 COPY TO CLIPBOARD

To enable LXDM as your default display manager use the command:

user $ sudo systemctl enable lxdm.service --force COPY TO CLIPBOARD

LightDM

Lightdm display manager
LightDM is a light display manager with minimal dependencies.

To install LightDM, enter the command:

user $ pamac install lightdm COPY TO CLIPBOARD

To enable LightDM as the default display manager use:

user $ sudo systemctl enable lightdm.service --force COPY TO CLIPBOARD

With LightDM, you also will need to install and configure a greeter. If you don't install a greeter, it won't work. There are a lot of greeters for LightDM. We will cover two of the greeters most commonly used by Manjaro editions.

Lightdm Greeters

Slick Greeter

Install the greeter and the configuration tool:

user $ pamac install lightdm-slick-greeter lightdm-settings COPY TO CLIPBOARD


Edit the file /etc/lightdm/lightdm.conf. For instructions on how to edit a file owned by root see this guide.

Locate the section [Seat:*]. Within that section locate the line containing greeter-session= and replace the entire line with

/etc/lightdm/lightdm.conf
[Seat:*]
....
greeter-session=lightdm-slick-greeter
...

The slick-greeter ships with a working configuration file but you can optionally run the "Login Window"(lightdm-settings) application and customize the greeter in many ways.

GTK Greeter

Install the greeter and the configuration tool:

user $ pamac install lightdm-gtk-greeter lightdm-gtk-greeter-settings COPY TO CLIPBOARD


Edit the file /etc/lightdm/lightdm.conf. For instructions on how to edit a file owned by root see this guide.

Locate the section [Seat:*]. Within that section locate the line containing greeter-session= and replace the entire line with

/etc/lightdm/lightdm.conf
[Seat:*]
....
greeter-session=lightdm-gtk-greeter
....

The gtk greeter ships with a working configuration file but you can optionally run the "LightDM GTK+ Greeter Settings"(lightdm-gtk-greeter-settings) application and customize the greeter in many ways.

Entrance

Entrance display manager
Entrance is a configurable DM designed for the Enlightenment desktop environment which allows selection of multiple themes, icons, and the enabling of virtual keyboards. The default installation offers a wallpaper with randomly displayed icons for each user account, although a fixed icon can be specified and custom icons compiled and added. When multiple Entrance themes are installed it is possible to have a default theme displayed on startup and individual themes that appear for each user as they begin login.

Entrance is available in the Arch User Repository (AUR) and may be installed using the following command:

user $ pamac build entrance-git COPY TO CLIPBOARD

To enable Entrance as the default display manager run the command:

user $ sudo systemctl enable entrance.service --force COPY TO CLIPBOARD

See Also

Cookies help us deliver our services. By using our services, you agree to our use of cookies.