Wayland color management

This is the way. People should spend more money on displays and less on new camera bodies. :slight_smile: I’ve always used hardware-calibrated displays at work, but never at home. macOS at work and Linux at home.

Should probably get a hardware calibrated display for Linux use at home too (considering the Wayland situation). What did you settle for?

1 Like

Asus ProArt PA27UCGE. IPS, 98% DP3, 160Hz 4K 27". Very happy with it.

2 Likes

Just don’t know if I could go down from 32ā€. Was just shocked to see that the 32ā€ version (PA32UCXR?) is about thrice (!) the price. :face_with_spiral_eyes:

The 32" version is the PA32UCE, which isn’t all that much more expensive, but sadly is only 60 Hz (which I would not accept any more).

2 Likes

Note that Darktable didn’t implement it correctly yet. What they did merely happens to work on older Gnome versions (which didn’t support full color management), but it’s limited to sRGB on Plasma 6.0 and Gnome 50+ (that’s assuming Gnome removed colord support, if they did not, then it will have completely wrong colors).

1 Like

my current approach: i have a monitor that comes with hdr support and also a hardware preset to consume bt2020 data. to feed it:

sway output DP-1 color_profile icc Rec2020-g24-v4.icc

or

sway output DP-1 hdr on

(works in sway git)
and then writing bt2020 data to a A2R10G10B10_UNORM_PACK32 buffer, for hdr using a PQ transfer function. i can use my colorimeter to check a few colour patches for plausibility. this is good except for the colours that are outside the monitor’s gamut (it speaks bt2020 but it doesn’t span the whole space, it’s not OLED).

hdr is good fun, not sure i want it as my daily driver. has weird halos around bright spots.

2 Likes

OLEDs don’t span the entire 2020 colour gamut either. You’d need a set of single wavelength LASERs to do that (and I’ve only seen one such projector in the entire UK).

There are reasons you wouldn’t want to span the entire gamut, it makes viewer metamerism worse.

The main issue is that there’s no consistency in how out of display gamut colours are mapped in to gamut.

2 Likes