Skip to content

Instantly share code, notes, and snippets.

@nottux
Created December 28, 2021 12:29
Show Gist options
  • Save nottux/d8885bbcd4ac39429cad83cce5a45ecf to your computer and use it in GitHub Desktop.
Save nottux/d8885bbcd4ac39429cad83cce5a45ecf to your computer and use it in GitHub Desktop.
Gallium nine on steam proton how to:
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