depois de executar "sudo apt-get remove", execute o seguinte comando; sudo apt-get autoremove. Este comando irá remover todos os arquivos de instalação desnecessários. Tente ver se essas pastas são removidas.
Havia vários drivers instalados no meu sistema Ubuntu 14.04, então não consegui executar programas OpenCL. Por isso, fiz sudo apt-get remove --purge nvidia*
para começar tudo de novo.
No entanto, quando eu faço cat /proc/driver/nvidia/version
Ele ainda retorna: Versão NVRM: NVIDIA UNIX x86_64 Kernel Module 352.63 Sábado Nov 7 21:25:42 PST 2015.
Alguma idéia de como remover todos esses drivers? (304.131, 352.39, 352.63) do meu sistema?
Obrigado.
Editar: também fiz sudo apt-get remove --purge cuda*
, sudo /usr/bin/nvidia-uninstall
e ainda estou tendo os mesmos problemas.
Além disso, o NVRM dá a saída:
[ 10.206595] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:1380)
[ 10.206595] NVRM: installed in this system is not supported by the 304.131
[ 10.206595] NVRM: NVIDIA Linux driver release. Please see 'Appendix
[ 10.206595] NVRM: A - Supported NVIDIA GPU Products' in this release's
[ 10.206595] NVRM: README, available on the Linux driver download page
[ 10.206595] NVRM: at www.nvidia.com.
[ 10.206744] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 10.206745] NVRM: None of the NVIDIA graphics adapters were initialized!
[ 18.076754] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:1380)
[ 18.076754] NVRM: installed in this system is not supported by the 304.131
[ 18.076754] NVRM: NVIDIA Linux driver release. Please see 'Appendix
[ 18.076754] NVRM: A - Supported NVIDIA GPU Products' in this release's
[ 18.076754] NVRM: README, available on the Linux driver download page
[ 18.076754] NVRM: at www.nvidia.com.
[ 18.076960] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 18.076961] NVRM: None of the NVIDIA graphics adapters were initialized!
[ 18.130159] NVRM: The NVIDIA GPU 0000:01:00.0 (PCI ID: 10de:1380)
[ 18.130159] NVRM: installed in this system is not supported by the 304.131
[ 18.130159] NVRM: NVIDIA Linux driver release. Please see 'Appendix
[ 18.130159] NVRM: A - Supported NVIDIA GPU Products' in this release's
[ 18.130159] NVRM: README, available on the Linux driver download page
[ 18.130159] NVRM: at www.nvidia.com.
[ 18.130394] NVRM: The NVIDIA probe routine failed for 1 device(s).
[ 18.130395] NVRM: None of the NVIDIA graphics adapters were initialized!
[2599693.694878] NVRM: loading NVIDIA UNIX x86_64 Kernel Module 352.63 Sat Nov 7 21:25:42 PST 2015
[2601583.725270] NVRM: API mismatch: the client has the version 352.39, but
[2601583.725270] NVRM: this kernel module has the version 352.63. Please
[2601583.725270] NVRM: make sure that this kernel module and all NVIDIA driver
[2601583.725270] NVRM: components have the same version.
depois de executar "sudo apt-get remove", execute o seguinte comando; sudo apt-get autoremove. Este comando irá remover todos os arquivos de instalação desnecessários. Tente ver se essas pastas são removidas.
Após a atualização de 14.04 para 16.04 (imediatamente após a atualização de 12.04 para 14.04), o X11 errou no lançamento de forma semelhante, com outras versões do driver da Nvidia:
incompatibilidade nvidia api o módulo do kernel nvidia tem a versão 340.96 mas este componente do driver nvidia tem a versão 304.131
Eu tenho uma área de trabalho do X11 nos seguintes passos:
sudo aptitude remove nvidia-340 nvidia-304
sudo dpkg-reconfigure xserver-xorg
reboot # (into low-res X11)
Unity dash / launcher - > Drivers adicionais - > permitir proprietário Nvidia-340
reinicie novamente
As respostas para a seguinte pergunta foram úteis:
Não é possível inicializar corretamente no Ubuntu após a instalação do driver da Nvidia