Tell SDL to use Wayland and Pipewire: Difference between revisions

From Pengwings
Created page with " sudo vim /etc/environment SDL_VIDEODRIVER=wayland SDL_AUDIODRIVER=pipewire"
 
No edit summary
 
Line 1: Line 1:
sudo vim /etc/environment
Set these env variables when running the app
 
  SDL_VIDEODRIVER=wayland
  SDL_VIDEODRIVER=wayland
  SDL_AUDIODRIVER=pipewire
  SDL_AUDIODRIVER=pipewire

Latest revision as of 01:52, 9 February 2026

Set these env variables when running the app

SDL_VIDEODRIVER=wayland
SDL_AUDIODRIVER=pipewire