The sizes are slightly different – “size: 509x286mm” and “size: 510x290mm” …
Have you set up the correct ICC profile for each monitor?
The KDE Plasma System Settings “colord-kde” module complains that, GNOME Colour Management has to be installed but, I’ve assigned my monitor’s ICC profile to my monitor by means of –
Are you using the manufacturer’s ICC/ICM files? – The files which were either on a CD-ROM delivered with the monitors or, downloaded from the manufacturer’s web sites …
# systemctl status colord.service
● colord.service - Manage, Install and Generate Color Profiles
Loaded: loaded (/usr/lib/systemd/system/colord.service; static; vendor preset: disabled)
Active: active (running) since Thu 2021-01-14 09:08:30 CET; 3h 7min ago
Main PID: 1302 (colord)
Tasks: 3
CGroup: /system.slice/colord.service
└─1302 /usr/lib/colord
Jan 14 09:08:30 xxx systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 14 09:08:30 xxx systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 14 09:08:30 xxx colord[1302]: failed to get session [pid 1248]: Keine Daten verfügbar
#
You may have seen systemd Journal entries which look like this:
colord[1287]: CdMain: failed to search system directories: Error opening directory '/usr/local/share/color/icc': Keine Berechtigung
The reason is, the ICC file(s) for your monitor(s) should be installed in ‘/usr/local/share/color/icc/’ – to ensure that system patches and updates don’t mess about with them …
The reason for the “not authorised” is, AppArmor – the AppArmor configuration file supplied with the “colord” package, doesn’t include ‘/usr/local/share/color/icc/’ …
I’ve submitted a Bug Report – number 1180898 …
The current repair is, copy ‘/etc/apparmor.d/usr.lib.colord’ to ‘/etc/apparmor.d/local/’ – edit the local copy to include the ‘/usr/local/share’ directories as an administrator change.
The change required is:
No, I use the the icc files created by x-rite (the hardware) and displaycal. It took displaycal about 50 minutes, for each monitor, to run through the various tests and it generated the icc files (~/.local/share/icc)
# systemctl status colord.service
● colord.service - Manage, Install and Generate Color Profiles
Loaded: loaded (/usr/lib/systemd/system/colord.service; static; vendor preset: disabled)
Active: active (running) since Thu 2021-01-14 09:08:30 CET; 3h 7min ago
Main PID: 1302 (colord)
Tasks: 3
CGroup: /system.slice/colord.service
└─1302 /usr/lib/colord
Jan 14 09:08:30 xxx systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 14 09:08:30 xxx systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 14 09:08:30 xxx colord[1302]: failed to get session [pid 1248]: Keine Daten verfügbar
#
Here’s mine
> sudo systemctl status colord.service
[sudo] password for root:
● colord.service - Manage, Install and Generate Color Profiles
Loaded: loaded (/usr/lib/systemd/system/colord.service; static; vendor preset: disabled)
Active: active (running) since Sat 2021-01-16 17:20:08 PST; 1h 44min ago
Main PID: 2265 (colord)
Tasks: 3
CGroup: /system.slice/colord.service
└─2265 /usr/lib/colord
Jan 16 17:20:08 ethelbert systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 16 17:20:08 ethelbert systemd[1]: Started Manage, Install and Generate Color Profiles.
>
I got a different error:
Jan 16 17:20:07 ethelbert kded5[2096]: "/home/froggy/.local/share/icc/.." is not an ICC profile <*<*<*<*<*<
Jan 16 17:20:07 ethelbert dbus-daemon[1032]: [system] Activating via systemd: service name='org.freedesktop.Color>
Jan 16 17:20:08 ethelbert systemd[1]: Starting Manage, Install and Generate Color Profiles...
Jan 16 17:20:08 ethelbert dbus-daemon[1032]: [system] Successfully activated service 'org.freedesktop.ColorManage>
Jan 16 17:20:08 ethelbert systemd[1]: Started Manage, Install and Generate Color Profiles.
Jan 16 17:20:08 ethelbert kded5[2096]: created profile "icc-64ed220ed6fdbaf8d44cdcdbdc398151" "/org/freedesktop/C>
Jan 16 17:20:08 ethelbert plasmashell[2162]: org.kde.plasmaquick: Applet preload policy set to 1
Jan 16 17:20:08 ethelbert kded5[2096]: created profile "icc-d9521dad6b2adbbe1cb2458904df6d25" "/org/freedesktop/C>
Jan 16 17:20:08 ethelbert kded5[2096]: "/home/froggy/.local/share/icc/." is not an ICC profile
Jan 16 17:20:08 ethelbert kded5[2096]: created profile "icc-77fef01119b9e50fa95ed22db7ac2bca" "/org/freedesktop/C>
Jan 16 17:20:08 ethelbert kded5[2096]: created profile "icc-6892799cea29dcace29582b9901f42e2" "/org/freedesktop/C>
Jan 16 17:20:08 ethelbert kded5[2096]: "" ":1.44"
It seems that, whatever it is that’s been placed in ‘~/.local/share/icc/’ , it ain’t being recognised as either an ICC file nor, an ICM file …
Please check with CLI command “file” if Linux is recognising the Colour Profile files in the user’s local/share directory as either ICC or ICM files.