@kisak-valve @GloriousEggroll ok i realized whats the problem my screen is ` dimensions: 1920x1080 pixels (508x286 millimeters)` BOE NV156FHM‑N4G 15,6 screen i was setting out of scale 1600 * 1200 resolution, so game was...
@GloriousEggroll `GLW_StartOpenGL() - could not load OpenGL subsystem` - forcing zink, nvidia-smi saying game its started under nvidia, but after resolution change its same result
It could also be a mesa opengl issue specific to that iGPU model. If you still want to make it use your iGPU without using Nvidia you could also try running it through zink -- which would force OpenGL to Vulkan translati...
Runs fine on AMD here. Problem is it's an OpenGL game and therefore it defaults to trying to use your iGPU, proven here: [code] unlike DirectX games being translated to vulkan, OpenGL games DO NOT default to the dGPU. Wh...