Skip to content

Instantly share code, notes, and snippets.

@AmarPrabhu
Created May 10, 2014 07:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save AmarPrabhu/7aa89278f1459c6c7904 to your computer and use it in GitHub Desktop.
Save AmarPrabhu/7aa89278f1459c6c7904 to your computer and use it in GitHub Desktop.
Fix for brightness adjustment in Intel chipset based laptops - Xubuntu 14.04
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