docs: update deploy/rightforyou

This commit is contained in:
lukas 2022-01-07 11:17:58 +00:00
parent e08ad9252c
commit 396dd7ce28

View File

@ -2,7 +2,7 @@
title: Understand what you are signing up for
description:
published: true
date: 2022-01-07T10:56:07.776Z
date: 2022-01-07T11:17:56.025Z
tags:
editor: markdown
dateCreated: 2021-11-13T11:19:38.215Z
@ -15,37 +15,38 @@ dateCreated: 2021-11-13T11:19:38.215Z
> Phyllome OS has one primarly goal: *to let users bring their favorite operating system and to run them well*.
* The host, Phyllome OS, is designed to be as discrete as possible.
* Phyllome OS should mostly take care of itself, so that users can spend their time using their favorite personal computing environment.
* Eventually, users should be able to reach *the state of virtual enlightenment* (tm), accepting the fact that their favorite operating system is running inside a virtual machine, and being able to take advantage of that new state of affairs.
* Phyllome OS should mostly take care of itself.
* Eventually, users should be able to reach *the state of virtual enlightenment*, which boils down to:
* Accepting the fact that your favorite operating system is running inside a virtual machine
* Learning how to leverage this new state of affairs.
> Phyllome OS has just started its journey and there is still a long, *years-long*, way to go to achieve its vision. It has several, [critical]() limitations.
[Support](/virt#guests) for guest systems differs widely. Have a look there
> Phyllome OS has just started its journey and there is still a long, *years-long*, way to go to achieve its vision.
It has several, [significative limitations](/phyllomeos/cons-and-pros), so make sure you understand them; depending on what you wish to achieve, you may instead prefer [to favor other operating systems](https://wiki.phyllo.me/en/phyllomeos/comparaison); [support](/virt#guests) for guest systems differs widely.
{.is-warning}
## Phyllome OS versions
## Phyllome OS Desktop and Phyllome OS Server
### Versions
Phyllome OS exists in two main versions:
Phyllome OS exists in two main versions: **Phyllome OS Desktop**, which features a graphical desktop environment, and **Phyllome OS Server**, which does not. Phyllome OS Server is made for power users. It includes all virtualization enhancements that Phyllome OS Desktop provides, without the GNOME-based desktop environment.
* **Phyllome OS Desktop**, which features a graphical desktop environment.
* **Phyllome OS Server**, which does not feature a graphical desktop environment (also known as headless)
If you don't know which one to choose, you should probably pick the Desktop version, which in turns comes in many flavors. There is a generic one, Phyllome OS Desktop, without out-of-the box support for nested virtualization. There are also other editions optimized for a particular combination of hardware.
| | GPU-agnostic | Intel's graphics cards | AMD's graphics cards | Nvidia's graphics cards |
|---|---|---|---|---|
| *Intel CPU* | N/A | Phyllome OS Desktop II | Phyllome OS Desktop IA | Phyllome OS Desktop IN |
| *AMD CPU* | N/A | Phyllome OS Desktop AI | Phyllome OS Desktop AA | Phyllome OS Desktop AN |
| CPU-agnostic | Phyllome OS Desktop | N/A | N/A | N/A |
> The first letter refers to the CPU manufacturer, the second letter to the GPU manufacturers.
> Phyllome OS Server is made for power users. It includes all virtualization enhancements that Phyllome OS Desktop provides, minus the Desktop Environment. If you don't know which one to choose, you should probably pick the Desktop version.
{.is-info}
Phyllome OS Desktop and Phyllome OS Server also comes with several editions optimized for a particular combination of hardware.
> As of now, **only Phyllome OS Desktop II is officially supported**. A computer with both an Intel CPU and an Intel GPU is needed to leverage Phyllome OS. Support for other other editions are expected for the Beta realease.
{.is-info}
| | GPU-agnostic | Intel GPUs | AMD GPUs |
|---|---|---|---|
| *Intel CPU* | N/A | Phyllome OS Desktop II | Phyllome OS Desktop IA |
| *AMD CPU* | N/A | Phyllome OS Desktop AI | Phyllome OS Desktop AA |
| CPU-agnostic | Phyllome OS Desktop | N/A | N/A |
Depending on your hardware, you need to pick the right edition. For example, if you possess an Intel CPU and an AMD graphics card, you should pick either Phyllome OS Desktop IA or Phyllome OS Server IA.
> As of now, **only Phyllome OS Desktop II is supported**. In other words, as of now, you need to use a computer with both an Intel CPU and an Intel GPU to leverage Phyllome OS. Support for other other editions are expected for the Beta.
{.is-info}
> **Still undecided?** You can give Phyllome OS a try, as a live system booting off from a USB thumb drive, without impacting the existing operating system on your machine.
---
*Please go to [the next section](/deploy/prepare) to prepare your host computer.*