fzdwx

fzdwx

Hello , https://github.com/fzdwx

Adjusting the brightness of the Linux screen

Check what controls the current backlight:

It's usually intel.

ls /sys/class/backlight

Check the current brightness:

cat /sys/class/backlight/intel_backlight/max_brightness

Modify the brightness:

echo 5000 | sudo tee /sys/class/backlight/intel_backlight/brightness
Loading...
Ownership of this post data is guaranteed by blockchain and smart contracts to the creator alone.