Add note to SDL: Environment variable no longer necessary

TheOnlyMrCat 2022-12-27 16:12:07 +10:00
parent 9bd77724c4
commit ca43536531

@ -43,9 +43,14 @@ You could set them to `wayland_shm` instead, if you want to use software renderi
## SDL ## SDL
As of version 2.0.22, SDL prioritizes the Wayland video driver over X11.
For older versions:
```shell ```shell
SDL_VIDEODRIVER=wayland SDL_VIDEODRIVER=wayland
``` ```
NOTE: Steam, most games and other (older) binary applications might not work with `wayland` SDL video driver, due to old bundled SDL library. Unset or tweak for specific applications as needed. NOTE: Steam, most games and other (older) binary applications might not work with `wayland` SDL video driver, due to old bundled SDL library. Unset or tweak for specific applications as needed.
## Flatpak ## Flatpak