On 08/03/2010 11:39 AM, Alon Levy wrote:
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),

OK.

The n900 becomes an important platform, it seems ;-)
_______________________________________________
Spice-devel mailing list
Spice-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to