On Kubuntu and Xubuntu the brightness of my monitor goes down to zero (i.e. the backlight got switched off).
On Ubuntu this does not happen, the minimux brightness is still with backlight on and sometimes, especially at night, is too bright and painful.
Anyone that has some ideas on why is it and on how to allow Ubuntu to go down to 0?
-b N
), it overlaps a grey layer to the screen, it does not change the brightness :( – dadexix86 Sep 28 '15 at 17:38redshift &
– Jand Sep 28 '15 at 17:39pkill redshift
. – Jand Sep 28 '15 at 18:38gtk-redshift
:) – dadexix86 Sep 28 '15 at 18:40sudo sh -c "echo '0' >/sys/class/backlight/intel_backlight/brightness"
– user.dz Nov 20 '15 at 14:11sudo sh -c "echo -n '4' >/sys/class/backlight/intel_backlight/bl_power"
ref: https://www.kernel.org/doc/Documentation/ABI/stable/sysfs-class-backlight – user.dz Nov 21 '15 at 10:18