In the tutorial to fix brightness control not working for Ubuntu and Linux Mint, some users mentioned that though the fix worked for them, Ubuntu doesn’t remember the brightness settings and same was the case with Linux Mint. At each boot or when the system wakes up from sleep, the brightness is restored to either maximum or minimum level. Quite an annoyance, I know. But thankfully we have an easy solution for this brightness issue in Ubuntu and Linux Mint.
Fix Ubuntu and Linux Mint doesn’t remember brightness settings
Norbert wrote a script to make Ubuntu and Linux Mint remember the brightness settings at each boot or wake up from sleep. To help you easily use the script, he put up this PPA which is available for Ubuntu 12.04, 14.04 and 14.10. All you need to do is to use the following commands:
sudo add-apt-repository ppa:nrbrtx/sysvinit-backlight
sudo apt-get update
sudo apt-get install sysvinit-backlight
Once installed, restart your system. Now check if the brightness settings are saved or not.
I hope this quick tip helped you. If you find any issues, please take your time to report a bug.