Is it possible to set the default display brightness so you don't have to re-adjust it everytime you reboot? My laptop display is killing my eyes at the login screen already because it starts at 100% brightness every time.

link|improve this question
possible duplicate of How to make GNOME remember brightness setting – Jorge Castro Oct 15 '11 at 11:32
feedback

3 Answers

This should do the trick:

System settings -> Screen -> Brightness

Use the slider to adjust default setting.

enter image description here

link|improve this answer
feedback

It isn't default. Whenever I reboot my brightness is set to 100%. Luckily I saw

$ echo 5 > /sys/class/backlight/acpi_video0/brightness

and before that,

$ chmod o+w /sys/class/backlight/acpi_video0/brightness
link|improve this answer
feedback

this works in my 12.04 How set brightness on startup – Ubuntu 12.04

every time i boot up, it is set already. hope it will help you.

link|improve this answer
feedback

protected by Community Feb 13 at 12:24

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site.

Not the answer you're looking for? Browse other questions tagged or ask your own question.