Eu tenho um HP Pavilion 15 rodando o Ubuntu 16.04 com gráficos integrados e nvidia gt 740m. Recentemente tentei remover o nouveau e instalar os drivers proprietários.
Foi o que eu fiz:
nouveau na lista negra aqui: /etc/modprobe.d/blacklist-nouveau.conf
, initramfs atualizados
Rebooted em tty e parou lightdm.
Instalado o driver Nvidia 390.25 do arquivo de execução sem o opengl:
./NVIDIA.390.25.run --no-opengl-lib
Rebooted para a área de trabalho.
mas nvidia-smi
retorna No devices were found
, e também o final de lspci -vvv
está assim:
0a:00.0 3D controller: NVIDIA Corporation GK208M [GeForce GT 740M] (rev a1)
Subsystem: Hewlett-Packard Company GK208M [GeForce GT 740M]
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 16
Region 0: Memory at b3000000 (32-bit, non-prefetchable) [size=16M]
Region 1: Memory at a0000000 (64-bit, prefetchable) [size=256M]
Region 3: Memory at b0000000 (64-bit, prefetchable) [size=32M]
Region 5: I/O ports at 3000 [size=128]
Capabilities: <access denied>
Kernel driver in use: nvidia
Kernel modules: nvidiafb, nouveau, nvidia_drm, nvidia
Suponho que o nouveau não deveria aparecer com módulos do Kernel e talvez este seja o motivo pelo qual o sistema não consegue detectar o gpu.