Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Black screen after changed on Intel GPU Ubuntu 16.04 #11

Open
scrat98 opened this issue Jan 13, 2018 · 4 comments
Open

Black screen after changed on Intel GPU Ubuntu 16.04 #11

scrat98 opened this issue Jan 13, 2018 · 4 comments

Comments

@scrat98
Copy link

scrat98 commented Jan 13, 2018

  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

@erogol
Copy link

erogol commented Feb 5, 2018

I've followed the exact route. It worked perfectly until I switched to Intel GPU from Nvidia-Settings menu. Then I get black screen only. Now I removed nvidia* and things lapsed to old. Have you also seen the same problem? Do you have any tips?

@machin3io
Copy link

machin3io commented Feb 5, 2018

@erogol
Try the newer 387, I've just installed them and everything seems to be good now. See

https://gist.github.com/tomwwright/f88e2ddb344cf99f299935e1312da880#gistcomment-2342112

Also, not sure if related to your switching issue, but you can do the switch via CLI, using prime, as descriped in the gist I've linked to.

edit: also note that the gist suggests a newer kernel.

@erogol
Copy link

erogol commented Feb 8, 2018

@machin3io it worked thx !!

@mjo22
Copy link

mjo22 commented Jun 7, 2018

@erogol Could you please clarify the exact steps you took to be able to switch between the Nvidia and Intel GPUs on the Nvidia X Server Settings Menu? Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants