I can't be arsed to remember
This commit is contained in:
+16
-10
@@ -1,27 +1,32 @@
|
||||
# 0=off(default safe) 1=on(might not load or cause crashes) 2=forced(might cause crashes)
|
||||
MANGOHUD=0
|
||||
MANGOHUD=2
|
||||
USE_GAMEMODE=1
|
||||
USE_DLSYM=1
|
||||
#Un comment for RTX support on older proton
|
||||
#Un comment for forced RTX support
|
||||
#VKD3D_CONFIG=dxr,dxr11
|
||||
PROTON_ENABLE_NVAPI=1
|
||||
PROTON_HIDE_NVIDIA_GPU=0
|
||||
PROTON_ENABLE_NGX_UPDATER=1
|
||||
#Obs-vk capture
|
||||
OBSCAP=1
|
||||
|
||||
#Not useful in most modern games, allows to tell the game you have an nvidia gpu
|
||||
#PROTON_HIDE_NVIDIA_GPU=0
|
||||
# Update automatically the Nvidia NGX framework, this cause lots of problem, The finals crash with it
|
||||
#PROTON_ENABLE_NGX_UPDATER=1
|
||||
|
||||
#Enable obs-vk capture (cause issues with the finals)
|
||||
OBSCAP=0
|
||||
# small amd vulkan perf boost
|
||||
RADV_PERFTEST=nggc
|
||||
|
||||
# Increase performance in most cases
|
||||
__GL_THREADED_OPTIMIZATIONS=1
|
||||
# Increase opengl performance in some cases but causes compatiblity issues(steam might not like it for instance)
|
||||
#__GL_THREADED_OPTIMIZATIONS=1
|
||||
mesa_glthread=true
|
||||
|
||||
# Reduce lantency on nvidia systems
|
||||
__GL_MaxFramesAllowed=1
|
||||
|
||||
# Large BAR(Smart access memory) on any AMD hardware ( please use it only on suported hardware )
|
||||
RADV_PERFTEST=sam
|
||||
#RADV_PERFTEST=sam
|
||||
|
||||
# Force a specific icd
|
||||
# Put here the icd of your igpu (radv / amdvlk / intel ). full path required !
|
||||
|
||||
# RADV
|
||||
@@ -33,5 +38,6 @@ RADV_PERFTEST=sam
|
||||
# INTEL (useless to specify leave it commented out)
|
||||
# MESA_ICD="/usr/share/vulkan/icd.d/intel_icd.x86_64.json:/usr/share/vulkan/icd.d/intel_icd.i686.json"
|
||||
|
||||
#Unreliable in most cases
|
||||
# Mostly untested
|
||||
# Do not trust it with nvidia gpus
|
||||
GAMESCOPE=0
|
||||
|
||||
Reference in New Issue
Block a user