Created
June 7, 2014 07:58
-
-
Save cod3beat/76f457ecba8bcc4a3643 to your computer and use it in GitHub Desktop.
Lenovo backlight. Jangan lupa mengupdate grub pasca melakukan perubahan di bawah ini. Misal: $ sudo update-grub2
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
# tambahkan baris dibawah ini pada berkas /etc/modprobe.d/blacklist.conf | |
blacklist ideapad_laptop |
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
# ubah bagian ini pada berkas /etc/default/grub | |
# kita hanya menambahkan acpi_backlight=vendor | |
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment