proxmox:guests_vms_and_containers:install_a_gui
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
proxmox:guests_vms_and_containers:install_a_gui [2021/06/21 13:15] – peter | proxmox:guests_vms_and_containers:install_a_gui [2021/06/21 13:24] (current) – [To check what display manager is configured in your system] peter | ||
---|---|---|---|
Line 41: | Line 41: | ||
---- | ---- | ||
- | ===== For a minimal install | + | ==== For a minimal install ==== |
<code bash> | <code bash> | ||
Line 56: | Line 56: | ||
---- | ---- | ||
- | ===== Other Options | + | ===== Install a display manager |
+ | A Display Manager is responsible for starting the display server and loading the desktop while managing user sessions and authentication. | ||
+ | By default, GNOME Desktop uses GDM3 as its display manager, but it is a bit heavy on the resources side. | ||
+ | ==== Install ==== | ||
+ | A lighter and more resource-friendly display manager can be used. | ||
+ | <code bash> | ||
+ | sudo apt install lightdm | ||
+ | </ | ||
+ | ==== Start ==== | ||
+ | |||
+ | Start the display manager and load the GUI with the following command: | ||
+ | |||
+ | <code bash> | ||
+ | sudo service lightdm start | ||
+ | </ | ||
+ | |||
+ | ==== To check what display manager is configured in your system ==== | ||
+ | |||
+ | <code bash> | ||
+ | cat / | ||
+ | </ | ||
+ | |||
+ | returns: | ||
+ | |||
+ | <code bash> | ||
+ | / | ||
+ | </ | ||
+ | |||
+ | ==== To shutdown the GUI ==== | ||
+ | |||
+ | <code bash> | ||
+ | sudo service lightdm stop | ||
+ | </ | ||
+ | |||
+ | |||
+ | ---- | ||
===== Add a non-root user ===== | ===== Add a non-root user ===== | ||
Line 80: | Line 115: | ||
---- | ---- | ||
+ | |||
===== Tips ===== | ===== Tips ===== |
proxmox/guests_vms_and_containers/install_a_gui.1624281347.txt.gz · Last modified: 2021/06/21 13:15 by peter