• 0 Posts
  • 15 Comments
Joined 2 years ago
cake
Cake day: June 11th, 2023

help-circle







  • Why does Nvidia need to support night light?

    They don’t, but they needed to support the KMS API for applying lookup tables to the image sent to the screen - desktops relied on that functionality without a fallback, so when it wasn’t available, you just didn’t get the feature.

    Can’t someone from Wayland just write a simple shader in any shader language that does colour adjustments and apply it to the desktop?

    There’s no such thing as “someone from Wayland”, just the developers of the DEs (well, the project is named after a town, but I’m sure that’s not what you meant).

    But, yes, you can use a shader. We implemented that in KWin and we’re using it when the driver or hardware doesn’t support the functionality we need… but that has a noticeable performance impact, so it’s still necessary for the driver to support it natively.








  • I understand that it’s an absolute brightness standard, not like the relative levels in SDR

    The standard is also relative brightness actually, though displays (luckily) don’t implement it that way.

    why does it end up washing out colors unless I amplify them in kwin? Is just the brightness absolute in nits, but not the color?

    It depends. You might

    • have a driver bug. Right now only AMD has correct color space communication with the display, that doesn’t work correctly on Intel and NVidia yet
    • have a display that does a terrible job at mapping the rec.2020 color space to the display
    • be just used to the oversaturated colors you get with the display in SDR mode

    Why does my screen block the brightness control in HDR mode but not contrast?

    Because displays are stupid, don’t assume there’s always a logical reason behind what display manufacturers do. Mine only blocks the brightness setting through DDC/CI, but not through the monitor OSD…

    Why is my average emission capped at 270nits, that seems ridiculously low even for normal SDR screens as comparison

    OLED simply gets very hot when you make it bright over the whole area, the display technology is inherently limited when it comes to high brightness on big displays