Monday, May 6, 2013

Adjust LCD brightness in ubuntu in command line

1. Find the brightness range for your laptop

cat /sys/class/backlight/intel_backlight/brightness 

2. Set the brightness value

echo 1000 |sudo tee /sys/class/backlight/intel_backlight/brightness 

No comments:

Post a Comment