Created
December 28, 2021 12:29
-
-
Save nottux/d8885bbcd4ac39429cad83cce5a45ecf to your computer and use it in GitHub Desktop.
Gallium nine on steam proton how to:
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
General thread to discuss problems running games with gallium nine on. | |
Make sure you have mesa installed with gallium nine enabled. | |
In Ubuntu, Mint use the following PPA : | |
https://launchpad.net/~oibaf/+archive/ubuntu/graphics-drivers | |
In the game's launch options put : | |
PROTON_DUMP_DEBUG_COMMANDS=1 PROTON_USE_GALLIUM_NINE=1 %command% | |
This will dump scripts into /tmp/proton_<username> | |
Use the ./run script to launch the game or ./run winecfg to access the wine configuration. | |
Read through the wiki : https://github.com/popsUlfr/Proton/wiki | |
Especially the debugging page : https://github.com/popsUlfr/Proton/wiki/Debugging | |
#### | |
sourced from https://github.com/popsUlfr/Proton/issues/2#issue-393573463 incase the repo gets nuked |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment