From f6b3a85258235125f9bad66cf140c4923461c7e6 Mon Sep 17 00:00:00 2001 From: lukas Date: Fri, 12 Aug 2022 23:55:28 +0000 Subject: [PATCH] docs: update virt/vm/display --- virt/vm/display.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/virt/vm/display.md b/virt/vm/display.md index ac70ad7..76c92cd 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-12T23:47:40.458Z +date: 2022-08-12T23:55:26.857Z tags: editor: markdown dateCreated: 2022-07-31T09:22:05.854Z @@ -38,9 +38,12 @@ The Simple DirectMedia Layer is a local-only low-latency display. > *Mouse grab does not currently work in SDL* {.is-warning} +* The display resolution of your guest display should not exceed that of your physical screen. + + #### SELinux configuration -By default, SELinux will block access to X Windows Server for the virtualization stack. +By default, SELinux will block access to X Windows Server for the virtualization stack. An exception has to be set. * Set new rule @@ -70,7 +73,9 @@ sudo semodule -X 300 -i my-qemusystemx86.pp ``` -The display resolution of your newly created should not exceed that of your physical screen. + +You can identify your display using the following command: `echo $DISPLAY` + ### Xephyr