-
-
Notifications
You must be signed in to change notification settings - Fork 48
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hybrid mode GUI domain - without real GPU passthrough #5662
Comments
The "qubes-sysinit: set GUI_OPTS in gui-agent-linux" commit breaks gui-agent-linux lacking its counterpart. Express this in the package metadata. QubesOS/qubes-issues#5662
Screenshot from R4.1: |
And also improve indentation. QubesOS/qubes-issues#5662
Starts just sys-gui VM and qvm-start-daemon in a special mode. See QubesOS/qubes-issues#5662.
Starts just sys-gui VM and qvm-start-daemon in a special mode. See QubesOS/qubes-issues#5662.
This all can be installed using salt (in recent R4.1 version):
This will create |
Is it planned to provide sys-gui by default like sys-net or its going to be just user installable. BTW I tried this and 3rd command failed with qubesctl error no such option --all. I will install build today posted on openqa and report back. |
No, see https://www.qubes-os.org/news/2020/03/18/gui-domain/#what-will-actually-be-in-qubes-41 for the plans.
Ah, indeed I placed |
Qubes user panati tested this and reported the experience in this thread: https://qubes-os.discourse.group/t/missing-packages-in-fedora-32-xfce/619/ |
This now works. |
ITSTM we can attempt to create the first version of GUI domain without the need to have a GPU passthorugh working (which itself is a complex topic). This is the sketch of the idea (for Qubes 4.x):
Pros:
Cons:
The #1 will be a regression from the present state (GuiDom = Dom0). It will be fixed by switching to a true GuiDom later. Meanwhile we can offer this feature as an opt-in during installation.
Of course this all requires ability to run e.g. Qubes Manager and qvm-tools in GuiDom and have control over what these management tools can and cannot do. And this is exactly what our shiny new exciting Qubes API Management will allow in 4.0 :)
Originally posted by @rootkovska in #833 (comment)
(adjusted description to the simplified version)
The text was updated successfully, but these errors were encountered: