-
-
Notifications
You must be signed in to change notification settings - Fork 2
Arch Linux Color Management
Mattscreative edited this page Dec 5, 2025
·
2 revisions
Complete beginner-friendly guide to color management on Arch Linux, including color profiles, display calibration, and color accuracy.
Install tools:
# Install color management
sudo pacman -S colord
# Enable service
sudo systemctl enable colord
sudo systemctl start colordInstall ICC profiles:
# Install profiles
sudo pacman -S icc-profiles
# Or download from manufacturer
# Place in: /usr/share/color/icc/Install DisplayCAL:
# Install DisplayCAL
yay -S displaycal
# Launch
displaycalInstall ArgyllCMS:
# Install ArgyllCMS
sudo pacman -S argyllcms
# Calibrate
dispcal -v -y l -d 1Use colord:
# List devices
colormgr get-devices
# List profiles
colormgr get-profilesGNOME color:
# Install GNOME color
sudo pacman -S gnome-color-manager
# Launch
gnome-color-managerCheck profile:
# Check active profile
colormgr get-devices-by-kind display
# Set profile
colormgr device-add-profile device-id profile-idThis guide covered color profiles, display calibration, color tools, and troubleshooting.
- Arch Linux Graphics Drivers - GPU setup
- Arch Linux Multiple Monitors - Multi-monitor
- ArchWiki Color Management: https://wiki.archlinux.org/title/Color_management
This guide is based on the ArchWiki. For the most up-to-date information, always refer to the official ArchWiki.