Hi, I installed Fedora 16 on my laptop and managed to make it work with my intel video card (using acpi_osi=Linux as kernel parameter) however now it boots with extremely low brightness and I have to change it by pressing the brightness function keys. It's a minor nuisance but I would like to change it from command line and add it to an init script that makes it automatically.
I've already tried "echo -n 100 > /proc/acpi/video/VGA/LCD/brightness" but there is no VGA folder in proc and it fails.

any suggestion?