[Spice-devel] [PATCH xf86-qxl 2/2] kms: do not overwrite screen virtualX/Y

Marc-André Lureau marcandre.lureau at redhat.com
Wed May 13 10:12:18 PDT 2015


The pScrn->currentMode is the resolution of the first monitor,
not the resolution of the whole virtual screen.

This fixes restarting X when several monitors are enabled.
---
 src/qxl_kms.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/qxl_kms.c b/src/qxl_kms.c
index b6952f3..4ffb4e7 100644
--- a/src/qxl_kms.c
+++ b/src/qxl_kms.c
@@ -286,8 +286,6 @@ Bool qxl_screen_init_kms(SCREEN_INIT_ARGS_DECL)
 	goto out;
     pScrn->displayWidth = pScrn->virtualX;
 
-    pScrn->virtualX = pScrn->currentMode->HDisplay;
-    pScrn->virtualY = pScrn->currentMode->VDisplay;
     if (!qxl_fb_init (qxl, pScreen))
 	goto out;
     
-- 
2.1.0



More information about the Spice-devel mailing list