docs: update virt/vm/display

This commit is contained in:
lukas 2022-08-12 23:55:28 +00:00
parent 91ecf7e992
commit f6b3a85258

View File

@ -2,7 +2,7 @@
title: Display title: Display
description: How to access a virtual machine's display description: How to access a virtual machine's display
published: true published: true
date: 2022-08-12T23:47:40.458Z date: 2022-08-12T23:55:26.857Z
tags: tags:
editor: markdown editor: markdown
dateCreated: 2022-07-31T09:22:05.854Z 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* > *Mouse grab does not currently work in SDL*
{.is-warning} {.is-warning}
* The display resolution of your guest display should not exceed that of your physical screen.
#### SELinux configuration #### 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 * Set new rule
@ -70,7 +73,9 @@ sudo semodule -X 300 -i my-qemusystemx86.pp
<gl enable="yes"/> <gl enable="yes"/>
</graphics> </graphics>
``` ```
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 ### Xephyr