SSH 및 스크립팅으로 PC를 제어하고 있습니다. 명령 줄에서 밝기, 색상 및 선명도를 어떻게 변경합니까?
시도 1 : 실패
$ sudo redshift -t 5000:5000 -g .5
Cannot list GNOME panel applets.
Initialization of gnome-clock failed.
Trying next provider...
Latitude and longitude must be set.
시도 2 : 실패
$ cat brightness
20
$ cat max_brightness
20
$ echo 1 | sudo tee /sys/class/backlight/acpi_video0/brightness
1
$ echo 20 | sudo tee /sys/class/backlight/acpi_video0/brightness
다른 방법이 있습니까?
후속 조치 : http://jonls.dk/redshift/
[command] [1000K to 10000K] [effects 0.1 to 10.0]
| | / / /
^ ^ ^ ^ ^
redshift -t 1000:1000 -l 0:0 -g .1; Dark
redshift -t 1000:1000 -l 0.0 -g 5; Bright
-g
적색 이동에 대한 인수)을 적용 하는 것은 밝기 ( -b
) 를 조정하는 것과 같은 효과가 아닙니다.