Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=57610
This attempt to fix a regression which is caused by XRandR enumerated output/crtc changing during the display device initial enumeration.
The user setup uses an external display and somehow XRandR enumerates the first (non-primary) monitor and its mode without being able to find a primary output/crtc (and uses that first monitor position as primary as fallback). Then, when the second (primary) monitor and its modes are enumerated it actually finds it and uses its as it should. This results in both monitor modes being positioned at 0x0, which breaks various things later on.