Last active
December 11, 2015 09:19
-
-
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 )
This file contains 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
# 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