https://bugs.winehq.org/show_bug.cgi?id=44357
Fabian Maurer dark.shadow4@web.de changed:
What |Removed |Added ---------------------------------------------------------------------------- CC| |dark.shadow4@web.de
--- Comment #1 from Fabian Maurer dark.shadow4@web.de --- Well, while it's only another workaround, you can run DirectX applications in Xephyr. Just use VirtualGL to make OpenGL work.
Xephyr :1 -ac -screen 800x600x24 & DISPLAY=:1 vglrun wine *.exe
This allows me to run a DX11 game in Xephyr without problems.