more info on display managers
This commit is contained in:
parent
695e218ad1
commit
c7686914a8
1 changed files with 8 additions and 2 deletions
10
README.md
10
README.md
|
@ -126,12 +126,18 @@ https://www.arcolinuxiso.com/arch-linux-calamares-installer/
|
|||
|
||||
# After installation
|
||||
|
||||
Activate the display manager of your choice
|
||||
We have added a script to activate your display manager by default.
|
||||
If you reboot you will boot into a graphical environment.
|
||||
|
||||
`sudo systemctl enable lightdm`
|
||||
If you install more than one display manager they will overrule each other.
|
||||
|
||||
|
||||
If you are still in the terminal then activate the display manager of your choice manually.
|
||||
|
||||
`sudo systemctl enable gdm`
|
||||
|
||||
`sudo systemctl enable lightdm`
|
||||
|
||||
`sudo systemctl enable sddm`
|
||||
|
||||
Get the pacman databases in
|
||||
|
|
Loading…
Reference in a new issue