[Spice-devel] [PATCH] qxl: add 800x480 resolution to qxl_modes (n900 native)

Alon Levy alevy at redhat.com
Tue Aug 3 01:39:36 PDT 2010


Required for full screen in n900. Our vdagent is currently broken in that if you request a resolution
that isn't supported by the driver you are left with a white screen, so this fixes "spicec --full-screen=auto-conf"
for n900.

Review please.

---
 hw/qxl.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/hw/qxl.c b/hw/qxl.c
index ab1587a..e91f4b9 100644
--- a/hw/qxl.c
+++ b/hw/qxl.c
@@ -64,6 +64,7 @@
 
 static QXLMode qxl_modes[] = {
     QXL_MODE_EX(640, 480),
+    QXL_MODE_EX(800, 480),
     QXL_MODE_EX(800, 600),
     QXL_MODE_EX(832, 624),
     QXL_MODE_EX(1024, 768),
-- 
1.7.2



More information about the Spice-devel mailing list