0

I've got an old Dell E1405 which smoothly runs 14.04, with one caveat that is.

When I press the Fn button with arrow-up or arrow-down, the brightness jumps in huge steps.

Is there a way to disable this? So that the brightness is only adjusted by the hardware (I would believe that the BIOS adjusts it because prior to system startup, I can also change brightness)

Any help would be appreciated.

Thank you.

naryfa
  • 93
  • It may help to set acpi OS and vendor in the bootloader by editing grub.cfg, as mentioned here: (by adding the lines acpi_osi=Linux acpi_backlight=vendor) - this I find works on a few machines to get brightness to be less jumpy. – Wilf May 20 '15 at 16:07
  • Thank you Wilf, you're golden. This has worked perfectly. Hope someone else can use this information too. – naryfa May 20 '15 at 20:50

1 Answers1

0

It may help to set acpi OS and vendor in the bootloader by editing grub.cfg, as mentioned here, by adding this:

acpi_osi=Linux acpi_backlight=vendor

To the GRUB_CMDLINE_LINUX_DEFAULT line in /etc/default/grub. You then need to run sudo update-grub and reboot to make the changes.

This I find works on a few machines, to get brightness to be less jumpy etc

Wilf
  • 30,194
  • 17
  • 108
  • 164