protonscr

Every game I try with DXVK is over exposed.

dxvkopen windows
doitsujin/dxvk#5660 · opened 2026-05-29 by naruto020499 · updated 2026-06-26 · 19 comments · github
Nnaruto020499 2026-05-29 github

Screenshot
Image
Phone photo
Image

I have tried multiple games and all of them have an extreme over exposed issue. I have tried GTA 4, Borderlands 2, and Assassin's creed 4 Black Flag and they all seem to have this issue. Sorry for the phone quality but in the Steam recording and screenshots it doesn't show only in game.

Software information

In the screenshots I'm playing AC4 on Windows 11 PC 4K max setting with soft shadows, motion blur, and PhysX off, MSAA 2x, and the 240 fps patch applied.

System information

  • GPU: RTX 5090
  • Driver: 596.36
  • Wine version: Unsure
  • DXVK version: 2.7.1

Apitrace file(s)

https://drive.google.com/file/d/1xidoc6ePCVEaujq30tHSu3-MHKOsv3UH/view?usp=drive_link

Log files

AC4BFSP_d3d11.log
AC4BFSP_dxgi.log

Ddoitsujin maintainer 2026-05-29 github

Smells like the usual issue of sRGB content not being displayed properly on a HDR setup. Unfortunately this is normal on Windows, so you probably have to disable HDR at a Windows level. In-game HDR won't work because these games only support HDR via NVAPI.

Also:

info:    d3d11.cachedDynamicResources = a
info:    dxgi.enableHDR = True
info:    d3d11.samplerAnisotropy = 16
info:    d3d11.maxFeatureLevel = 11_0
info:    dxgi.nvidiaHack = True
info:    d3d11.relaxedBarriers = True
info:    d3d11.ignoreGraphicsBarriers = True

You're kinda asking for rendering bugs or other issues with those configs.

Nnaruto020499 2026-05-29 github

Ya sorry that is because I was trying to use A.I. for help with my problems because I didn't want to waste your guys time with an issue that may have already been solved and at first it gave me
dxgi.nvidiaHack = True
d3d11.maxFeatureLevel = 11_0
and then when that didn't work it gave me
dxgi.nvidiaHack = True
d3d11.maxFeatureLevel = 11_0
d3d11.samplerAnisotropy = 16
dxgi.enableHDR = False
But of course none of those worked. I figured it was an HDR issue that is why I changed the dxgi.enableHDR to True because I recognized this issue from trying to use Midnight to stream from my PC to my Steam Deck but that didn't work either.

Ddoitsujin maintainer 2026-05-29 github

To be clear, what dxgi.enableHDR=True does is report HDR support to the game similar to how the Windows option does it with native D3D, it doesn't "enable" HDR per se. And as mentioned, it doesn't have any impact on this game.

There's an argument to be made for always creating HDR swapchains if we can, but that opens up another massive can of worms.

Nnaruto020499 2026-05-29 github

Ok thank you for your time.

Mmirh 2026-06-12 github

The newest of these games is from 2013, none of them supports HDR natively.

Can this or this make a difference? What if you try 2.5.1?

TTuxOSDev 2026-06-16 github

thats a very old dxvk version. try getting one from Github actions, or a repo i found daily-graphics-wrappers-builds/dxvk-builds

Ddoitsujin maintainer 2026-06-16 github

Does this build fix anything?

TL;DR is that it will always try to create a HDR swapchain if the system supports it. DXVK is currently hard-coded to output SDR content on an HDR swapchain with 203 nits, but if this ends up working out, we can make that configurable.

Nnaruto020499 2026-06-16 github

The newest of these games is from 2013, none of them supports HDR natively.

Can this or this make a difference? What if you try 2.5.1?

Sorry for the late reply I only really use GitHub to download stuff. BitBlt HDR is only for screenshots I don't think it helps in-game and the win11hdr-srgb-to-gamma2.2-icm doesn't seem to help either and that version of DXVK has the same problem sadly.

Nnaruto020499 2026-06-16 github

thats a very old dxvk version. try getting one from Github actions, or a repo i found daily-graphics-wrappers-builds/dxvk-builds

Can you link me this because when I google search it I can't find it?

Nnaruto020499 2026-06-16 github

Does this build fix anything?

TL;DR is that it will always try to create a HDR swapchain if the system supports it. DXVK is currently hard-coded to output SDR content on an HDR swapchain with 203 nits, but if this ends up working out, we can make that configurable.

For some reason it looks the same to me in-game but when I take a picture with my phone it looks better than in-game and the previous phone photo.
Screenshot:

Image Phone Photo: Image I think this shows it better.

Steam Recording:

https://youtu.be/0ZTDN49QYdY
Phone Video:

https://youtu.be/rSBKkhhgvZw

TTuxOSDev 2026-06-16 github

thats a very old dxvk version. try getting one from Github actions, or a repo i found daily-graphics-wrappers-builds/dxvk-builds

Can you link me this because when I google search it I can't find it?

https://github.com/daily-graphics-wrappers-builds/dxvk-builds/releases

Nnaruto020499 2026-06-16 github

thats a very old dxvk version. try getting one from Github actions, or a repo i found daily-graphics-wrappers-builds/dxvk-builds

Can you link me this because when I google search it I can't find it?

https://github.com/daily-graphics-wrappers-builds/dxvk-builds/releases

Nope sadly gave me the same results as 2.5.1, 2.7.1, and the experimental HDR build as well.

Ddoitsujin maintainer 2026-06-16 github

Can you post a new log with the build I linked earlier?

Also I don't really understand what I'm looking at with these phone pictures, is it actually looking as expected with that build or not?

Mmirh 2026-06-17 github

https://github.com/EndlesslyFlowering/dxvk
I just remembered there is a specific dxvk fork for dwelling into HDR waters

Nnaruto020499 2026-06-17 github

Can you post a new log with the build I linked earlier?

Also I don't really understand what I'm looking at with these phone pictures, is it actually looking as expected with that build or not?

That is the thing in-game no it still looks the same over exposed but when taking the picture on my phone it looks normal now but not in-game that is why I posted those videos because you can really see the difference with those. I tried to just upload them straight to GitHub but it kept telling me "Upload Failed" and here are the logs:

AC4BFSP_d3d11.log
AC4BFSP_dxgi.log

Nnaruto020499 2026-06-17 github

https://github.com/EndlesslyFlowering/dxvk I just remembered there is a specific dxvk fork for dwelling into HDR waters

This is near perfect the only problem I seem to have with this one is the brights are really bright so it is like normal DXVK in the sense that the brights are over exposed but unlike normal DXVK the darks are normal but like I said near perfect.

Ddoitsujin maintainer 2026-06-17 github

Well, don't know then, try changing monitor settings or something. We really can't do much here if no Windows driver manages to simply display a godforsaken Vulkan swapchain image.

EEndlesslyFlowering 2026-06-26 github

EndlesslyFlowering#4 (comment)? @EndlesslyFlowering

not sure why I am being tagged here.
the issue probably is with Nvidia's Vulkan interop not being enabled properly if I would have to guess.
need to set those specific flags with nvidia profile inspector so it says 0x000802A5 like in this screenshot:
Image
I can't give you support for this because I do not have an Nvidia card. so please do not tag me on this.

Nothing extracted yet.