https://bugs.winehq.org/show_bug.cgi?id=49500 --- Comment #17 from Nyxis <vld10(a)yandex.ru> --- (In reply to Zhiyi Zhang from comment #16)
Created attachment 68630 [details] patch
I've got fresh version from git. Applied patch and compiled it: $ git clone git://source.winehq.org/git/wine.git . $ CC="ccache gcc -m32" ./configure --verbose --disable-tests $ make $ cat > patch $ patch -p1 < patch $ make Then run: $ WINEPREFIX="~/.wine-test" WINEDEBUG=xrandr ./wine winecfg 002c:err:winediag:WS_getaddrinfo Failed to resolve your host name IP 0050:trace:xrandr:X11DRV_XRandR_Init Found XRandR 1.6. 0050:warn:xrandr:get_primary_rect Primary is set to a disconnected XRandR output. 0050:err:vulkan:get_vulkan_driver Wine was built without Vulkan support. 0050:warn:xrandr:get_primary_rect Primary is set to a disconnected XRandR output. 0050:err:ole:start_rpcss Failed to start RpcSs service 0034:trace:xrandr:X11DRV_XRandR_Init Found XRandR 1.6. 0024:trace:xrandr:X11DRV_XRandR_Init Found XRandR 1.6. No window is displayed. Patch didn't fix the issue. As per dlls/winex11.drv/xrandr.c, all tests were passed. P.S. Sorry for late reply -- Do not reply to this email, post in Bugzilla using the above URL to reply. You are receiving this mail because: You are watching all bug changes.