redshift icon indicating copy to clipboard operation
redshift copied to clipboard

Version 1.11 works, 1.12 broken

Open bkauler opened this issue 4 years ago • 1 comments

Version 1.12, red shift only works one-way. Explained at this forum post:

https://forum.puppylinux.com/viewtopic.php?p=42215#p42215

So, make redder:

redshift -l : -O 6278 -b 1

Then try to restore, but it doesn't:

redshift -l : -O 6500 -b 1

Running on a Lenovo PC with 8th gen i3 CPU, inbuilt gpu, pretty conventional.

Version 1.11 works.

Both configured like this:

./configure --prefix=/usr --localstatedir=/var --sysconfdir=/etc --build=x86_64-pc-linux-gnu --with-systemduserunitdir=no --disable-apparmor --disable-ubuntu --disable-gui

bkauler avatar Nov 21 '21 12:11 bkauler

Ran into this on Arch Linux (1.12.2-8). Per the forum post above, setting -P in addition to -O seems to work:

redshift -P -O 6000 -b 0.9
redshift -P -O 5500 -b 0.5
redshift -P -O 6500 -b 1

lectrode avatar Apr 19 '24 00:04 lectrode