Skip to content

Instantly share code, notes, and snippets.

@LucasKauz
Last active December 11, 2015 09:19
Show Gist options
  • Save LucasKauz/4579467 to your computer and use it in GitHub Desktop.
Save LucasKauz/4579467 to your computer and use it in GitHub Desktop.
Se você está tendo problemas com o controle de brilho de seu Ubuntu 12.10 ( 12.04, e outros ) , um pequeno ajuste. ( via : http://www.techjail.net/solved-brightness-problem-in-ubuntu-12-04-precise-pangolin.html )
# Abra o terminal ( Ctrl+Alt+T ) e digite:
sudo gedit /etc/default/grub
# Na janela que irá abrir, altere esta linha
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
# por esta
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
# Salve, feche a janela e no terminal digite
sudo update-grub
# Reinicie seu computador.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment