Does anyone here know how to disable or suspend all display colour management? I’m trying make some display profiles with a measurement instrument and no matter what I do, Wayland or Xorg, there is a persistent icc profile in effect which gets regenerated from the EDID.

I can’t work out how to characterise the display without this profile being in effect, and unfortunately Displaycal and Argyll seem unable to disable it automatically.

Debian 13, GNOME 43

  • 6️⃣9️⃣4️⃣2️⃣0️⃣@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    3 hours ago

    I don’t know if this is still the case, but before Wayland came along, colord was the service that applied ICC profiles to a display. I’m not sure it still works on Wayland though. I feel like DisplayCal should be able to disable it, but you can too:

    sudo systemctl stop colord
    
  • doodoo_wizard@lemmy.ml
    link
    fedilink
    arrow-up
    1
    ·
    7 hours ago

    Iirc you can’t in gnome. You can create a color management profile that doesn’t do anything though but depending on what you’re trying to accomplish that might not be useful.

    I’m saying the following as a literal lifelong linux user who has had to learn about color management and set it up in multiple environments: you will most likely be happier doing whatever you’re doing on a mac.

  • 𞋴𝛂𝛋𝛆@lemmy.world
    link
    fedilink
    English
    arrow-up
    2
    ·
    9 hours ago

    Probably nothing helpful as you are already way past my understanding. Maybe look at the Darktable documentation or even the “green lantern” stuff (IIRC the name). GL or (something) Lantern is/was an open source software for Canon cameras that breaks out all DSLR features on nearly any Canon camera.

    Nearly a decade ago, I had a makeshift product photography studio and messed with Macbeth color charts and profiles matched to a monitor. The tutorial guides I followed were from these two projects IIRC. GL.

  • undrwater@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    9 hours ago

    I don’t know the answer, but for troubleshooting, perhaps try to start a window manager / desktop environment without a display manager.

    Additionally, a simple window manager like sway perhaps.

    • jpicture@lemmy.zipOP
      link
      fedilink
      English
      arrow-up
      3
      ·
      8 hours ago

      That’s an interesting idea - thanks. Perhaps a simple window manager would have no colour management to begin with. Will look into it 👍