Hello everybody!
I’m having a problem with screen brightness on my Dell laptop (i3-3217U CPU, Intel HD4000 GPU) running openSUSE 13.2 x64, GNOME (but same problem running KDE, too). I can set the level of screen brightness using Fn keys and this works out of the box, but I have to do it after every reboot, because brightness goes up to 100% after reboot. How can I make my screen brightness settings persistent?
What is the exact name for your Dell laptop i.e. Inspiron, XPS?
In the meantime, please install xbacklight for controlling the brightness.
Follow Up
Add this kernel parameter: acpi_backlight=vendor to the end of the GRUB_CMDLINE_LINUX in the /etc/default/grub file.
Then run as root:
grub2-mkconfig -o /boot/grub2/grub.cfg
Restart your laptop.
Hi Romanator!
Thank you for your help! Your advice solved the problem, no more resetting screen brightness on 100% on reboot.
For the record, I’m running Dell Inspiron 15 (3521). Also, editing /etc/default/grub file as per your instructions was enough, no need to install xbacklight.
Thanks!!
You are welcome. Great to hear that you are up and running.