Include:Setup-desktop: Difference between revisions
Prabuanand (talk | contribs) No edit summary |
Thirdwheel (talk | contribs) (Add note about an extra step required for getting a desktop in a Hyper-V guest) |
||
(5 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
{{ | {{Note|Before installing any desktop, | ||
* Create a non-privileged [[Setting_up_a_new_user#Creating_a_new_user|user account]] for security reasons, if you skipped this step during [[Installation]]. | |||
* [[Repositories#Managing_repositories|Enable]] community repository. [[Setup-desktop#Installation_using_setup-desktop|Setup-desktop]] script automatically does this for you. | |||
* Install [[graphics driver]] for your video hardware. | |||
If you are using Hyper-V and Xorg refuses to start, blacklist the <code>hyperv_drm</code> module by adding it to the <code>/etc/modprobe.d/blacklist.conf</code> file.}} | |||
The Alpine Linux script for setting up | == Installation using setup-desktop == | ||
The Alpine Linux script for setting up a desktop quickly is [[Alpine_setup_scripts#setup-desktop|setup-desktop]]. | |||
{{Cmd|# setup-desktop}} | {{Cmd|# setup-desktop}} | ||
Line 12: | Line 15: | ||
{{Cmd|Which desktop environment? ('gnome', 'plasma', 'xfce', 'mate', 'sway' or 'none') [none]}} | {{Cmd|Which desktop environment? ('gnome', 'plasma', 'xfce', 'mate', 'sway' or 'none') [none]}} | ||
Once you have chosen a desktop environment, this script installs the chosen desktop along with all the necessary packages, {{pkg|firefox|repo=community}} browser and adds the necessary services to run on startup. You can reboot when complete and the system will boot into a graphical login screen with the desktop environment. Depending on the desktop chosen, the script also activates the necessary services like dbus, elogind, login manager etc.. | Once you have chosen a desktop environment, this script installs the chosen desktop along with all the necessary packages, {{pkg|firefox|repo=community}} browser and adds the necessary services to run on startup. You can reboot when complete and the system will boot into a graphical login screen with the desktop environment. Depending on the desktop chosen, the script also activates the necessary services like dbus, elogind, login manager etc.. |
Latest revision as of 21:02, 20 November 2024
- Create a non-privileged user account for security reasons, if you skipped this step during Installation.
- Enable community repository. Setup-desktop script automatically does this for you.
- Install graphics driver for your video hardware.
hyperv_drm
module by adding it to the /etc/modprobe.d/blacklist.conf
file.Installation using setup-desktop
The Alpine Linux script for setting up a desktop quickly is setup-desktop.
# setup-desktop
On running the above command, you will be prompted to select a desktop environment.
Which desktop environment? ('gnome', 'plasma', 'xfce', 'mate', 'sway' or 'none') [none]
Once you have chosen a desktop environment, this script installs the chosen desktop along with all the necessary packages, firefox browser and adds the necessary services to run on startup. You can reboot when complete and the system will boot into a graphical login screen with the desktop environment. Depending on the desktop chosen, the script also activates the necessary services like dbus, elogind, login manager etc..
To view all the packages that are installed by the script for the chosen desktop you can issue the below command:
# cat /sbin/setup-desktop