From 77465e11fe36fdd9bc0a304b96bb2558116568af Mon Sep 17 00:00:00 2001 From: yuitayuun Date: Mon, 1 Sep 2025 14:04:33 +0200 Subject: wiki/Xwayland: Added a mention of Native Wayland for gaming compat (#2321) * wiki/Xwayland: Added a mention of Native Wayland for gaming compatibility * Update docs/wiki/Xwayland.md --------- Co-authored-by: Ivan Molodetskikh --- docs/wiki/Xwayland.md | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') diff --git a/docs/wiki/Xwayland.md b/docs/wiki/Xwayland.md index c8f57caa..a03e9a08 100644 --- a/docs/wiki/Xwayland.md +++ b/docs/wiki/Xwayland.md @@ -121,6 +121,14 @@ Exec=cage -- flatpak run com.spotify.Client Terminal=false ``` +## Proton-GE native Wayland + +It's possible to run some games as native Wayland clients, sidestepping the issues related to X11. You can do it with a custom version of Proton like [Proton-GE](https://github.com/GloriousEggroll/proton-ge-custom) by setting the `PROTON_ENABLE_WAYLAND=1` environmental variable in the game's launch parameters. Do note that for now this is an experimental feature, might not work with every game and might have its own issues. + +``` +PROTON_ENABLE_WAYLAND=1 %command% +``` + ## Using gamescope You can use [gamescope](https://github.com/ValveSoftware/gamescope) to run X11 games and even Steam itself. -- cgit