[Spice-devel] [PATCH xf86-drv-qxl F14-branch] Slightly tweak the vfresh range of the default monitor
Hans de Goede
hdegoede at redhat.com
Sat Oct 9 13:33:07 PDT 2010
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
More information about the Spice-devel
mailing list