How to save the brightness in my laptop , so every reboot will stay the same and not changed .
Asked
Active
Viewed 74 times
0
-
possible duplicate of Brightness is reset to Maximum on every Restart – Unihedron Apr 27 '15 at 11:14
1 Answers
0
edit /etc/rc.local to insert your preffered value:
sudo gedit /etc/rc.local
and add the following
echo X > /sys/class/backlight/intel_backlight/brightness
replace X by the value of your need

Maythux
- 84,289