3

I'm running Ubuntu 12.04 on HP 6930p and every time I reboot the system brightness control goes to back to some default value irrespective of the previous session. I've gone through the earlier posts which suggests changing the following..

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
GRUB_CMDLINE_LINUX="acpi_osi=Linux"

This doesn't work for me.

any thoughts?

Jorge Castro
  • 73,717
Bala
  • 31

3 Answers3

1

I have Ubuntu 12.04 on an ASUS A53z laptop with Radeon HD6520G Video. My brightness keys work, but the brightness is always maxed on boot and I've been looking for a solution for a while. Setting the brightness at boot manually can get tiresome.

I found a small program called xbacklight that works on my system. It might not work on yours, but its worth a try. It uses percentage values, i.e. 20 = 20% brightness, and it does have a man page. If its not already installed on the system you can get it through apt get or synaptic.

Run the program in a terminal with no command line and it will report the current brightness setting as a percentage. xbacklight -set 50, will set 50% brightness.

If the program works for you, put it in the Startup Applications and it will run at each boot.

0

Try this:

Desktop doesn't remember brightness settings after a reboot

zuberuber
  • 2,030
0

Mine is Intel and tried editing /etc/rc.local with the following.

The actual desired brightness value is added as 2336483. Didn't work. Tried # exit 0. Didn't work.

echo 2336483 > /sys/class/backlight/intel_backlight/brightness
Eliah Kagan
  • 119,640
Bala
  • 31