Is anyone using Redshift?

Hi guys,

if you have experience with Redshift I'd like to solve a dilemma, if I got correctly if you put on the config file the coordinates it should starts and stops at its default timing frame, you can also add the hours you explicitly want it starts and stops.

In my case none of these options work, Redshift starts every time as soon .xinitrc is read at logging in! I can skip the config file and creating a simple cron job that starts and kills Redshift I was just trying to understand if my assumptions were true or false.

Thanks,
tgl
 
Redshift will keep running no matter which coordinates and timing frame you give it, that's normal behaviour. When it's running but set to 6500K, it's like if it wasn't running, you get the default screen color temperature.

If you want it just to set a given temperature and exit, use options -PO, for example redshift -PO 3000 to get 3000K color temperature.

As an alternative you can use accessibility/sct which works the same as redshift -PO.
 
Thanks, the FreeBSD solutions are generally better than the ones ported from Linux, by the way the man page says that you can use the time:

Code:
       dawn-time = HH:MM[-HH:MM]
              The custom time interval for the transition from night to day in
              the morning.  When specified, the solar elevation will not be
              used to determine the current daytime/night period. If this
              option is set, dusk-time must also be specified.

       dusk-time = HH:MM[-HH:MM]
              The custom time interval for the transition from day to night in
              the evening.  When specified, the solar elevation will not be
              used to determine the current daytime/night period. If this
              option is set, dawn-time must also be specified.
 
You can manually set a sunrise and sunset time or the coordinates of your location to set automatically. The transition is not immediate and you will see a variety of shades to help your eyes with artificial light.
 
You can manually set a sunrise and sunset time or the coordinates of your location to set automatically. The transition is not immediate and you will see a variety of shades to help your eyes with artificial light.

Mine doesn't work if your config file works fine could you please share it?
 
Back
Top