Last active
April 4, 2017 20:16
-
-
Save tayyebi/8e495659011cfd21f7accb979c788a51 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## 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