Author Topic: X11 Monitor ICC profile keeps reverting back to default setting  (Read 4433 times)

Offline Cheyenne

  • PixInsight Addict
  • ***
  • Posts: 146
    • Link to Picasa gallery of my astronomy photos
I can set my color profile for my monitor via the ColorManagementSetup X11 setting, restart PI to pick up the change, but when I quit PI and restart the 3rd time the monitor profile is back to the RGB profile.

Initial state:
grep -i systemcolordirectory PixInsight.ini
Global\ColorManagement\SystemColorDirectory=/usr/share/color/icc

grep -i monitor PixInsight.ini
Global\ColorManagement\MonitorProfilePath=/usr/share/color/icc/sRGB_IEC61966-2.1.icc
Global\ColorManagement\UpdateMonitorProfile=

runpi

PixInsight Core 01.05.06.0525 (x86_64)
Copyright (C) 2003-2009 Pleiades Astrophoto

setting X11 monitor profile

grep -i monitor PixInsight.ini
Global\ColorManagement\MonitorProfilePath=/usr/share/color/icc/sRGB_IEC61966-2.1.icc
Global\ColorManagement\UpdateMonitorProfile=Samsung ICM Profile


runpi Restart PixInsight to pick up new profile

PixInsight Core 01.05.06.0525 (x86_64)
Copyright (C) 2003-2009 Pleiades Astrophoto


PixInsight Using new profile setting

grep -i monitor PixInsight.ini
Global\ColorManagement\MonitorProfilePath=/usr/share/color/icc/sm213t.icm
Global\ColorManagement\UpdateMonitorProfile=

runpi Start PixInsight a third time
PixInsight Core 01.05.06.0525 (x86_64)
Copyright (C) 2003-2009 Pleiades Astrophoto


grep -i monitor PixInsight.ini
Global\ColorManagement\MonitorProfilePath=/usr/share/color/icc/sRGB_IEC61966-2.1.icc
Global\ColorManagement\UpdateMonitorProfile=


Notes:

All runpi does is set the PATH to PixInsight directory and invoke the PixInsight.sh script

The /usr/share/color/icc directory contains a symbolic link to the two icc profiles supplied by PixInsight as well as my monitor's profile.
Cheyenne Wills
Takahashi 130 TOA
Losmandy G11
SBIG STF8300M
Canon 20Da
SBIG ST-i + openPHD for autoguiding

Offline Juan Conejero

  • PTeam Member
  • PixInsight Jedi Grand Master
  • ********
  • Posts: 7111
    • http://pixinsight.com/
Re: X11 Monitor ICC profile keeps reverting back to default setting
« Reply #1 on: 2009 September 05 02:19:12 »
Hi Cheyenne,

Thank you for such a detailed and well documented report.

This looks like a regression in 1.5 for Linux. However I can't say more until I finish reinstalling my workstation (Fedora 11) and all virtual machines.

As soon as things "stabilize" and I can make normal tests again, I'll investigate this problem and let you know what I find. Anyway count with it fixed in the next version, of course.
Juan Conejero
PixInsight Development Team
http://pixinsight.com/

Offline Cheyenne

  • PixInsight Addict
  • ***
  • Posts: 146
    • Link to Picasa gallery of my astronomy photos
Re: X11 Monitor ICC profile keeps reverting back to default setting
« Reply #2 on: 2009 September 05 07:26:25 »
No problem.  I have a work around (I can set up my runpi script to update the configuration file before invoking PixInsight)
Cheyenne Wills
Takahashi 130 TOA
Losmandy G11
SBIG STF8300M
Canon 20Da
SBIG ST-i + openPHD for autoguiding