2

I work on a Dell Inspiron laptop. The backlight is not working on Ubuntu. Is there any known issues like this with Ubuntu on Dell machines?

I've tried some solutions such as changing grub like the following sample but still it's not working.

sudo gedit /etc/default/grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
sudo update-grub

Also, I installed xbacklight, but I can only set a value for it once and then I have to restart if I want to decrease the backlight.

Can someone tell me how can I fix it, or what else I can try?

Braiam
  • 67,791
  • 32
  • 179
  • 269
Ima Vafaei
  • 121
  • 4

2 Answers2

2

Click Here >> Ubuntu Wiki >> Debugging >> Backlight

Please let me know if this helps

Hawk-Tech
  • 27
  • 3
0

I have a Dell Inspiron 1520 running Ubuntu 14.04. For quite a long time I've been looking for a fix on how to control the screen brightness using the Fn+F5/F6 key.

I've tried including some arguments at boot, some packages, nothing worked. Anyway, I stumbled upon this guide , update the kernel successfully and, woot!, screen brightness is now available!

PSA: Use this guide on your own. One thing I had to do was downgrade the AMD Drivers to the Ubuntu packages default (fglrx package).

trinaldi
  • 234