Today i wanna write how to fix Fn key in order to decrease my laptop brightness, if you see my first post about "Fix Backlight or Brightness Kali Linux 1.0.9" you will know basic setiing in grub how we fix this problem. Ok lets do that ...
First i wanna show to my Laptop Spesification :
root@ACER:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 12.04.2 LTS
Release: 12.04
Codename: precise
root@ACER:~# cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=12.04
DISTRIB_CODENAME=precise
DISTRIB_DESCRIPTION="Ubuntu 12.04.2 LTS"
root@ACER:~#
Can you see that i have two Graphic Cards, Intel HD3000 and NVIDIA GEFORCE GT-620M, i never install the driver this two graphic cards. Just follow this simple step. And this works good on my laptop....
Just add this line in /etc/default/grub :
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
Then update the grub, and restart your Computer. and Violla :)
That's all, if you won't understand please write down in the comentar box below this post. Thanks
CMIIW Correct Me If I'm Wrong ...