Display manager: Difference between revisions
Appearance
Created page with "== List of display managers == * tinydm, default on Phosh, Plasma Mobile and LXQt installations * lightdm, default on Xfce4 and MATE installations * lxdm, not used by default..." |
Rework description on setting up login screen on LightDM. |
||
Line 9: | Line 9: | ||
If you want to use LightDM as a login screen, it can be set up as follows: | If you want to use LightDM as a login screen, it can be set up as follows: | ||
1. <code>sudo apk add lightdm-gtk-greeter</code> | |||
2. <code>sudo vi /etc/lightdm/lightdm.conf</code> | |||
change: | ::change: | ||
<div style="margin-left: 3em;"> | |||
<pre> | <pre> | ||
greeter-session=lightdm-gtk-greeter | greeter-session=lightdm-gtk-greeter | ||
greeter-hide-users=false | greeter-hide-users=false | ||
</pre> | </pre> | ||
</div> | |||
3. <code>sudo vi /etc/lightdm/lightdm-gtk-greeter.conf</code> (optionally) | |||
:: Background picture can be set here. | |||
:: Also setting up a virtual keyboard can be done here. Keyboard <code>onboard</code> is preinstalled on Xfce4 and MATE. First line is a change, the other two lines are new additions. On bigger screens, layout "Phone" can be replaced by layout "Compact". | |||
<div style="margin-left: 3em;"> | |||
<pre> | <pre> | ||
background=/usr/share/wallpapers/postmarketos.jpg | |||
keyboard=onboard -l Phone -t Nightshade | keyboard=onboard -l Phone -t Nightshade | ||
keyboard-position="50%,center -0;100% 25%" | keyboard-position="50%,center -0;100% 25%" | ||
a11y-states=+keyboard | a11y-states=+keyboard | ||
</pre> | </pre> | ||
</div> | |||
4. <code>sudo vi /usr/share/lightdm/lightdm.conf.d/65-autologin-override.conf</code> (new file) | |||
</ | |||
:: Finally, to disable autologin, the content of the autologin config file can be overriden and set to empty by: | |||
<div style="margin-left: 3em;"> | |||
<pre> | <pre> | ||
[Seat:*] | [Seat:*] | ||
Line 44: | Line 48: | ||
autologin-session= | autologin-session= | ||
</pre> | </pre> | ||
</div> |
Revision as of 00:18, 20 March 2022
List of display managers
- tinydm, default on Phosh, Plasma Mobile and LXQt installations
- lightdm, default on Xfce4 and MATE installations
- lxdm, not used by default
LightDM
In Xfce4 and MATE, autologin is preset by the files /usr/share/lightdm/lightdm.conf.d/64-autologin.conf (Xfce4) or /usr/share/lightdm/lightdm.conf.d/61-autologin.conf (MATE).
If you want to use LightDM as a login screen, it can be set up as follows:
1. sudo apk add lightdm-gtk-greeter
2. sudo vi /etc/lightdm/lightdm.conf
- change:
greeter-session=lightdm-gtk-greeter greeter-hide-users=false
3. sudo vi /etc/lightdm/lightdm-gtk-greeter.conf
(optionally)
- Background picture can be set here.
- Also setting up a virtual keyboard can be done here. Keyboard
onboard
is preinstalled on Xfce4 and MATE. First line is a change, the other two lines are new additions. On bigger screens, layout "Phone" can be replaced by layout "Compact".
- Also setting up a virtual keyboard can be done here. Keyboard
background=/usr/share/wallpapers/postmarketos.jpg keyboard=onboard -l Phone -t Nightshade keyboard-position="50%,center -0;100% 25%" a11y-states=+keyboard
4. sudo vi /usr/share/lightdm/lightdm.conf.d/65-autologin-override.conf
(new file)
- Finally, to disable autologin, the content of the autologin config file can be overriden and set to empty by:
[Seat:*] autologin-user= autologin-user-timeout= autologin-session=