[Spice-commits] Branch 'spice.v14' - hw/qxl.c

Alexander Larsson alexl at kemper.freedesktop.org
Wed Aug 18 06:19:06 PDT 2010


 hw/qxl.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 7ecb3323af1f3cd5ac6e6367cc4a6de4c2ee7f32
Author: Alexander Larsson <alexl at redhat.com>
Date:   Wed Aug 18 15:18:14 2010 +0200

    Add 1024x600 resolution
    
    This is used on eeepc and on some netbooks.

diff --git a/hw/qxl.c b/hw/qxl.c
index 7915e42..7cc543d 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -68,6 +68,7 @@ static QXLMode qxl_modes[] = {
     QXL_MODE_EX(800, 600),
     QXL_MODE_EX(832, 624),
     QXL_MODE_EX(960, 640),
+    QXL_MODE_EX(1024, 600),
     QXL_MODE_EX(1024, 768),
     QXL_MODE_EX(1152, 864),
     QXL_MODE_EX(1152, 870),


More information about the Spice-commits mailing list