mirror of
https://github.com/edu4rdshl/edu4rdshl.github.io.git
synced 2026-07-17 23:24:49 +00:00
(post-update): My move to wayland: it's finally ready
Add SDL setup.
This commit is contained in:
parent
8d9c792c77
commit
d61558b94d
1 changed files with 8 additions and 0 deletions
|
|
@ -124,6 +124,14 @@ QT 5 and 6 have Wayland enabled by default only if the `qt5-wayland` and `qt6-wa
|
|||
export QT_QPA_PLATFORM=wayland
|
||||
```
|
||||
|
||||
### SDL
|
||||
|
||||
SDL 2 has Wayland enabled by default, but you can force it (and fallback to X11 if it isn't available) by setting the following environment variable (probably in your `profile.d`):
|
||||
|
||||
```bash
|
||||
export SDL_VIDEODRIVER="wayland,x11"
|
||||
```
|
||||
|
||||
## Additional tweaks
|
||||
|
||||
### Extensions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue