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 -O 5000
works for instantly turning on warm mode instead of messing with location dataI'm not sure if this is what you need because, as far as I know, it won't let you adjust the colour temperature manually. It may help though, so Here's the website anyway.
If you've got any form of colour-calibration hardware (or can find a profile on the internet) then
gnome-color-manager
will load and apply monitor calibration system-wide.Windows drivers for monitors and laptops will often come with an .icm colour profile you can use, which, while not perfect, would almost certainly be better than nothing.
In case you are using proprietary drivers, its quite easy with the built in gamma and color control, otherwise follow the methods listed above. Even Intel cards have GPU tools that can be installed via x-swat ppa.
This follows @CornSmith answer :
Another option is
sct
(set color temperature?). If you like small, compact programs with few dependencies,sct
might be a good option.https://packages.ubuntu.com/search?suite=all&searchon=names&keywords=sct
LPROF http://lprof.sourceforge.net/ seems to be your best bet for adjusting color temperature via software. There's also ArgyllCMS which looks to have an even steeper learning curve.
I have not used either but LPROF is available as an ubuntu package. sudo aptitude install lprof
I installed the f.lux gui, but have scripted xflux a bit instead of using the gui, to just make the changes when I wanted. on 10.04, redshift was out of date.