I don't know the exact reason why this is failing but i've managed to make it work using xdummy instead of xvfb .
Maybe is the fact that xdummy supports x11 extension that maybe xvfb don't.
For those interested in make this work i had to create a x server with:
Xorg -noreset +extension GLX +extension RANDR +extension RENDER -logfile ./10.log -config /etc/X11/xorg.conf :10 &
I've used the config file from here https://raw.githubusercontent.com/Xpra-org/xpra/master/fs/etc/xpra/xorg.conf
Nothing extracted yet.
I'm trying to run an Unreal engine application on a docker container.
I was able to successfully run it is i forward my x11 from the host to the container.
Because in the environment that this will run it doesn't have a physical display i'm trying to create a virtual one using xvfb running:
Xvfb :99 -screen 0 1024x768x24 &and thenexport DISPLAY=:99This indeed is working because if i run
xdpyinfo -display :99i get information about my virtual monitor.The issue comes when i try to run the application through wine with dxvk, i'm receiving the error:
err: readMonitorEdidFromKey: Failed to get EDID reg key size
err: DXGI: Failed to parse display metadata + colorimetry info, using blank.
Does anyone have some experiencing using xvfb + wine together ?
Software information
Name of the game, settings used etc.
System information
Log files
error.txt
Log file of
xdpyinfo -display :99if is useful:display.txt