-
Notifications
You must be signed in to change notification settings - Fork 30
Description
-
make sure you have > 4.13 kernel
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13/linux-headers-4.13.0-041300_4.13.0-041300.201709031731_all.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13/linux-headers-4.13.0-041300-generic_4.13.0-041300.201709031731_amd64.deb
wget http://kernel.ubuntu.com/~kernel-ppa/mainline/v4.13/linux-image-4.13.0-041300-generic_4.13.0-041300.201709031731_amd64.deb
sudo dpkg -i *.deb -
Don't use Bumblebee - it bad works with Ubuntu 16.04. So delete this. And make sure you use Nvidia proprietary driver (384.111 current)
sudo ubuntu-drivers autoinstall OR
sudo apt install nvidia-prime nvidia-settings nvidia-384 -
Use Intel micro-code
bash -c "$(curl -fsSL http://bit.ly/IGFWL-install)" -
Change grub
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash acpi_rev_override=1"
sudo update-grub2
Thanks for these articles https://gist.github.com/whizzzkid/37c0d365f1c7aa555885d102ec61c048 and https://gist.github.com/tomwwright/f88e2ddb344cf99f299935e1312da880