Created
May 10, 2014 07:04
-
-
Save AmarPrabhu/7aa89278f1459c6c7904 to your computer and use it in GitHub Desktop.
Fix for brightness adjustment in Intel chipset based laptops - Xubuntu 14.04
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo vim /etc/default/grub | |
# add the below line | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" | |
sudo halt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment