I installed Ubuntu 14.04.02 as dual boot in a macbook pro 2012 13 I noticed that all function buttons works but except those that regulate the brightness of the screen.How do I fix this problem?
Asked
Active
Viewed 3,417 times
2
1 Answers
2
I found an answer to this. However I have an iMac 2011, so it could solve your problem.
You need to edit the grub file /etc/default/grub
change the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Linux"
Then run:
sudo update-grub
Rebooot your computer and voilà.

David Foerster
- 36,264
- 56
- 94
- 147

Beshari
- 21
- 4
ls /sys/class/backlight/*/brightness
, my output is/sys/class/backlight/apple_backlight/brightness
./sys/class/backlight/intel_backlight/brightness
. Which one do I use? apple_backlight or intel_backlight? – Riccardo Feb 24 '15 at 14:35Xorg.conf
file to the question? BTW check this out: http://itsfoss.com/fix-brightness-ubuntu-1310/ – meskobalazs Feb 24 '15 at 14:59