Resolved WAYLAND Support for native version of Linux

Users who are viewing this thread

please, update the native version of Linux and add support for WAYLAND. all you need to do is update the SDL2 library, which already supports WAYLAND with the environment variable: SDL_VIDEODRIVER=wayland.
 
Last edited:
well, there is a solution to run natively on WAYLAND. just set this command in Steam's launch options SDL_DYNAMIC_API=/usr/lib/libSDL2-2.0.so:/usr/lib32/libSDL2-2.0.so %comannd% or if you use GOG, add this line export SDL_DYNAMIC_API=/usr/lib/libSDL2-2.0.so:/usr/lib32/libSDL2-2.0.so in start.sh, after the line cd "${CURRENT_DIR}". of course, you need to have a version of the SDL2 library that supports WAYLAND installed on your system and set the environment variable SDL_VIDEODRIVER=wayland.
 
Last edited:
Back
Top Bottom