Skip to content

Instantly share code, notes, and snippets.

@psksvp
Created January 10, 2020 09:44
Show Gist options
  • Save psksvp/9f931dc171be90298383823bf6138b9c to your computer and use it in GitHub Desktop.
Save psksvp/9f931dc171be90298383823bf6138b9c to your computer and use it in GitHub Desktop.
fix screen brightness cannot be adjusted probelm on 2103 iMac with Ubuntu 18.10
open the file */etc/default/grub* with a text editor with sudo
change the line
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
to
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_backlight=vendor"
saved, then run
sudo update-grub
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment