I recently switched from Windows 10 to Ubuntu 16.04 and have been doing okay so far. One of my problems, though, is that I have to go to system settings to switch the brightness of the screen. I have looked up many solutions, but I'm not sure which one is the simplest, hopefully someone can teach me a way to have a keyboard shortcut for this.
I have an Asus Zenbook UX303L (not sure if matters).
I have tried editing in the grub GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi="
GRUB_CMDLINE_LINUX_DEFAULT="splash quiet acpi_osi='!Windows 2012'"
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
To no success, this actually makes me unable to change the brightness through system settings.
acpi_osi=
boot parameter should enable Fn+F5 and F6 keys. Also you may need to et brightness control to Intel. There is lots of guides. – Pilot6 Oct 16 '16 at 17:48acpi_osi=
did you update grub? – Pilot6 Oct 17 '16 at 14:00