WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] [PATCH] documentation: how to disable opengl for stubdomains

To: xen-devel <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] [PATCH] documentation: how to disable opengl for stubdomains
From: Stefano Stabellini <stefano.stabellini@xxxxxxxxxxxxx>
Date: Tue, 13 Jan 2009 18:05:14 +0000
Delivery-date: Tue, 13 Jan 2009 10:11:04 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
User-agent: Thunderbird 2.0.0.14 (X11/20080505)
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@xxxxxxxxxxxxx>

---

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
 

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] [PATCH] documentation: how to disable opengl for stubdomains, Stefano Stabellini <=