This tutorial shows how to fix the backlight issue in Acer Aspire 5336 notebooks.
When booting your Live/Installation DVD add the following boot options to the grub menu :
acpi_backlight=vendor acpi_osi=Linux

Press enter to let the boot process continue.
When the screen turns black press the Fn key along with the brightness button.

Once installation is complete verify your grub configuration (/boot/grub2/grub.cfg) to see if the acpi options have been added. The grub entry should look like this :

If not, add them and update grub.
Now, to eliminate the need of pressing the fn combination we can add the following lines in the /etc/init.d/boot.local file.
while [ true ]; do sleep 1 sudo setpci -s 00:02:0 F4.B=0 done
Thus every time the system boots, the brightness setting will be triggered and backlight is switched on.





I was first tipped on the MariaDB project by Ronny (my ex-manager). At that time to my surprise he even announced my name in the LUG mail list to do a MariaDB presentation. In short notice I had to research and prepare a couple of slides. So, that’s how it all started with MariaDB. I contacted Colin Charles from the Monty Program and grabbed as much information as I could. He also gave me some presentation slides.