You are not logged in.

#1 2019-01-25 16:38:06

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,393

[SOLVED] display calibration curve lost when i open a new konsole tab.

I'm using KDE and I calibrated my monitor manually using caled from aur, and i've got a .cal file which i loat into the LUT with dispwin.
Unfortunately, as soon as i open konsole or open another konsole tab (the same happens with yakuake), the LUT is reset to the default values.

I already tried to kill colord, but this won't stop the issue
Kde color managment seems to be a thing of kde4, so anybody knows why does it happen or where should i look?

Thanks...

Last edited by kokoko3k (2019-02-05 19:48:16)


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#2 2019-01-25 21:19:22

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: [SOLVED] display calibration curve lost when i open a new konsole tab.

I remember there are gamma settings somewhere in KDE's settings program. Maybe that's overwriting the color table?

Last edited by Ropid (2019-01-25 21:20:33)

Offline

#3 2019-01-26 08:26:02

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,393

Re: [SOLVED] display calibration curve lost when i open a new konsole tab.

Thanks, nice idea, unfortunately even the gamma modified by the kde gamma tool is reset when i open konsole.


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#4 2019-02-05 19:49:10

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,393

Re: [SOLVED] display calibration curve lost when i open a new konsole tab.

Silly, silly me.
It was my .bashrc that loaded nvidia-settings everytime, and nvidia-settings reset calibration vurves (long standing bug).
I should have checked with other terminals.


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

#5 2019-02-05 21:21:40

Ropid
Member
Registered: 2015-03-09
Posts: 1,069

Re: [SOLVED] display calibration curve lost when i open a new konsole tab.

I solved that problem like this, with 'sed' deleting the lines about gamma before running the nvidia-settings tool:

# delete gamma settings out of the nvidia-settings config so that it won't overwrite a monitor color profile
sed --in-place '/^\[.*\]\/.*Gamma=.*$/d' ~/.nvidia-settings-rc
nvidia-settings --load-config-only

I have this in ~/.xprofile. That script gets loaded only once when the desktop starts up, not every time a terminal window opens like ~/.bashrc.

Last edited by Ropid (2019-02-05 21:22:37)

Offline

#6 2019-02-06 13:33:31

kokoko3k
Member
Registered: 2008-11-14
Posts: 2,393

Re: [SOLVED] display calibration curve lost when i open a new konsole tab.

Thanks, it works one time, but it needs to be done every time one opens the nvidia control panel.
Anyway, i found that keeping redshift loaded after loading the altered lut with the following in ~/.config/redshift/redshift.conf

[randr]
    preserve=1

...restores the correct lut every couple of seconds.


Help me to improve ssh-rdp !
Retroarch User? Try my koko-aio shader !

Offline

Board footer

Powered by FluxBB