Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save henri/f8b7087e160d2a44dd3e81f1c8d8da0b to your computer and use it in GitHub Desktop.

Select an option

Save henri/f8b7087e160d2a44dd3e81f1c8d8da0b to your computer and use it in GitHub Desktop.
Display Power Issues on Linux Mint Cinnamon (iMac / Apple Computers)
# resolve power management issues on intel mac computers running LINUX
#
# add the acpi_osi=!Darwin Kernel Parameter
#
# edit GRUB:
sudo nano /etc/default/grub
# find the line GRUB_CMDLINE_LINUX_DEFAULT and add 'acpi_osi=!Darwin', 'quiet' and 'spash' paraemters example follows :
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=!Darwin quiet splash"
# update grub
sudo update-grub
# reboot system
shutdown -h now
# press power button
cross fingers :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment