Run terminal and run:
- Code: Select all
sudo gedit /etc/default/grub
and then change
- Code: Select all
GRUB_CMLINE_LINUX_DEFAULT="quiet splash"
to
- Code: Select all
GRUB_CMLINE_LINUX_DEFAULT="quiet splash acpi_osi=Linux"
next update /boot/grub/grub.cfg by running
- Code: Select all
sudo update-grub
Reboot


