All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] documentation: how to disable opengl for stubdomains
@ 2009-01-13 18:05 Stefano Stabellini
  0 siblings, 0 replies; only message in thread
From: Stefano Stabellini @ 2009-01-13 18:05 UTC (permalink / raw)
  To: xen-devel

Hi all,
I have just noticed that it is written nowhere in the documentation how
to disable opengl rendering for stubdomains.
I added a couple of lines to stubdom/README to explain it.

Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>

---

diff -r 27e9687c5b3d stubdom/README
--- a/stubdom/README	Tue Jan 13 08:59:49 2009 +0000
+++ b/stubdom/README	Tue Jan 13 18:00:34 2009 +0000
@@ -55,6 +55,11 @@
   - In hvmconfig-dm, set an sdl vfb:
 
 vfb = [ 'type=sdl' ]
+
+    by default qemu will use sdl together with opengl for rendering, if
+    you do not want qemu to use opengl then also pass opengl=0:
+
+vfb = [ 'type=sdl, opengl=0' ]
 
 * Using a VNC server in the stub domain

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-01-13 18:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-01-13 18:05 [PATCH] documentation: how to disable opengl for stubdomains Stefano Stabellini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.