7

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.

Luis Alvarado
  • 209,003
  • 167
  • 543
  • 707
JorgeeFG
  • 1,918
  • 2
  • 16
  • 22

2 Answers2

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
  • 1,918
  • 2
  • 16
  • 22
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
  • 1
  • 2
  • 7