Friday, May 10, 2013

Permanently Save Brightness Settings

Issue the command: 
crontab -e

This will open vi editor. Type the following line, save and exit vi editor (:wq).

@reboot echo "5" > /sys/class/backlight/acpi_video0/brightness

No comments:

Post a Comment