How's it going guys. Last night I made the move over to Linux on my Acer Aspire 5334, and began my one year Linux challenge. I installed Mint 17.2 Cinnamon. I can find the brightness settings no problem it's just that the slider does nothing, whether I move it right or left the screen stays on max brightness. Same thing if I use the Fn key and the arrows or the F5/F6. I googled trying to find a fix, but the solutions I find are for different and older versions of Linux.
Can anyone offer any help? It might sound like a minor issue but it kills the battery FAST, and when using the laptop at night it's killer on the eyeballs.
You can either use xbacklight from the console, here is the manual page (http://linux.die.net/man/1/xbacklight) or you can rebind your brightness keys to
brightness up key: xbacklight -inc 10 increase the backlight by 10%
brightness down key: xbacklight -dec 10 decrease the backlight by 10%
you install xbacklight and use xbacklight -inc 10 to increase the backlight by 10%, or whatever percent you want and xbacklight -dec 10 to decrease the backlight by 10% or whatever you want. In my previous post I linked you the man page of xbacklight.
Negative ran the command to install it, entered my password and it did its thing. Then entered the inc and dec commands separately rebooted and still the same
if it does type this command sudo touch /usr/share/X11/xorg.conf.d/20-intel.conf it will create a config file for your graphic card. Now we need to edit it, by using this command: