File tree Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Expand file tree Collapse file tree 2 files changed +25
-0
lines changed Original file line number Diff line number Diff line change
1
+ #! /usr/bin/bash
2
+
3
+ # This forces Nvidia DLSS to use the latest preset for SR, RR and framegen + updates the dlss dlls via ngx
4
+
5
+ export PROTON_ENABLE_NGX_UPDATER=1
6
+ export DXVK_NVAPI_DRS_NGX_DLSS_RR_OVERRIDE=on
7
+ export DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE=on
8
+ export DXVK_NVAPI_DRS_NGX_DLSS_FG_OVERRIDE=on
9
+ export DXVK_NVAPI_DRS_NGX_DLSS_RR_OVERRIDE_RENDER_PRESET_SELECTION=render_preset_latest
10
+ export DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE_RENDER_PRESET_SELECTION=render_preset_latest
11
+
12
+ # applied variables, now execute the rest of the command
13
+ exec " $@ "
Original file line number Diff line number Diff line change
1
+ #! /usr/bin/bash
2
+
3
+ # This forces Nvidia DLSS to use the latest preset for SR, RR and framegen + skips ngx updater
4
+
5
+ export DXVK_NVAPI_DRS_NGX_DLSS_RR_OVERRIDE=on
6
+ export DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE=on
7
+ export DXVK_NVAPI_DRS_NGX_DLSS_FG_OVERRIDE=on
8
+ export DXVK_NVAPI_DRS_NGX_DLSS_RR_OVERRIDE_RENDER_PRESET_SELECTION=render_preset_latest
9
+ export DXVK_NVAPI_DRS_NGX_DLSS_SR_OVERRIDE_RENDER_PRESET_SELECTION=render_preset_latest
10
+
11
+ # applied variables, now execute the rest of the command
12
+ exec " $@ "
You can’t perform that action at this time.
0 commit comments