New HDR Calibration Procedure (SK 0.11.1 + HGIG)

I have recently had some issues with Ziggurat 2 where I am unable to get rid of the black crush at all on ACES where it’s good at the passthrough option. It is a Unity game and I have tried all the settings without luck. I am using the latest dev-version of SpecialK that was posted around 13 hours ago.

If it’s Unity, it probably uses sRGB gamma. They need special treatment.

Try setting the gamma slider to ~0.45

To that end, ignore my previous post =P

+ Added HDR Widget option to control "Implicit sRGB" gamma processing,
    this is needed for many Unity engine games that would otherwise be
      too dark to do any kind of processing on.

SpecialK32.7z (6.3 MB) SpecialK64.7z (7.5 MB)

^^^ (Typo optional)


This setting is needed for “The Witness,” “Watch_Dogs 2,” and I’m sure many Unity games (though cannot name any off the top of my head).

1 Like

Yeah that completely fixed it for Ziggurat 2!

Am I ment to use the hdr10 passthrough on a HDR10 display? It looks really weirdddd

Yes, but only if the game is native HDR to begin with.

That mode is for analyzing HDR in games with official HDR. If you turn it on in an SDR game, LSD probably produces more accurate images.

Ahhhh okay I understand, it’s looking like to me aces filmic is the best looking over passthrough it’s great!!

Oh also one last question Kal, my tv comes up as supported 8-bit with dithering, which Ive read up is pretty much equivalent to 10-bit, would this affect how special K hdr looks in games?

Well if you read up what dithering actually is then you know :slight_smile:

Long technical story short: to your eyes it will look very close to real 10bit. but uses 8bit (16.5million color options) and then “alternates the pixels” with another color to simulate the color it is supposed to be. 10bit it uses the “real” color (it has 1.02billion color options)

Any idea what could be causing game to freeze on last displayed frame after alt-tabbing? Happening to me in The Division 1, also occurs if I change resolutions/window modes. For some reason the game also always insist on using frame buffer resolution that is a few pixels below native. Thanks.

EDIT: This is so strange, I wiped the SK config and started anew, on the first game bootup with HDR enabled, I don’t have the alt tab issue. After relaunching the game, the issue comes up again and won’t go away, despite not changing any settings.

The in game mouse input also breaks along with the tabbing, the game’s cursor is visible at all times and stops when hitting the edges of the window.

Still looking for some advice, especially regarding the recommended settings for LG OLEDs.

P.S.: Also, not sure if the “remaster” options should be left unchecked or not (10- and 11-bit were selected by default on previous versions of SK - now, they’re all disabled by default).

The framerate limiter resets itself when you alt-tab now, perhaps you have some third-party software (most likely something that draws an overlay) that’s deadlocking things?

Enable the background rendering mode to prevent any such software from causing problems.

I have no recommendations, if I did then there would be no calibration screen :slight_smile: This requires tuning on a per-game basis, some of them exceed SDR range more than others do and that’s why the maximum luminance slider and all that other jazz exists.

As for remastering, I’ve turned them all off for compatibility reasons. You’re encouraged to try turning them on for better HDR image quality, but they may cause visual anomalies if not outright crashing. As such, the best policy to have is off-by-default.

But should I enable full HDR luminance and max out the peak white slider? What about all the pink in the image while using ACES (check the screenshots I posted earlier)?

Only screenshot I saw had no pink pixels in it.

You can enable the full range as long as 1) the average luminance is not all pink and 2) the local luminance has no pink.

Since there seems to be some confusion over what constitutes pink, I suppose I’ll color-cycle the out-of-range pixels as shown in this video:

+ Changed HDR Display Name Query to use NvAPI on compatible systems to
    correctly map DXGI Display Handles to EDID Display Names

SpecialK64.7z (7.5 MB)
SpecialK32.7z (6.3 MB)


I need help validating this works as intended. I have multiple monitors at my disposal, but they are all LG OLED TVs (ringing endorsement for LG if ever there were one), lol. On my system, even if the wrong monitor is matched up, the name will be correct.

1 Like

I uploaded my screenshots to this website, got the color code (HTML/HEX code: #ff00ff; RGB code: 255, 0, 255) and typed that into this other website, which gave me the name of the color to which I was referring before: magenta.

All these screenshots are filled with it:

This isn’t technically paper white. But it’s the closest term people are familiar with.

But if we were to go by actual standards, then…

    if (fUserTarget >= 1999.0f)
      _fSDRTarget = 343.0f;
    else if (fUserTarget >= 1499.0f)
      _fSDRTarget = 276.0f;
    else if (fUserTarget >= 999.0f)
      _fSDRTarget = 203.0f;
    else if (fUserTarget >= 799.0f)
      _fSDRTarget = 172.0f;
    else if (fUserTarget >= 599.0f)
      _fSDRTarget = 138.0f;
    else if (fUserTarget >= 399.0f)
      _fSDRTarget = 101.0f;

A C9 OLED would use 276 cd/m^2 for paper white.

LG deliberately defined their maximum luminance 1 nits lower than the cutoff for 276 cd/m^2 paper white. So I just did them a favor and fixed their rounding error, lol.

So, enable full HDR luminance, leave peak white at 1499 and set paper white to 276? But what about the visualization? Using the Max-Local-Y, there’s pi-- I mean, magenta – all over the image, no matter the settings.

Then your game is royally @#$%'d up. You might as well switch to the Exposure view instead. If that is in fact pink, you will see a lot of yellow in the exposure view.

https://imgur.com/a/Ei3PO68

This doesn’t come across right when the Xbox Game Bar tonemaps things. Let’s try the SK tonemap instead.

See the very top of the cloud that’s a bizarre shade of red that’s baically streaking down the cloud diagonally? That’s what you want to eliminate.


Can I just say … WTF? The Xbox Game Bar sucks at tonemapping HDR images.