неделя, 6 май 2018 г.

How to change the screen brightness konsole

Simple, do:
$echo 500 | sudo tee /sys/class/backlight/intel_backlight/brightness

Where one can check the max brightness with:
$cat /sys/class/backlight/intel_backlight/max_brightness
and the actual one with:
$cat /sys/class/backlight/intel_backlight/actual_brightness
or
$cat /sys/class/backlight/intel_backlight/brightness
(the controls for the keyboard should be in
/sys/class/leds/*kbd_backlighbut they are not)
A good scrpit that might help if the controls were available. 
 
 
More ideas can be found here (like using xrandr or $ sudo setpci -s 00:02.0 F4.B=80
)

Няма коментари:

Публикуване на коментар