On 4/6/20 8:35 PM, Stefan Dösinger wrote:
Am 06.04.2020 um 13:52 schrieb Zhiyi Zhang zzhang@codeweavers.com:
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#k10.... 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