Created
March 3, 2026 19:08
-
-
Save glektarssza/07ebfd003db3f4f44d22268f2564772f to your computer and use it in GitHub Desktop.
Steam Linux Proton Arguments
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Each argument does the following: | |
| # PROTON_USE_WINED3D - Boot the game using Wine3D instead of DXVK which can break older Unity-based games. | |
| # Only enable if you're playing a Unity-based game that isn't launching in Proton! | |
| # GAMEMODERUNEXEC - Set the CLI command to run the game with inside of `gamemoderun` | |
| # gamemoderun - Run the game inside of `gamemode`, which changes some Linux settings for better gaming performance. | |
| # %command% - The game's command, which get's passed to `gamemoderun`. | |
| PROTON_USE_WINED3D=1 GAMEMODERUNEXEC="mangohud prime-run" gamemoderun %command% |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment