2

Possible Duplicate:
How to make GNOME remember brightness setting

For the sake of long battery life I decrease my laptop's brightness as soon as I log in but when I reboot the laptop. The Brightness goes back to full and I have to decrease it again. Its really bugging me now.

Is there a way to permanently set the brightness level.

2 Answers2

1

You could try acpitool. It might not work on your laptop, but its worth a shot.

for minimum brightness:

acpitool -l 0   

for maximum brightness:

acpitool -l 7

Now you just need to add that command to your startup script.

note: the above command must be run as root.

Stefan
  • 111
1

My apologies, I should have looked into it more. I found the option of configuring brightness in Ubuntu tweak.

the option to control the brightness can be found in 'power Management settings' under the tab system on Ubuntu tweak