Skip to content

Black screen after changed on Intel GPU Ubuntu 16.04 #11

@scrat98

Description

@scrat98
  1. 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

  2. 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

  3. Use Intel micro-code
    bash -c "$(curl -fsSL http://bit.ly/IGFWL-install)"

  4. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions