doitsujin / dxvk

Vulkan-based implementation of D3D8, 9, 10 and 11 for Linux / Wine
zlib License
12.72k stars 816 forks source link

AC Origins option to use HDR grayed out with DXVK 2.4 on windows 11 #4140

Closed vjsindhu-github closed 1 month ago

vjsindhu-github commented 1 month ago

Have tried both these in the dxvk.conf file:

-DXVK_HDR=1 -dxgi.enableHDR = True

But in game HDR option is still grayed out in windows 11.

Blisto91 commented 1 month ago

A lot of games need the vendor libraries Nvapi or amd ags working in order allow enabling HDR. Those won't work on Windows with dxvk.

vjsindhu-github commented 1 month ago

A lot of games need the vendor libraries Nvapi or amd ags working in order allow enabling HDR. Those won't work on Windows with dxvk.

So if I was running the game though Linux would the HDR option be available?

doitsujin commented 1 month ago

Should be, yes. Either way, this game is known to require vendor libraries for HDR.

hyperspeed6 commented 2 weeks ago

This fix works for me, it enables in game HDR option, tested on Windows 11. Add this to dxvk.conf dxgi.hideNvidiaGpu = False