diff options
author | Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk> | 2014-03-17 21:46:26 +0000 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2014-03-27 19:22:49 +0400 |
commit | 340fb41b311356d66b280468698b1f2d7b0c1a56 (patch) | |
tree | 929e3c8ecc698d9db1a01d4387be5f237f1bf951 | |
parent | 33632788089531a4452976ff40bbb15551d37fea (diff) | |
download | qemu-340fb41b311356d66b280468698b1f2d7b0c1a56.zip |
doc: update default PowerPC framebuffer settings
Since 1.7, the default framebuffer settings for PowerPC are 800x600x32.
Signed-off-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
CC: qemu-ppc@nongnu.org
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
-rw-r--r-- | qemu-doc.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qemu-doc.texi b/qemu-doc.texi index 6d684e2c21..e6e20ebbd3 100644 --- a/qemu-doc.texi +++ b/qemu-doc.texi @@ -1938,7 +1938,7 @@ The following options are specific to the PowerPC emulation: @item -g @var{W}x@var{H}[x@var{DEPTH}] -Set the initial VGA graphic mode. The default is 800x600x15. +Set the initial VGA graphic mode. The default is 800x600x32. @item -prom-env @var{string} |