Skip to content

Instantly share code, notes, and snippets.

@Alexmitter
Created March 10, 2019 14:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Alexmitter/0077f61b6017af6ac0df6baa0c5a7b71 to your computer and use it in GitHub Desktop.
Save Alexmitter/0077f61b6017af6ac0df6baa0c5a7b71 to your computer and use it in GitHub Desktop.
#to enable these settings, name this file "user_settings.py"
user_settings = {
#logs are saved to $HOME/steam-$STEAM_APP_ID.log, overwriting any previous log with that name
"WINEDEBUG": "+timestamp,+pid,+tid,+seh,+debugstr,+module",
"DXVK_LOG_LEVEL": "info",
#Enable DXVK's HUD
"DXVK_HUD": "devinfo,fps",
#Use gl-based wined3d for d3d11 and d3d10 instead of vulkan-based dxvk
# "PROTON_USE_WINED3D": "1",
#Disable d3d11 entirely
# "PROTON_NO_D3D11": "1",
#Disable in-process synchronization primitives
# "PROTON_NO_ESYNC": "1",
#Enable Gallium Nine
"PROTON_USE_GALLIUM_NINE": "1",
#Specify d3dadapter9.so.1 path
"PROTON_GALLIUM_NINE_MODULEPATH": "/usr/lib/i386-linux-gnu/d3d/d3dadapter9.so.1:/usr/lib/x86_64-linux-gnu/d3d/d3dadapter9.so.1",
#Disable GLSL shaders and use ARB shaders instead
# "PROTON_NO_GLSL": "1",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment