Skip to content

Instantly share code, notes, and snippets.

@ammgws
Last active September 4, 2017 15:07
Show Gist options
  • Save ammgws/ea37d751fda7301ba91675088e8939e9 to your computer and use it in GitHub Desktop.
Save ammgws/ea37d751fda7301ba91675088e8939e9 to your computer and use it in GitHub Desktop.
Fujitsu Lifebook FMVS54GR - fix brightness function keys not working in Ubuntu 17.04

Problem

  • Brightness function keys (Fn+F5,F6) do not work (however others such as volume do work)
  • Tried xbacklight but it did not work.
  • No response whatsoever when checking with acpi_listen, xev, evtest.
  • However able to change brighness in Ubuntu "Brightness and Lock" control panel applet.

Workaround

  • sudoedit /etc/default/grub and add acpi_osi= to GRUB_CMDLINE_LINUX entry.
  • sudo grub-mkconfig -o /boot/grub/grub.cfg

Why?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment