GPUOpen-Drivers / AMDVLK

AMD Open Source Driver For Vulkan
MIT License
1.69k stars 160 forks source link

Starfield unsupported graphics card #333

Closed oldeschool closed 1 month ago

oldeschool commented 10 months ago

on Ubuntu 22.04.3 LTS with an AMD 7900 XT Starfield fails to start with pop up message -- graphics card does not meet the minimal specification requirements.

runs and plays using radv -- no start with AMDVLK

oldeschool commented 7 months ago

problem persists with 2023.Q4.1

JoeLiu-SH commented 7 months ago

This issue is because of VKD3D uses the VK_NVdevice generated_commands function, which is vender specific extension (not a Khronos standard yet). RADV partially implements this extension so it works.

jinjianrong commented 1 month ago

Fixed in 2024.Q2.1