I have a laptop with the newest Ubuntu-version (12.04). I want to use the Fn Keys to adjust the brightness of my screen, but it doesnt work. Normally it should be Fn+Left/Right. However adjusting the volume with Fn+Up/Fn works fine.
I already searched for a few soulutions, for example tried to replace in the Grub-File
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
with
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
or
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash cpi_osi=Linux"
but it all doesn't work for my laptop. How can I fix this problem?