User Tools

Site Tools


proxmox:guests_vms_and_containers:install_a_gui

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
proxmox:guests_vms_and_containers:install_a_gui [2021/06/21 13:15] peterproxmox: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
 +</code>
  
 +==== Start ====
 +
 +Start the display manager and load the GUI with the following command:
 +
 +<code bash>
 +sudo service lightdm start
 +</code>
 +
 +==== To check what display manager is configured in your system ====
 +
 +<code bash>
 +cat /etc/X11/default-display-manager
 +</code>
 +
 +returns:
 +
 +<code bash>
 +/usr/bin/lightdm
 +</code>
 +
 +==== To shutdown the GUI ====
 +
 +<code bash>
 +sudo service lightdm stop
 +</code>
 +
 +
 +----
  
 ===== 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

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki