How do I go about changing my laptop's display's color temperature? And I don't mean through something like the Red, Green, Blue sliders in the NVIDIA config menu. I'm talking about like adjusting in degrees, like editing a photo's white balance.
So now I've found Redshift and it's doing me pretty good. I thought it might be helpful if I out here the command I'm using.
redshift -t 5000:5000 -g .5
By adding this to my start up commands I should be good.
I'm still open to other suggestions, because I'd like something that actually edited my xorg.conf or something like that.
redshift -x
– Jellicle Sep 08 '17 at 17:35nvidia-settings
, and this change gets reverted. Better use something likeredshift -l0:0 -t 5000:5000
, which also doesn't mess with location data, being explicitly set to Greenwich/equator. – Ruslan Feb 12 '20 at 17:02