From: Zhiyi Zhang Subject: Re: [PATCH 1/8] dxgi/tests: Use 1024x768 resolution for tests. Message-Id: <1b48f86a-5438-73fc-d258-3f7c90b043c4@codeweavers.com> Date: Mon, 6 Apr 2020 21:30:21 +0800 In-Reply-To: <88C60F00-B510-455F-B27E-FDAA2773687F@gmail.com> References: <88C60F00-B510-455F-B27E-FDAA2773687F@gmail.com> On 4/6/20 8:35 PM, Stefan Dösinger wrote: > >> Am 06.04.2020 um 13:52 schrieb Zhiyi Zhang : >> >> The QXL driver used by Windows 10 TestBots doesn't report >> 800x600 as a supported resolution. Switching to full screen >> may fail even though some DXGI methods report success. > Might this only be working because 1024x768 is the current resolution? > I don't think so. 1440x900 used in https://testbot.winehq.org/JobDetails.pl?Key=68996 also fix the failures. You can also check https://testbot.winehq.org/JobDetails.pl?Key=68948&f101=exe32.report#k101. I print out the display mode list from GetDisplayModeList and there is no 800x600. I also got a Windows 10 on libvirt with QXL driver installed. There also isn't a 800x600 in system control panel. Thanks, Zhiyi