[Spice-devel] [video-qxl 2/2] Default to only one head, not 4.

Jeremy White jwhite at codeweavers.com
Fri Jan 11 13:34:00 PST 2013


This makes the default display not stretch for 4096x768.

Signed-off-by: Jeremy White <jwhite at codeweavers.com>
---
 src/qxl_driver.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/qxl_driver.c b/src/qxl_driver.c
index c7a07cb..3dae401 100644
--- a/src/qxl_driver.c
+++ b/src/qxl_driver.c
@@ -78,7 +78,7 @@ const OptionInfoRec DefaultOptions[] =
     { OPTION_ENABLE_SURFACES,
       "EnableSurfaces",           OPTV_BOOLEAN, { 0 }, TRUE },
     { OPTION_NUM_HEADS,
-      "NumHeads",                 OPTV_INTEGER, { 4 }, FALSE },
+      "NumHeads",                 OPTV_INTEGER, { 1 }, FALSE },
 #ifdef XSPICE
     { OPTION_SPICE_PORT,
       "SpicePort",                OPTV_INTEGER,   {5900}, FALSE },
-- 
1.7.10.4




More information about the Spice-devel mailing list