Bagi temen-temen pengguna Acer 4736 mungkin mempunyai masalah dengan brightness key (fn+left atau right) yang tidak berfungsi, berikut solusinya:
CMIIW!
refrensi:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/392948
http://ubuntuforums.org/archive/index.php/t-1213302.html
http://www.ubuntugeek.com/how-to-fix-function-keys-fn-issue-after-upgrading-to-ubuntu-10-04lucid.html
http://faisalsani.web.id/acer-4736-brightness-on-ubuntu/
- Buka terminal, kemudian edit file di /etc/default/grub
$sudo gedit /etc/default/grub
- cari baris
GRUB_CMDLINE_LINUX_DEFAULT=
, kemudian tambahkan menjadi:
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux"
- cari baris
GRUB_CMDLINE_LINUX=
, kemudian tambahkan menjadi:
GRUB_CMDLINE_LINUX="nomodeset acpi_backlight=acer"
- simpan file tersebut, lalu update grub:
$sudo update grub
setelah itu reboot komputer anda, selamat mencoba… CMIIW!
refrensi:
https://bugs.launchpad.net/ubuntu/+source/acpid/+bug/392948
http://ubuntuforums.org/archive/index.php/t-1213302.html
http://www.ubuntugeek.com/how-to-fix-function-keys-fn-issue-after-upgrading-to-ubuntu-10-04lucid.html
http://faisalsani.web.id/acer-4736-brightness-on-ubuntu/
0Awesome Comments!