From 53305dec3fdec90867f9ef6281915be521a0b1e3 Mon Sep 17 00:00:00 2001 From: lukas Date: Wed, 24 Aug 2022 23:36:37 +0000 Subject: [PATCH] docs: update virt/vm/display --- virt/vm/display.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/virt/vm/display.md b/virt/vm/display.md index b89f622..b3d44ce 100644 --- a/virt/vm/display.md +++ b/virt/vm/display.md @@ -2,7 +2,7 @@ title: Display description: How to access a virtual machine's display published: true -date: 2022-08-24T23:21:10.609Z +date: 2022-08-24T23:36:35.673Z tags: editor: markdown dateCreated: 2022-07-31T09:22:05.854Z @@ -98,6 +98,15 @@ sudo semodule -X 300 -i my-qemusystemx86.pp ``` +It will look like that when launched: + +``` + + + +``` + + * Export and enable an audio backend: ``` @@ -106,6 +115,7 @@ sudo semodule -X 300 -i my-qemusystemx86.pp ``` + ### Xephyr * *to-be done*