The process is to simply add acpi_osi="Linux" to the end of the grub boot string!
You can do this with:
$ sudo vi /boot/grub/menu.lst
Then find the line towards the bottom that launches the correct option. It will start with:
kernel /boot/
Just put the string
acpi_osi="Linux"
onto the end of this line.
Save and restart
Nice!
No comments:
Post a Comment