Estoy controlando mi PC con SSH y secuencias de comandos. ¿Cómo puedo cambiar el brillo, el color y la nitidez desde la línea de comandos?
Prueba 1: falló
$ 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.
Prueba 2: falló
$ 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
¿Alguna forma alternativa de hacerlo?
Seguimiento : 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
argumento al desplazamiento al rojo) no es el mismo efecto que ajustar el brillo ( -b
)