Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
DXVK needs vulkan.
you can translate to opengl as well with this launch options: PROTON_USE_WINED3D11=1 %command%
https://github.com/ValveSoftware/Proton#runtime-config-options
PROTON_USE_WINED3D Use OpenGL-based wined3d instead of Vulkan-based DXVK for d3d11 and d3d10. This used to be called PROTON_USE_WINED3D11, which is now an alias for this same option.
edit: you could try this (on your own risk)
https://support.feralinteractive.com/docs/en/riseofthetombraider/1.0.3/linux/faqs/#i_amd_200_300_radeon_kernel_blacklist
i forces AMDGPU driver within the kernel, which supports vulkan
CONFIG_DRM_AMDGPU_SI=y
CONFIG_DRM_AMDGPU_CIK=y
You can check that under /boot/config-yourKernel
Then, in order to use Vulkan, you need to load the amdgpu kernel driver instead of radeon, by blacklisting radeon and enabling amdgpu. You can do this by adding the kernel parameters "radeon.si_support=0 amdgpu.si_support=1" without the quotes.
The amdgpu kernel driver is considered experimental for CIK and SI however, so you may encounter issues here and there, and the vulkan driver may crash on you. Chances are your kernel already got the options and all you need to do is add the kernel parameters.
For more information on how to do this, see https://wiki.archlinux.org/index.php/AMDGPU#Enable_Southern_Islands_(SI)_and_Sea_Islands_(CIK)_support
Remember to install mesa-vulkan-drivers as well for the required userspace driver