Best fix for setting the desired brightness level when the computer first starts (for laptops & notebooks).
Adjust brightness to the desired level.
1) View maximum brightness level:
cat /sys/class/backlight/acpi_video0/max_brightness
2) View current brightness level:
cat /sys/class/backlight/acpi_video0/brightness
3) Set the brightness level to apply on the next restart. Edit /etc/rc.local and add the following line before exit 0:
echo VALUE > /sys/class/backlight/acpi_video0/brightness
Adjust brightness to the desired level.
1) View maximum brightness level:
cat /sys/class/backlight/acpi_video0/max_brightness
2) View current brightness level:
cat /sys/class/backlight/acpi_video0/brightness
3) Set the brightness level to apply on the next restart. Edit /etc/rc.local and add the following line before exit 0:
echo VALUE > /sys/class/backlight/acpi_video0/brightness