更新15.5和重装xorg后, redshift失效
Tofloor
poster avatar
lk5280
deepin
2017-11-14 01:24
Author
今天更新了15.5, 同时手贱安装了NVIDIA驱动, 删除后重装了xorg, 现在发现redshitf失效了, 屏幕无法有效改变色温,
并且deepin-wm占用极高, 只好关掉过渡

但是redshift没办法忍受啊, 撸码太难受了, 请问是哪个操作导致的呢?
Reply Favorite View the author
All Replies
avatar
jingle
deepin
2017-11-14 01:35
#1
  1. systemctl --user status redshift
Copy the Code


看看状态
Reply View the author
avatar
lk5280
deepin
2017-11-14 18:21
#2
● redshift.service - Redshift display colour temperature adjustment
   Loaded: loaded (/usr/lib/systemd/user/redshift.service; disabled; vendor preset: enabled)
   Active: inactive (dead)
     Docs: http://jonls.dk/redshift/
状态是没有问题的, 就是屏幕色温并没有变化
Reply View the author
avatar
yanbowen
deepin
Community Developer
2017-11-14 18:35
#3
https://bbs.deepin.org/post/148215
● redshift.service - Redshift display colour temperature adjustment
   Loaded: loaded (/usr/lib/sys ...

没有启动,执行下 'systemctl --user restart redshift.service' 然后等个1分钟在执行下 'systemctl --user status redshift.service' 把输出贴下
Reply View the author
avatar
lk5280
deepin
2017-11-14 18:58
#4
● redshift.service - Redshift display colour temperature adjustment
   Loaded: loaded (/usr/lib/systemd/user/redshift.service; disabled; vendor preset: enabled)
   Active: active (running) since Tue 2017-11-14 10:55:40 CST; 1min 36s ago
     Docs: http://jonls.dk/redshift/
Main PID: 24667 (redshift)
   CGroup: /user.slice/user-1000.slice/user@1000.service/redshift.service
           └─24667 /usr/bin/redshift

Nov 14 10:55:40 work systemd[1649]: Started Redshift display colour temperature adjustment.
Nov 14 10:55:40 work redshift[24667]: 正在尝试位置服务”geoclue2“。
Nov 14 10:55:40 work redshift[24667]: 正在使用服务”geoclue2“。
Nov 14 10:55:40 work redshift[24667]: Gamma ramp size too small: 0
Nov 14 10:55:40 work redshift[24667]: 启动调节模式 randr 失败。
Nov 14 10:55:40 work redshift[24667]: 正在尝试下一个模式…
Nov 14 10:55:40 work redshift[24667]: 正在使用模式 ”vidmode“。
原来是没有起来, 好吧
现在进程也没有问题了, 但是色温还是没有变化..
Reply View the author