9,044
edits
(Created page with "Slick est livré avec un fichier de configuration fonctionnel mais cous pouvez cependant le personnaliser de bien des manières en utilisant le programme lightdm-setting. ==Gr...") Tags: Mobile web edit Mobile edit |
(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|Gnome display manager]] || '''[https://en.wikipedia.org/wiki/GNOME_Display_Manager GDM]''' - | | [[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|SDDM display manager]] || [https://github.com/sddm/sddm SDDM] | | [[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"> | |||
Pour installer SSDM, il suffit de rentrer ceci : | Pour installer SSDM, il suffit de rentrer ceci : | ||
{{UserCmd|command=pamac install sddm}} | {{UserCmd|command=pamac install sddm}} | ||
| Line 46: | Line 42: | ||
Si vous utilisez Plymouth, l'activation du service se fera de cette manière : | Si vous utilisez Plymouth, l'activation du service se fera de cette manière : | ||
{{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 display manager]] || [https://github.com/CanonicalLtd/lightdm LightDM] est un gestionnaire de connexions très léger avec très peu de dépendances lors de l'installation. | | [[File:Lightdm2019-1.png|thumb|left|375px|Lightdm display manager]] || [https://github.com/CanonicalLtd/lightdm LightDM] est un gestionnaire de connexions très léger avec très peu de dépendances lors de l'installation. | ||
<div class="mw-translate-fuzzy"> | |||
Pour l'installer : | Pour l'installer : | ||
{{UserCmd|command=pamac install lightdm}} | {{UserCmd|command=pamac install lightdm}} | ||
| Line 59: | Line 68: | ||
Et si vous utilisez Plymouth, tapez ceci pour activer le service : | Et si vous utilisez Plymouth, tapez ceci pour activer le service : | ||
{{UserCmd|command=systemctl enable lightdm-plymouth.service --force}} | {{UserCmd|command=systemctl enable lightdm-plymouth.service --force}} | ||
</div> | |||
LightDM fonctionne avec des greeter qui permettent de changer l'apparence du gestionnaire. Il en existe beaucoup et sans eux, rien ne fonctionnera. Nous nous contenterons ici de présenter les deux greeter les plus utilisés par la communauté de Manjaro. | LightDM fonctionne avec des greeter qui permettent de changer l'apparence du gestionnaire. Il en existe beaucoup et sans eux, rien ne fonctionnera. Nous nous contenterons ici de présenter les deux greeter les plus utilisés par la communauté de Manjaro. | ||