How to save the brightness in my laptop , so every reboot will stay the same and not changed .
Asked
Active
Viewed 74 times
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
- 87,123