2019-04-09 15:51:22 +02:00
|
|
|
#To enable these settings, name this file "user_settings.py".
|
|
|
|
|
|
|
|
#Settings here will take effect for all games run in this Proton version.
|
2018-06-21 16:09:10 +02:00
|
|
|
|
|
|
|
user_settings = {
|
2020-10-18 13:08:35 +02:00
|
|
|
#By default, logs are saved to $HOME/steam-<STEAM_GAME_ID>.log, overwriting any previous log with that name.
|
|
|
|
#Log directory can be overridden with $PROTON_LOG_DIR.
|
2019-04-09 15:51:22 +02:00
|
|
|
|
|
|
|
#Wine debug logging
|
2021-12-17 17:10:27 +01:00
|
|
|
"WINEDEBUG": "+timestamp,+pid,+seh,+unwind,+debugstr,+loaddll,+mscoree",
|
2018-06-21 16:09:10 +02:00
|
|
|
|
2019-04-09 15:51:22 +02:00
|
|
|
#DXVK debug logging
|
2018-06-21 16:09:10 +02:00
|
|
|
"DXVK_LOG_LEVEL": "info",
|
|
|
|
|
2019-11-04 16:51:22 +01:00
|
|
|
#vkd3d debug logging
|
|
|
|
"VKD3D_DEBUG": "warn",
|
|
|
|
|
2019-04-09 15:51:22 +02:00
|
|
|
#wine-mono debug logging (Wine's .NET replacement)
|
|
|
|
"WINE_MONO_TRACE": "E:System.NotImplementedException",
|
|
|
|
#"MONO_LOG_LEVEL": "info",
|
|
|
|
|
2020-07-28 15:20:33 +02:00
|
|
|
#general purpose media logging
|
|
|
|
# "GST_DEBUG": "4",
|
|
|
|
#or, verbose converter logging (may impact playback performance):
|
2021-12-01 20:23:19 +01:00
|
|
|
# "GST_DEBUG": "4,WINE:7,protonaudioconverter:7,protonaudioconverterbin:7,protonvideoconverter:7",
|
|
|
|
"GST_DEBUG_NO_COLOR": "1",
|
2020-07-28 15:20:33 +02:00
|
|
|
|
2018-06-21 16:09:10 +02:00
|
|
|
#Enable DXVK's HUD
|
|
|
|
# "DXVK_HUD": "devinfo,fps",
|
|
|
|
|
2020-02-05 15:57:58 +01:00
|
|
|
#Use OpenGL-based wined3d for d3d11, d3d10, and d3d9 instead of Vulkan-based DXVK
|
2018-10-15 18:40:33 +02:00
|
|
|
# "PROTON_USE_WINED3D": "1",
|
2018-06-21 16:09:10 +02:00
|
|
|
|
|
|
|
#Disable d3d11 entirely
|
|
|
|
# "PROTON_NO_D3D11": "1",
|
|
|
|
|
2019-08-02 05:59:00 +02:00
|
|
|
#Disable eventfd-based in-process synchronization primitives
|
2018-06-21 16:09:10 +02:00
|
|
|
# "PROTON_NO_ESYNC": "1",
|
2019-08-02 05:59:00 +02:00
|
|
|
|
|
|
|
#Disable futex-based in-process synchronization primitives
|
|
|
|
# "PROTON_NO_FSYNC": "1",
|
2018-06-21 16:09:10 +02:00
|
|
|
}
|