0

Brightness control button is changing brightness value in file /sys/class/backlight/acpi_video0/brightness, but screen brightness is not changing.

user.dz
  • 48,105
mohanpb
  • 3
  • 1
  • 2
  • http://ubuntuhandbook.org/index.php/2014/04/save-screen-brightness-settings-in-ubuntu-14-04/ , you can try this.. – Krishna Apr 19 '15 at 07:34

2 Answers2

2

I think this app will work for you :) https://apps.ubuntu.com/cat/applications/trusty/brightness-controller/

Costales
  • 2,278
1

Try this:


On your terminal:


> gksudo gedit /etc/default/grub
Locate: GRUB_CMDLINE_LINUX=""
Change to: GRUB_CMDLINE_LINUX="acpi_osi=Linux acpi_backlight=vendor"

Then again in your terminal:
> sudo update-grub

Reboot Computer. Now it should work !
Proven on my Packard Bell TS11HR Laptop !

kostandinangjellari
  • 1,123
  • 1
  • 10
  • 20