编辑 $STEAMROOT/steamapps/common/dota 2 beta/game/dota.sh 第76行
# Set appropriate SDL video driver based on session type
if [ "$UNAME" == "Linux" ]; then
if [ "$XDG_SESSION_TYPE" == "x11" ]; then
export SDL_VIDEO_DRIVER=x11
elif [ "$XDG_SESSION_TYPE" == "wayland" ]; then
export SDL_VIDEO_DRIVER=wayland
export SDL_AUDIO_DRIVER=pipewire
fi
fi