mirror of
https://github.com/PhyllomeOS/wiki.git
synced 2024-12-22 05:35:22 +00:00
docs: update virt/vm/display
This commit is contained in:
parent
3df67c85ab
commit
018a931cc8
@ -2,7 +2,7 @@
|
||||
title: Display
|
||||
description: How to access a virtual machine's display
|
||||
published: true
|
||||
date: 2022-08-24T23:18:23.883Z
|
||||
date: 2022-08-24T23:19:46.482Z
|
||||
tags:
|
||||
editor: markdown
|
||||
dateCreated: 2022-07-31T09:22:05.854Z
|
||||
@ -89,7 +89,7 @@ sudo semodule -X 300 -i my-qemusystemx86.pp
|
||||
|
||||
[D-Bus](https://www.freedesktop.org/wiki/Software/dbus/) is a Desktop-oriented middleware that can be used to create a display for a virtual machine.
|
||||
|
||||
Export and enable a video backend, add OpenGL support and peer-to-peer connection :
|
||||
* Export and enable a video backend, add support for OpenGL and peer-to-peer connection:
|
||||
|
||||
```
|
||||
<graphics type="dbus"/>
|
||||
@ -98,11 +98,13 @@ Export and enable a video backend, add OpenGL support and peer-to-peer connectio
|
||||
</graphics>
|
||||
```
|
||||
|
||||
Export and enable an audio backend :
|
||||
* Export and enable an audio backend:
|
||||
|
||||
<graphics type='dbus' ...>
|
||||
<audio id='1'>
|
||||
```
|
||||
<graphics type="dbus">
|
||||
<audio id="1">
|
||||
</graphics>
|
||||
```
|
||||
|
||||
### Xephyr
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user