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 12:56] – 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 9: | Line 9: | ||
* [[Proxmox: | * [[Proxmox: | ||
* [[Proxmox: | * [[Proxmox: | ||
+ | * [[Proxmox: | ||
+ | * [[Proxmox: | ||
+ | ---- | ||
- | + | ===== Quick Options ===== | |
* Ubuntu default desktop: | * Ubuntu default desktop: | ||
Line 39: | Line 41: | ||
---- | ---- | ||
- | ===== For a minimal install | + | ==== For a minimal install ==== |
<code bash> | <code bash> | ||
Line 54: | 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 full lightweight desktop environment ==== | + | A lighter and more resource-friendly display manager can be used. |
<code bash> | <code bash> | ||
- | sudo apt install | + | sudo apt install |
</ | </ | ||
- | Then choose one of these: | + | ==== Start ==== |
+ | |||
+ | Start the display manager and load the GUI with the following command: | ||
<code bash> | <code bash> | ||
- | sudo apt install --no-install-recommends lubuntu-core | + | sudo service lightdm start |
</ | </ | ||
- | OR | + | ==== To check what display manager is configured in your system ==== |
<code bash> | <code bash> | ||
- | sudo apt install | + | cat / |
</ | </ | ||
- | OR | + | returns: |
<code bash> | <code bash> | ||
- | sudo apt install --no-install-recommends ubuntu-mate-core | + | / |
</ | </ | ||
- | <WRAP info> | + | ==== To shutdown the GUI ==== |
- | **NOTE:** Each of these metapackages is based on lxde. | + | |
- | * **xfce** and **mate** desktop respectively including dependencies such as alsa, lightdm | + | <code bash> |
+ | sudo service | ||
+ | </ | ||
- | </ | ||
---- | ---- | ||
- | ==== A full lightweight desktop environment without minding the recommendations | + | ===== Add a non-root user ===== |
- | Choose one of these: | + | Many systems do not recommend or allow root login. |
- | <code bash> | + | They also require that the user has a **home directory**. |
- | sudo apt install lubuntu-core | + | |
- | </ | + | |
- | + | ||
- | OR | + | |
<code bash> | <code bash> | ||
- | sudo apt install xubuntu-core | + | add user peter |
- | </ | + | add user peter sudo |
- | + | ||
- | OR | + | |
- | + | ||
- | <code bash> | + | |
- | sudo apt install ubuntu-mate-core | + | |
</ | </ | ||
<WRAP info> | <WRAP info> | ||
- | **NOTE: | + | **NOTE: |
</ | </ | ||
- | |||
---- | ---- | ||
- | ==== A full desktop with all the extras (better choose another option) ==== | ||
- | Choose one of these: | + | ===== Tips ===== |
- | <code bash> | + | * TIP1: The **--no-install-recommends** options applies to all dependencies packages recursively. |
- | sudo apt install | + | |
- | </ | + | |
- | OR | + | * TIP2: If network-manager and network-manager-gnome are installed, then it is best to use it to configure your network and delete everything at / |
- | <code bash> | + | * TIP3: If you need remote |
- | sudo apt install xubuntu-desktop | + | |
- | </ | + | |
- | OR | + | * TIP4: At options 2 to 6 if you wanna stop lightdm autostarting then run the command **sudo systemctl disable lightdm** and you can start it whenever you want with **sudo systemctl start lightdm**. |
+ | * To re-enable it run **sudo systemctl enable lightdm** and check it with **systemctl is-enabled lightdm**. | ||
+ | * If the re-enable does not work, and the is-enabled commands has output static run **sudo apt install --reinstall lightdm** to fix it. | ||
- | <code bash> | + | * TIP5: You can install |
- | sudo apt install | + | * However, you will need more packages than just xorg in most cases and these packages or metapackages might install |
- | </ | + | * For example lxde installs |
- | + | * To see differences between packages you can search here: http:// | |
- | OR | + | |
- | + | ||
- | <code bash> | + | |
- | sudo apt install ubuntu-gnome-desktop | + | |
- | </ | + | |
- | + | ||
- | OR | + | |
- | + | ||
- | <code bash> | + | |
- | sudo apt install ubuntu-desktop | + | |
- | </ | + | |
- | + | ||
- | OR | + | |
- | + | ||
- | <code bash> | + | |
- | sudo apt install kubuntu-desktop | + | |
- | </ | + | |
- | + | ||
- | <WRAP info> | + | |
- | **NOTE: | + | |
- | + | ||
- | | + | |
- | + | ||
- | </WRAP> | + | |
+ | * TIP6: If upon boot you see the greeter and it throws you back to tty again, then simply restart the lightdm by firing **sudo service lightdm restart**. | ||
---- | ---- | ||
- | ===== Add a non-root user ===== | + | ===== How to remove the GUI from Ubuntu server |
- | + | ||
- | Many systems do not recommend or allow root login. | + | |
- | + | ||
- | They also require that the user has a **home directory**. | + | |
<code bash> | <code bash> | ||
- | add user peter | + | sudo apt remove ubuntu-desktop |
- | add user peter sudo | + | sudo apt remove lightdm |
+ | sudo apt autoremove | ||
+ | sudo service lightdm stop | ||
</ | </ | ||
- | <WRAP info> | ||
- | **NOTE: | ||
- | </ | ||
---- | ---- |
proxmox/guests_vms_and_containers/install_a_gui.1624280219.txt.gz · Last modified: 2021/06/21 12:56 by peter