Re: Acceleration materielle
Posté : lun. 8 janv. 2018 13:09
Dernier message de la page précédente :
si je pige bien le message il trouve pas l'endroit ou le fichier est telecharger, non?
https://forum-francophone-linuxmint.fr/
Dernier message de la page précédente :
si je pige bien le message il trouve pas l'endroit ou le fichier est telecharger, non?Code : Tout sélectionner
cracotte@bureau ~ $ cat /proc/driver/nvidia/version
NVRM version: NVIDIA UNIX x86_64 Kernel Module 387.26 Thu Nov 2 21:20:16 PDT 2017
GCC version: gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.5)
cracotte@bureau ~ $ nvcc -V
nvcc: NVIDIA (R) Cuda compiler driver
Copyright (c) 2005-2015 NVIDIA Corporation
Built on Tue_Aug_11_14:27:32_CDT_2015<version> dans la commande, tu dois adapter le chemin à la version que tu veux installer.cracotte81 a écrit :ben une fois que je fais ca, voila la reponse:Code : Tout sélectionner
cracotte@bureau ~ $ sudo apt-key add /var/cuda-repo-<version>/7fa2af80.pub bash: version: No such file or directory
Code : Tout sélectionner
sudo apt-key add /var/cuda-repo-9-1-local/7fa2af80.pubCode : Tout sélectionner
sudo apt updateCode : Tout sélectionner
cracotte@bureau ~ $ sudo apt-key add /var/cuda-repo-9-1-local/7fa2af80.pub
[sudo] password for cracotte:
OK
cracotte@bureau ~ $ sudo apt update
Réception de:1 file:/var/cuda-repo-9-1-local InRelease
Ign:1 file:/var/cuda-repo-9-1-local InRelease
Réception de:2 file:/var/cuda-repo-9-1-local Release [574 B]
Réception de:2 file:/var/cuda-repo-9-1-local Release [574 B]
Ign:4 http://mirrors.ircam.fr/pub/linuxmint sylvia InRelease
Atteint:5 http://ppa.launchpad.net/docky-core/stable/ubuntu xenial InRelease
Atteint:6 http://archive.canonical.com/ubuntu xenial InRelease
Atteint:7 http://ubuntu.univ-reims.fr/ubuntu xenial InRelease
Atteint:8 http://mirrors.ircam.fr/pub/linuxmint sylvia Release
Atteint:9 http://ubuntu.univ-reims.fr/ubuntu xenial-updates InRelease
Atteint:10 http://ppa.launchpad.net/kdenlive/kdenlive-stable/ubuntu xenial InRelease
Atteint:11 http://ubuntu.univ-reims.fr/ubuntu xenial-backports InRelease
Atteint:12 http://ppa.launchpad.net/noobslab/apps/ubuntu xenial InRelease
Atteint:13 http://security.ubuntu.com/ubuntu xenial-security InRelease
Atteint:14 http://ppa.launchpad.net/noobslab/icons/ubuntu xenial InRelease
Atteint:15 http://ppa.launchpad.net/system76/pop/ubuntu xenial InRelease
Atteint:16 http://ppa.launchpad.net/teejee2008/ppa/ubuntu xenial InRelease
Atteint:18 https://deb.opera.com/opera-stable stable InRelease
Lecture des listes de paquets... Fait
Construction de l'arbre des dépendances
Lecture des informations d'état... Fait
5 packages can be upgraded. Run 'apt list --upgradable' to see them.
Code : Tout sélectionner
cracotte@bureau ~ $ apt list --upgradable
En train de lister... Fait
cinnamon-l10n/sylvia,sylvia 3.6.4 all [upgradable from: 3.6.3]
libpoppler-glib8/xenial-updates,xenial-security 0.41.0-0ubuntu1.6 amd64 [upgradable from: 0.41.0-0ubuntu1.5]
libpoppler58/xenial-updates,xenial-security 0.41.0-0ubuntu1.6 amd64 [upgradable from: 0.41.0-0ubuntu1.5]
libservlet3.1-java/xenial-security,xenial-security 8.0.32-1ubuntu1.5 all [upgradable from: 8.0.32-1ubuntu1.4]
poppler-utils/xenial-updates,xenial-security 0.41.0-0ubuntu1.6 amd64 [upgradable from: 0.41.0-0ubuntu1.5]
cracotte@bureau ~ $
Code : Tout sélectionner
sudo apt-get install cudaCode : Tout sélectionner
sudo reboot