samrocketman / blog

A personal technical blog. Full featured complete with automated peer review.
http://sam.gleske.net/blog/
Other
5 stars 0 forks source link

Playing Rust with AMDVLK #84

Open samrocketman opened 1 year ago

samrocketman commented 1 year ago

From https://github.com/GPUOpen-Drivers/AMDVLK/releases/tag/v-2023.Q2.3 or latest release install amdvlk package.

Search for amd_icd64.json

dpkg -L amdvlk

View rust game steam properties and change the launch options with the location of amd_icd64.json. The following reflects my own path on Ubuntu 20.04.

VK_ICD_FILENAMES=/etc/vulkan/icd.d/amd_icd64.json %command%
samrocketman commented 1 year ago

Install glorious eggroll proton.

mkdir -p ~/.steam/root/compatibilitytools.d
curl -sSfL https://github.com/GloriousEggroll/proton-ge-custom/releases/download/GE-Proton8-6/GE-Proton8-6.tar.gz | tar -xzC ~/.steam/root/compatibilitytools.d