Assigning to a SDL dev.
Still a problem on latest archlinux with SDL_VIDEODRIVER=wayland
@kisak-valve can you transfer this issue to https://github.com/ValveSoftware/steam-runtime?
Hello @soredake, sorry, no. The issue described here is after forcefully replacing SDL with your system variant to expose a bug with an option that is otherwise unavailable. That is not a steam-runtime bug.
If you need to signal boost your issue further, then report it to upstream libSDL.
Hello @soredake, sorry, no. The issue described here is after forcefully replacing SDL with your system variant to expose a bug with an option that is otherwise unavailable. That is not a steam-runtime bug.
If you need to signal boost your issue further, then report it to upstream libSDL.
This happens with bundled sdl too, i reported it here https://github.com/libsdl-org/SDL/issues/4132
(In case this shows up in a Google search: we pushed a fix to SDL today, so this will Just Work as updated builds make their way around eventually.)
SDL_VIDEODRIVER=waylandx2 2019-11SDL_VIDEODRIVER=<driver>x1 2017-05SDL_VIDEODRIVER=wayland,x1 2017-05SDL_VIDEODRIVER=x11x1 2017-05SDL_VIDEODRIVER=x11,x1 2017-05
Your system information
Please describe your issue in as much detail as possible:
Note: i use

LD_PRELOAD=/usr/lib64/libSDL2-2.0.so.0because of this bug https://github.com/ValveSoftware/steam-for-linux/issues/4954Life is Strange uses incorrect pixel bit depth (lower than needed, about 16, i can not say for sure) instead of 24 (it seems this is the standard depth).
Screenshots:
Sway + SDL_VIDEODRIVER=wayland
Sway + SDL_VIDEODRIVER=x11
Probably sdl bug.
System info: https://gist.github.com/soredake/80d067c101202ef91a6872aa67984d53
Steam launch command:
firejail --profile="$XDG_CONFIG_HOME/firejail/steam.profile" -- env LD_PRELOAD='/usr/lib64/gcc/x86_64-pc-linux-gnu/7.2.0/libstdc++.so.6' steamLife is Strange launch command:
SDL_VIDEODRIVER=<driver> LD_PRELOAD=/usr/lib64/gcc/x86_64-pc-linux-gnu/7.2.0/libstdc++.so.6:/usr/lib64/libSDL2-2.0.so.0 LD_LIBRARY_PATH="$HOME/.steam/root/steamapps/common/Life Is Strange/lib/x86_64:$HOME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/usr/lib/x86_64-linux-gnu:$HOME/.local/share/Steam/ubuntu12_32/steam-runtime/amd64/lib/x86_64-linux-gnu" %command% -nostartupmoviesSteps for reproducing this issue: