19th October 2016, 16:09
Have you tried this?
from terminal run: sudo gedit /etc/default/grub
add nomodeset i.e. (GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash")
save the file
from terminal run: sudo update-grub
reboot to check
Also have you installed the Nvidia driver from the Graphics PPA? If not add it with the following command:
Then refresh the repositories and install the nvidia driver from there.
Also please try to read this post:
http://askubuntu.com/questions/760934/gr...a-graphics
Maybe you find something... Unfortunately Ubuntu 16.04 introduced a lot of problems to Nvidia Prime, which is a real PITA.
from terminal run: sudo gedit /etc/default/grub
add nomodeset i.e. (GRUB_CMDLINE_LINUX_DEFAULT="nomodeset quiet splash")
save the file
from terminal run: sudo update-grub
reboot to check
Also have you installed the Nvidia driver from the Graphics PPA? If not add it with the following command:
Code:
sudo add-apt-repository ppa:graphics-drivers/ppa
Then refresh the repositories and install the nvidia driver from there.
Also please try to read this post:
http://askubuntu.com/questions/760934/gr...a-graphics
Maybe you find something... Unfortunately Ubuntu 16.04 introduced a lot of problems to Nvidia Prime, which is a real PITA.