0

How to save the brightness in my laptop , so every reboot will stay the same and not changed .

nux
  • 38,017
  • 35
  • 118
  • 131

1 Answers1

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