Color Coordinated with DisplayCAL
Manually Loading Profiles
Many Linux systems use the Color Daemon (colord
) for managing color profiles. Some desktop environments offer GUI tools that act as an interface to colord
, such as the Gnome Color Manager tool. The other option is to load the profile using a command-line tool such as xcalib
:
xcalib profile_name.icc
xcalib
is a "tiny monitor calibration tool" for X Window and MS Windows environments. The author describes the tool as "postcardware." (It has a GPL license, but the author requests you send him a postcard if you use it.)
See your local package manager for more on obtaining xcalib
. With Arch Linux, the xcalib
utility is contained in a separate package of the same name. You can also find the source code online [5]. The complete, not very meaningful documentation for the program is in a README file. xcalib
requires profiles that contain the VCGT tag, which is always the case for the data generated with DisplayCAL.
If you have multiple screens, use the -s
option to specify the number of the screen that will receive the profile. (Screen 0 is the default if you don't specify the -s
option.)
The command from the first line of Listing 1 loads the specified profile for the display 1
, an additionally connected monitor.
Listing 1
Loading a Profile
With xcalib
, you can use the -a
option to change loaded profiles during operation. The argument for one of the basic colors (-red
, -blue
, or -green
) is three values: the gamma from 1 to 5, the brightness in percent, and the contrast in percent (Listing 1, second line). The adjustments remain active until they are switched off, unless you explicitly delete them using the -c
option.
To automatically launch xcalib
, use the bash configuration script .bashrc
or call a script using the desktop's autostart mechanism.
If you have problems with xcalib
, you can use the xicclu utility from the Argyll package [6]. xicclu is similar to xcalib
but provides some different options. One disadvantage of xcalib
is that it does not automatically detach itself from the terminal.
Conclusions
For users who are serious about editing images, it is definitely worth the time to create a profile of the monitor at least once. The result is always surprisingly positive, and the higher the monitor's quality, the more satisfying it is. Photos from the expensive SLR cameras finally look good, and shade and light have structure. Whether you want to go to the effort of checking the monitor regularly and possibly investing in a better colorimeter depends on your requirements. Normally, an annual recalibration run for a previously-profiled monitor is sufficient.
Supported Colorimeters
According to the project documentation, DisplayCAL supports the following colorimeters:
- CalMAN X2 (treated as i1 Display 2)
- Datacolor/ColorVision Spyder 2
- Datacolor Spyder 3 (since ArgyllCMS 1.1.0)
- Datacolor Spyder 4 (since ArgyllCMS 1.3.6)
- Datacolor Spyder 5 (since ArgyllCMS 1.7.0)
- Hughski ColorHug (Linux support since ArgyllCMS 1.3.6, Windows support with newest ColorHug firmware since ArgyllCMS 1.5.0; fully functional Mac OS X support since ArgyllCMS 1.6.2)
- Hughski ColorHug2 (since ArgyllCMS 1.7.0)
- Image Engineering EX1 (since ArgyllCMS 1.8.0)
- Klein K10-A (since ArgyllCMS 1.7.0. The K-1, K-8, and K-10 are also reported to work)
- Lacie Blue Eye (treated as i1 Display 2)
- Sencore ColorPro III, IV, & V (treated as i1 Display 1)
- Sequel Imaging MonacoOPTIX/Chroma 4 (treated as i1 Display 1)
- X-Rite Chroma 5 (treated as i1 Display 1)
- X-Rite ColorMunki Create (treated as i1 Display 2)
- X-Rite ColorMunki Smile (since ArgyllCMS 1.5.0)
- X-Rite DTP92
- X-Rite DTP94
- X-Rite/GretagMacbeth/Pantone Huey
- X-Rite/GretagMacbeth i1 Display 1
- X-Rite/GretagMacbeth i1 Display 2/LT (the HP DreamColor/Advanced Profiling Solution versions of the instrument are also reported to work)
- X-Rite i1 Display Pro, ColorMunki Display (since ArgyllCMS 1.3.4. The HP DreamColor, NEC SpectraSensor Pro, and SpectraCal C6 versions of the instrument are also reported to work).
Infos
- Gamut: https://en.wikipedia.org/wiki/Gamut
- Argyll: http://argyllcms.com
- DisplayCAL: https://displaycal.net
- ColorHug: http://www.hughski.com
- xcalib: http://xcalib.sourceforge.net
- xicclu: http://www.argyllcms.com/doc/xicclu.html
« Previous 1 2
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
ESET Discovers New Linux Malware
WolfsBane is an all-in-one malware that has hit the Linux operating system and includes a dropper, a launcher, and a backdoor.
-
New Linux Kernel Patch Allows Forcing a CPU Mitigation
Even when CPU mitigations can consume precious CPU cycles, it might not be a bad idea to allow users to enable them, even if your machine isn't vulnerable.
-
Red Hat Enterprise Linux 9.5 Released
Notify your friends, loved ones, and colleagues that the latest version of RHEL is available with plenty of enhancements.
-
Linux Sees Massive Performance Increase from a Single Line of Code
With one line of code, Intel was able to increase the performance of the Linux kernel by 4,000 percent.
-
Fedora KDE Approved as an Official Spin
If you prefer the Plasma desktop environment and the Fedora distribution, you're in luck because there's now an official spin that is listed on the same level as the Fedora Workstation edition.
-
New Steam Client Ups the Ante for Linux
The latest release from Steam has some pretty cool tricks up its sleeve.
-
Gnome OS Transitioning Toward a General-Purpose Distro
If you're looking for the perfectly vanilla take on the Gnome desktop, Gnome OS might be for you.
-
Fedora 41 Released with New Features
If you're a Fedora fan or just looking for a Linux distribution to help you migrate from Windows, Fedora 41 might be just the ticket.
-
AlmaLinux OS Kitten 10 Gives Power Users a Sneak Preview
If you're looking to kick the tires of AlmaLinux's upstream version, the developers have a purrfect solution.
-
Gnome 47.1 Released with a Few Fixes
The latest release of the Gnome desktop is all about fixing a few nagging issues and not about bringing new features into the mix.