[Spice-devel] [PATCH xf86-video-qxl 2/3] Change default virtual size to 1920x1080

Gerd Hoffmann kraxel at redhat.com
Fri Oct 1 02:12:28 PDT 2010


   Hi,

>       if (pScrn->display->virtualX == 0&&  pScrn->display->virtualY == 0) {
> -    	pScrn->display->virtualX = 1024;
> -    	pScrn->display->virtualY = 768;
> +    	pScrn->display->virtualX = 1920;
> +    	pScrn->display->virtualY = 1080;
>       }

Again, shouldn't this better taken from the largest resolution in the 
qxl mode list?

cheers,
   Gerd



More information about the Spice-devel mailing list