I've installed Ubuntu 12.04 in an Acer Timeline X 5830TG and brightness controls were not working (Fn + Key), even the Ubuntu's one.
Asked
Active
Viewed 1.6k times
2 Answers
14
Solution:
Edit GRUB:
sudo nano /etc/default/grub
change GRUB_CMDLINE_LINUX_DEFAULT to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux acpi_backlight=vendor"
then:
sudo update-grub
Reboot.
Controls are working.
JorgeeFG
- 2,098
0
Most simple and fast way to do this.... Use this command
xrandr --output LVDS1 --brightness 0.5
Set the value in between 0 to 1 like in this case it is 0.5 This works for me Try this !!!
Sarthak killer
- 233