Latest maintainer comment ·
kisak-valve · 2023-03-14 ·
#6611Hello @Barnacle, my understanding is that Maxwell (non-refresh) lacks support for multiple Vulkan extensions which VKD3D-Proton uses to provide equivalent support of D3D12. That is a hardware limitation which is not easy or performant to workaround.
#6611 · 11 comments ·
opened 2023-03-12 · last comment 2023-04-02 by arthurbcoelho
... by manually specifying the NVIDIA
Vulkan ICD file:
`VK_ICD_FILENAMES=/usr/share/
vulkan/icd.d/nvidia_icd.json gamemoderun %
command%`
comment by
arthurbcoelho · 2023-04-02 ·
view ·
github ... the NVIDIA
Vulkan ICD file:
>
> `VK_ICD_FILENAMES=/usr/share/
vulkan/icd.d/nvidia_icd.json gamemoderun %
command%`
Thank you, @Fothsid ...