One last tweak to also get 832x624 to work.
---
 src/qxl_driver.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index c403c3c..e5d7c34 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -1546,7 +1546,7 @@ qxl_pre_init(ScrnInfoPtr pScrn, int flags)
     }
     if (pScrn->monitor->nVrefresh <= 0) {
        pScrn->monitor->vrefresh[0].lo = 50;
-       pScrn->monitor->vrefresh[0].hi = 70;
+       pScrn->monitor->vrefresh[0].hi = 75;
        pScrn->monitor->nVrefresh = 1;
     }
     
-- 
1.7.2.2

_______________________________________________
Spice-devel mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/spice-devel

Reply via email to