Skip to content

Instantly share code, notes, and snippets.

@tayyebi
Last active April 4, 2017 20:16
Show Gist options
  • Save tayyebi/8e495659011cfd21f7accb979c788a51 to your computer and use it in GitHub Desktop.
Save tayyebi/8e495659011cfd21f7accb979c788a51 to your computer and use it in GitHub Desktop.
## You could try to open the terminal,
## then
> sudo gedit /etc/default/grub
## and in the line that says:
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash"
## change it for:
GRUB_CMDLINE_LINUX_DEFAULT="acpi_osi=Linux quiet splash"
## then run the commands:
> sudo update-grub
## and after all you will reboot your system using
> sudo reboot
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment