4

Please provide me a solution how to fix this?

Jorge Castro
  • 73,717
Rahul
  • 43

2 Answers2

7

Edit "/etc/default/grub" as root.

gksu gedit /etc/default/grub

Now, look for the line that looks like:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"

Append "acpi_backlight=vendor acpi_osi=Linux" to the end of that line, before the end quotes, so that the line now looks something like this:

GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor acpi_osi=Linux"

Save and close the file, and run the following command:

sudo update-grub

Now, reboot, and test out the brightness keys. They should be working correctly now.

SirCharlo
  • 40,096
0

Have a look at this bug: https://bugs.launchpad.net/ubuntu/+source/gnome-power-manager/+bug/762670

It's for the XPS 17, but maybe it works on the 15" model too.

Timo
  • 4,700