Pc: Dell Precison 5510
Ubuntu version: 16.04
Graphic cards:
- Intel Corporation HD Graphics P530
- NVIDIA Corporation GM107GLM Quadro M1000M
I updated the microcode firmware for Intels graphic card with their tool. Then I installed the nvidia-370 driver with nvidia-prime like so:
sudo apt-get install nvidia-370 nvidia-prime
At reboot I had a login loop. Then i switch in TTY the GPU to use like suggested in the comments:
sudo prime-select intel
I can login again. If I look at /etc/modules
I see this:
i915
bbswitch
nouveau
nouveau
When i am opening NVIDIA X server Settings, i don`t see any GPU to select.
I posted a question about another problem that affects me. Maybe they correlate with each other?
what can I try?
How should i set GRUB_CMDLINE_LINUX_DEFAULT
in /etc/default/grub
?
if I sudo apt-get update
I receive this massage at the end:
W: https://download.01.org/gfx/ubuntu/16.04/main/dists/xenial/InRelease: Signature by key 09D6EF97BFB38E916EF060E756A3DEF863961D39 uses weak digest algorithm (SHA1)
Nvidia
drivers were installedNouveau
drivers should have beenblacklisted
this might have caused a conflict but probably something else is going on. You didn't need to purgenvidia*
in TTY, you could have usedsudo prime-select intel
in TTY and kept your drivers around for later. – WinEunuuchs2Unix Oct 05 '16 at 10:50Nouveau
before i install the nvidia driver? – sepplhans Oct 05 '16 at 11:13sudo prime-select intel
, reboot and i can login again... If i open etc/modules i seei915; bbswitch; nouveau; nouveau
. So why two times nouveau? And should there a 'nvidia' also? – sepplhans Oct 05 '16 at 11:26blacklist
nouveau to remove it from the equation forever. Eliminate the clutter... Don't have time to fully answer your question now, will look later. – WinEunuuchs2Unix Oct 05 '16 at 11:49ligthdm
as windows manager and grub settingGRUB_CMDLINE_LINUX_DEFAULT="noplymouth"
. – sepplhans Oct 06 '16 at 11:48