I have a problem where the brightness does not save after a reboot on 14.04 LTS, but I had the same problem on 12.04 LTS (before I broke the system). Before you say this is a duplicate of a million posts, I've tried every single option that has been mentioned. I've found that xbacklght
doesn't work no mater what I do with it. On my edited /etc/rc.local
, however, I've set it to execute, changed the permissions so it would run without sudo
and even changed the permissions of the /sys/class/backlight/acpi_video0/brightness
files (and yes I've tried the actual folder as well, not just the sym link). I got it to work a few times, but only for one boot until the permission changes reset themselves. Thanks for the help in advance!
EDIT: I just remeber that I also have a folder called intel_brightness
with it's own set of values that could affect how acpi_video0
works. Sorry for forgetting to add this earlier
/etc/rc.local
file in your question, and include some of the relevant posts that you have looked at. http://askubuntu.com/questions/151651/brightness-is-reset-to-maximum-on-every-restart – jmunsch Apr 23 '14 at 04:51rc.local
file but the value I added wasecho 5 > /sys/class/backlight/acpi_video0/brightness
. I've looked at every relevant post I could find. Look at the "Related" sidebar and chose one. @jmunsch – Techdroid Apr 23 '14 at 05:04/etc/rc.local
it into your question by editing. This would be very helpful as well. Thanks. – jmunsch Apr 23 '14 at 05:24echo > 5 /sys/class/acpi_video0/brightness
than a new lineexit 0
and that's it. Hope it helps – Techdroid Apr 23 '14 at 05:36