debuggers.hg
changeset 19075:cc542ebe4853
documentation: how to disable opengl for stubdomains
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
Signed-off-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Wed Jan 14 10:52:39 2009 +0000 (2009-01-14) |
parents | d400a51a2f46 |
children | 59274c49a029 |
files | stubdom/README |
line diff
1.1 --- a/stubdom/README Wed Jan 14 10:51:58 2009 +0000 1.2 +++ b/stubdom/README Wed Jan 14 10:52:39 2009 +0000 1.3 @@ -56,6 +56,11 @@ sdl = 0 1.4 1.5 vfb = [ 'type=sdl' ] 1.6 1.7 + by default qemu will use sdl together with opengl for rendering, if 1.8 + you do not want qemu to use opengl then also pass opengl=0: 1.9 + 1.10 +vfb = [ 'type=sdl, opengl=0' ] 1.11 + 1.12 * Using a VNC server in the stub domain 1.13 1.14 - In hvmconfig, set vnclisten to "172.30.206.1" for instance. Do not use a