zmaint
Here is my Solus gaming tips for native Wayland.
Wine games
first, enable Wayland in wine registry:
wine reg.exe add HKCU\\Software\\Wine\\Drivers /v Graphics /d x11,wayland
With this tweak made I would highly recommend to match the Plasma display scale factor with winecfg - Graphics - Screen resolution. They should match, its super important or everything will run off scale. In my case:
Plasma Display Scale 200% == Wine 192 dpi
When not perfectly matched graphics scales or mouse input scales may be wrong in game, especially non-DPI aware ones.
SDL2 Linux games
SDL_VIDEODRIVER=wayland
most cross-platform games are feeling okay, but some like Dota 2 are talking to X11 directly so they fail.
Some crazy ones (Like Ren'Py engine novellas), that supply it's own stripped down SDL2 copy may need to redirect SDL to Solus native lib:
SDL_DYNAMIC_API=/usr/lib64/libSDL2-2.0.so.0
running SDL2 linux game with pipewire audio server:
SDL_AUDIO_DRIVER=pipewire