protonscr

DXVK NOT WORK ON VULKAN 1.2 GPU?

dxvkclosed
doitsujin/dxvk#2727 · opened 2022-07-15 by Nerboruto · updated 2022-07-15 · 6 comments · github
NNerboruto 2022-07-15 github

DXGI LOG
info: Game: valley.exe
info: DXVK: v1.10.1
info: Built-in extension providers:
info: Win32 WSI
info: OpenVR
info: OpenXR
info: OpenVR: could not open registry key, status 2
info: OpenVR: Failed to locate module
info: Enabled instance extensions:
info: VK_KHR_get_surface_capabilities2
info: VK_KHR_surface
info: VK_KHR_win32_surface
warn: Skipping Vulkan 1.2 adapter: Quadro K420
warn: DXVK: No adapters found. Please check your device filter settings and Vulkan setup.

MMuaDib1988 2022-07-15 github

Hi, I think you should provide more data.
your driver version?
which GPU?
....

BBlisto91 2022-07-15 github

~As said above please provide some more information about your setup.~

~If you have inxi installed then post a log from inxi -GSC~
~Or a system information report from steam (Steam -> Help -> System Information -> wait 15 seconds and copy)~

~Put them in a text file or a github gist.~

Edit: oh you are on master. As said below the requirements have been raised. For cards that don't get driver updates anymore you'll have to stick with 1.10.2

Ddoitsujin maintainer 2022-07-15 github

Current master requires a Vlkan 1.3 capable driver and has required VK_KHR_dynamic_rendering for a while, which your driver also does not support. Kepler GPUs are no longer supported.

You can use DXVK 1.10.2, but future versions will no longer work.

NNerboruto 2022-07-15 github

Microsoft Windows [Versione 10.0.19041.804]
KEPLER GPU K620 EQUIVALENT TO GT 710
driver 472.98
latest is 473.47 kepler is legacy gpu only security fix
old dxvk version work ... ok raise requirement...

NNerboruto 2022-07-15 github

Current master requires a Vlkan 1.3 capable driver and has required VK_KHR_dynamic_rendering for a while, which your driver also does not support. Kepler GPUs are no longer supported.

You can use DXVK 1.10.2, but future versions will no longer work.

it is not possible to leave the old path for cards that do not support this extension?

BBlisto91 2022-07-15 github

Some of these extensions have enabled large code cleanups and lessened future maintenance burden. Including not having to support workarounds for old cards some of which have semi dodgy directx and vulkan support (afaik). So leaving in the old path on master would eleminate alot of the benefits.

The cards that are loosing support are mostly 8+ years old and should still function mostly fine with 1.10.2.
Tho Kepler series cards haven't been seeing much specific support for a while now since they tend to have extra issues and aren't getting proper driver updates.

Nothing extracted yet.