Latest maintainer comment ·
kisak-valve · 2022-12-10 ·
#6376Hello @hasezoey, you're setting `SDL_VIDEODRIVER=wayland` globally somewhere (https://gist.github.com/hasezoey/04987fc45b69e629829295250732c6d9#file-steaminfo-txt-L154) and that's interfering with SDL run inside Proton in a similar way as https://github.com/ValveSoftware/Proton/issues/5587#issuecomment-1221255936. You could try setting the game's launch options to `SDL_VIDEODRIVER= %command%` or m...
#6376 · 2 comments ·
opened 2022-12-10 · last comment 2022-12-10 by hasezoey
... wayland not available`
With Proton and `
SDL_VIDEODRIVER=x11`: `Could not initialized SDL 2, error: x11 not available`
Bare ...
... case) which i ended up using was using `
SDL_VIDEODRIVER=x11` on the native linux version of the game ...