-
Notifications
You must be signed in to change notification settings - Fork 34
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
Comments
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? |
@erogol 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. |
@machin3io it worked thx !! |
@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. |
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
The text was updated successfully, but these errors were encountered: