I was researching for weeks on this annoying problem. For the life of me I couldn't figure out how to adjust the LCD brightness up or down using my function keys. Even using 'echo -n 62 > /proc/acpi/video/VID1/LCD/brightness' wouldn't work after spitting out 'Permission Denied'. Then I stumbled across an article and found a solution. Couldn't keep it to myself so here it is.
Run gnome-power-manager from the command prompt or create a shortcut to it in you're ~/.kde4/Autostart folder. You can find gnome-power-manager in the /usr/bin folder.
you'll see a little icon appear in the lower right corner of you're screen. Give you're Fn+UP or Fn+Dwn a try and you should see a pop up indicating the brightness level. I can only get 3 brightness levels but it's better than nothing.
If for whatever reason you don't have gnome-power-manager just install it from Adept or in you're command prompt by typing 'sudo apt-get install gnome-power-manager'.
Hope this helps.
Run gnome-power-manager from the command prompt or create a shortcut to it in you're ~/.kde4/Autostart folder. You can find gnome-power-manager in the /usr/bin folder.
you'll see a little icon appear in the lower right corner of you're screen. Give you're Fn+UP or Fn+Dwn a try and you should see a pop up indicating the brightness level. I can only get 3 brightness levels but it's better than nothing.
If for whatever reason you don't have gnome-power-manager just install it from Adept or in you're command prompt by typing 'sudo apt-get install gnome-power-manager'.
Hope this helps.
Comment