summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorMarc-André Lureau <marcandre.lureau@gmail.com>2016-03-04 12:31:51 +0100
committerCole Robinson <crobinso@redhat.com>2016-03-09 20:25:37 -0500
commitf912f28e9716ed479cc93dec16f15f96e3e32d7a (patch)
treeab94cb3d0b9101ac83199a19c1545ac94493ba88 /man
parent7c850c17b4c1b85bd7058b8083faf2fd5c2b7c33 (diff)
downloadvirt-manager-f912f28e9716ed479cc93dec16f15f96e3e32d7a.tar.gz
virtinst: add --graphics gl option
Add a --graphics option to enable accelarated rendering using OpenGl. This is used only by Spice (and for local only guests atm). Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Diffstat (limited to 'man')
-rw-r--r--man/virt-install.pod5
1 files changed, 5 insertions, 0 deletions
diff --git a/man/virt-install.pod b/man/virt-install.pod
index 4efe3914..e2cd3a02 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -982,6 +982,11 @@ Request a VNC password, required at connection time. Beware, this info may
end up in virt-install log files, so don't use an important password. This
is used by 'vnc' and 'spice'
+=item B<gl>
+
+Whether to use OpenGl accelerated rendering. Value is 'yes' or 'no'. This is
+used by 'spice'.
+
=back
Use --graphics=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsGraphics>