我添加了红移控制等离子体,添加了一些设置,但什么都没有发生。从命令行运行红移会改变色温,但质体总是显示6500 K。但是,鼠标上下滚动会更改此值。下面是质体设置的截图:


我遗漏了什么?论坛说,不必做任何其他事情。
发布于 2018-11-26 14:27:28
最后,我通过删除质体并从脚本(KDE内置的自动启动)开始红移来解决这个问题:
andreyv@desktop-99:~$ cat ./redshift.sh
/usr/bin/redshift -v 2>&1 | tee /home/andreyv/log/redshift.log &
andreyv@desktop-99:~$ cat ./.config/redshift.conf
[redshift]
temp-day=6500
temp-night=4000
transition=0
gamma=1.0
location-provider=manual
[manual]
lat=56.0
lon=60.0https://askubuntu.com/questions/1071967
复制相似问题