Skip to content

Commit

Permalink
Primerun: Ensure nvidia_icd.json is used (#956)
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic2kk authored Oct 23, 2023
1 parent 471f777 commit 87bb53a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion steamtinkerlaunch
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
PREFIX="/usr"
PROGNAME="SteamTinkerLaunch"
NICEPROGNAME="Steam Tinker Launch"
PROGVERS="v14.0.20231023-1"
PROGVERS="v14.0.20231024-1"
PROGCMD="${0##*/}"
PROGINTERNALPROTNAME="Proton-stl"
SHOSTL="stl"
Expand Down Expand Up @@ -11904,6 +11904,7 @@ function setCommandLaunchVars {
export __NV_PRIME_RENDER_OFFLOAD=1
export __VK_LAYER_NV_optimus=NVIDIA_only
export __GLX_VENDOR_LIBRARY_NAME=nvidia
export VK_ICD_FILENAMES=/usr/share/vulkan/icd.d/nvidia_icd.json
fi

# This could be expanded in future as a general option to force Wayland for games/engines that support it, e.g. '-wayland' flag for unity
Expand Down

0 comments on commit 87bb53a

Please sign in to comment.