2009/8/19 Stefan Dösinger stefan@codeweavers.com:
Even if MSDN claims that a driver can enum a refresh rate of zero, games evidently don't like it: Battlefield 1942 refuses to change the screen resolution if all resolutions have a refresh rate of 0.
Sure, it's picky like that. IIRC most battlefield games need 800x600@60 to startup. Occasionally that's a problem on Windows as well. It seems to me that you should be looking at why EnumDisplaySettingsExW() didn't give you a refresh rate for that though.