From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefano Stabellini Subject: [PATCH] documentation: how to disable opengl for stubdomains Date: Tue, 13 Jan 2009 18:05:14 +0000 Message-ID: <496CD7DA.40601@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: xen-devel List-Id: xen-devel@lists.xenproject.org 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 --- 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