[Control Center] Night Shift is not working
Tofloor
poster avatar
matthew_dunk
deepin
2021-01-15 00:58
Author

I recently reinstalled Deepin 20.1 and now Night Shift is not working at all. Toggling the switch does nothing. Can someone help me here?

 

 

Reply Favorite View the author
All Replies
Cc丶
deepin
2021-01-15 02:26
#1

没有遇到过,不太清楚啊

Reply View the author
erich50888
deepin
2021-01-15 02:45
#2

nvidia?

same ,not working.

Reply View the author
Ziggy
deepin
2021-01-15 06:22
#3

Waht's your graphics card and the version of the driver?

Reply View the author
matthew_dunk
deepin
2021-01-15 12:13
#4
Ziggy

Waht's your graphics card and the version of the driver?

 NVIDIA GeForce GTX 1650 Mobile / Max-Q   with the closed source drivers as I need to use an multi-monitor setup

 

Reply View the author
Ziggy
deepin
2021-01-15 18:54
#5
matthew_dunk

 NVIDIA GeForce GTX 1650 Mobile / Max-Q   with the closed source drivers as I need to use an multi-monitor setup

 

The version of the driver?Such as 450

Reply View the author
sheldon0514
deepin
2021-01-15 19:19
#6

You can try to re-install dde

Reply View the author
matthew_dunk
deepin
2021-01-16 01:51
#7
It has been deleted!
matthew_dunk
deepin
2021-01-16 01:52
#8
Ziggy

The version of the driver?Such as 450

The driver version is 450.66. Sorry for not including that sooner.

 

Reply View the author
Ziggy
deepin
2021-01-16 06:45
#9
matthew_dunk

The driver version is 450.66. Sorry for not including that sooner.

 

Try to reinstall the reshift.

Reply View the author
matthew_dunk
deepin
2021-01-17 07:42
#10

I tried that and it didn't work.

Reply View the author
matthew_dunk
deepin
2021-01-17 12:00
#11
Ziggy

Try to reinstall the reshift.

Update: After following the instructions here: Using NVIDIA GPU as Primary GPU to enable HDMI output to a monitor,  Night shift works on the monitor connected via HDMI but not on the Primary Laptop monitor. 

Reply View the author
matthew_dunk
deepin
2021-01-17 13:03
#12
matthew_dunk

Update: After following the instructions here: Using NVIDIA GPU as Primary GPU to enable HDMI output to a monitor,  Night shift works on the monitor connected via HDMI but not on the Primary Laptop monitor. 

FURTHER UPDATE: Changing the xorg.conf to the below and changing 'adjustment-method' to randr in ~/.config/redshift/redshift.conf solves all my issues. YAY!!

Section "ServerLayout"
    Identifier "layout"
    Screen 1 "nvidia"
    Inactive "intel"
EndSection

Section "Device"
    Identifier "nvidia"
    Driver "nvidia"
    BusID ""
EndSection

Section "Screen"
    Identifier "nvidia"
    Device "nvidia"
    Option "AllowEmptyInitialConfiguration"
EndSection

Section "Device"
    Identifier "intel"
    Driver "modesetting"
EndSection

Section "Screen"
    Identifier "intel"
    Device "intel"
EndSection
Reply View the author