Skip to content

Instantly share code, notes, and snippets.

@wayanjimmy
Created March 24, 2015 02:17
Show Gist options
  • Select an option

  • Save wayanjimmy/79d3e7029462614d2a46 to your computer and use it in GitHub Desktop.

Select an option

Save wayanjimmy/79d3e7029462614d2a46 to your computer and use it in GitHub Desktop.
Fix brightness Asus A455LD Ubuntu
sudo gedit /etc/default/grub
# change
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# into
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
#then
sudo update-grub
# and restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment