web-dev-qa-db-fra.com

Impossible d'installer les pilotes nvidia - impossible de localiser le paquet

[Update] Je peux installer les pilotes 375 sans problème en utilisant

Sudo apt-get install nvidia-375

mais le problème ci-dessous persiste avec 381 .[/ Update]

Hier soir, j’ai donc décidé de mettre à jour mes pilotes nvidia au numéro 381 en suivant certaines étapes que j’ai trouvées en ligne. Voici les étapes que j'ai suivies:

Sudo apt-get purge nvidia*
Sudo add-apt-repository ppa:graphics-drivers
Sudo apt-get update
Sudo apt-get install nvidia-381

Chaque fois que j'arrive à la commande "Sudo apt-get install nvidia-381", le message "Impossible de localiser le paquet nvidia-381"

J'ai cherché partout et je ne trouve pas de solution à cela. Des idées?

Voici ma sortie:

tyler@tyler-ubuntu:~$ Sudo add-apt-repository ppa:graphics-drivers/ppa
 Fresh drivers from upstream, currently shipping Nvidia.

## Current Status

Current official release: `nvidia-381` (381.22)
Current long-lived branch release: `nvidia-375` (375.66)

For G8x, G9x and GT2xx GPUs use `nvidia-340` (340.102)
For NV4x and G7x GPUs use `nvidia-304` (304.135)

Support timeframes for Unix legacy GPU releases:
https://nvidia.custhelp.com/app/answers/detail/a_id/3142

## What we're working on right now:

- Normal driver updates
- Help Wanted: Mesa Updates for Intel/AMD users, ping us if you want to help do this work, we're shorthanded.

## WARNINGS:

This PPA is currently in testing, you should be experienced with packaging before you dive in here:

Volunteers welcome! See also: https://github.com/mamarley/nvidia-graphics-drivers/

### How you can help:

## Install PTS and benchmark your gear:

    Sudo apt-get install phoronix-test-suite

Run the benchmark:

    phoronix-test-suite default-benchmark openarena xonotic tesseract gputest unigine-valley

and then say yes when it asks you to submit your results to openbechmarking.org. Then grab a cup of coffee, it takes a bit for the benchmarks to run. Depending on the version of Ubuntu you're using it might preferable for you to grabs PTS from upstream directly: http://www.phoronix-test-suite.com/?k=downloads

## Share your results with the community:

Post a link to your results (or any other feedback to): https://launchpad.net/~graphics-drivers-testers

Remember to rerun and resubmit the benchmarks after driver upgrades, this will allow us to gather a bunch of data on performance that we can share with everybody.

If you run into old documentation referring to other PPAs, you can help us by consolidating references to this PPA.

If someone wants to go ahead and start prototyping on `software-properties-gtk` on what the GUI should look like, please start hacking!

## Help us Help You!

We use the donation funds to get the developers hardware to test and upload these drivers, please consider donating to the "community" slider on the donation page if you're loving this PPA:

http://www.ubuntu.com/download/desktop/contribute
 More info: https://launchpad.net/~graphics-drivers/+archive/ubuntu/ppa
Press [ENTER] to continue or ctrl-c to cancel adding it

gpg: keybox '/tmp/tmpf35j9cfi/pubring.gpg' created
gpg: /tmp/tmpf35j9cfi/trustdb.gpg: trustdb created
gpg: key FCAE110B1118213C: public key "Launchpad PPA for Graphics Drivers Team" imported
gpg: Total number processed: 1
gpg:               imported: 1
OK
tyler@tyler-ubuntu:~$ Sudo apt-get update
Hit:1 http://repo.steampowered.com/Steam precise InRelease
Ign:2 http://dl.google.com/linux/chrome/deb stable InRelease                   
Hit:3 http://packages.Microsoft.com/repos/vscode stable InRelease              
Hit:4 http://us.archive.ubuntu.com/ubuntu zesty InRelease                      
Hit:5 http://ppa.launchpad.net/graphics-drivers/ppa/ubuntu zesty InRelease     
Hit:6 http://dl.google.com/linux/chrome/deb stable Release                     
Get:7 http://security.ubuntu.com/ubuntu zesty-security InRelease [89.2 kB]     
Hit:8 http://us.archive.ubuntu.com/ubuntu zesty-updates InRelease              
Get:9 http://us.archive.ubuntu.com/ubuntu zesty-backports InRelease [89.2 kB]  
Hit:10 http://ppa.launchpad.net/noobslab/macbuntu/ubuntu zesty InRelease       
Hit:11 http://ppa.launchpad.net/xorg-edgers/ppa/ubuntu zesty InRelease         
Fetched 178 kB in 0s (204 kB/s)                                                
Reading package lists... Done
tyler@tyler-ubuntu:~$ Sudo apt-get install nvidia-381
Reading package lists... Done
Building dependency tree       
Reading state information... Done
E: Unable to locate package nvidia-381

Sorties supplémentaires:

tyler@tyler-ubuntu:~$ cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=17.04
DISTRIB_CODENAME=zesty
DISTRIB_DESCRIPTION="Ubuntu 17.04"
tyler@tyler-ubuntu:~$ apt-cache policy nvidia-381
N: Unable to locate package nvidia-381
12
Tyler Brady

Comme il s’agit là d’une recherche de retour très prisée sur Google sur le sujet, je souhaitais la publier car il semble que les choses ont changé.

Ceci ne fonctionnera pas fonctionnera pour moi après une nouvelle installation d'Ubuntu Desktop 18.0.4:

Sudo apt install nvidia-396

Ce sera:

Sudo apt install nvidia-driver-396

Aucune idée pourquoi la syntaxe a changé. Donne de nombreuses informations sur l'installation de pilotes Nvidia sur le Web, source de confusion. Tellement de temps perdu!

22
Kerry Kobashi

La deuxième commande est fausse. CA devrait etre:

Sudo add-apt-repository ppa:graphics-drivers/ppa
2
Pilot6

Problème résolu.

Lors de la vérification de mes PPA dans Logiciels et mises à jour> Autres logiciels, j'ai remarqué que le PPA des pilotes graphiques était répertorié PLUSIEURS fois dans la liste. J'ai supprimé tous les PPA liés aux pilotes graphiques et j'ai recommencé l'installation à partir de zéro. Il a finalement localisé et installé les pilotes nvidia-381.

Je ne suis pas sûr de savoir pourquoi le référentiel a été répertorié tant de fois, mais néanmoins après avoir supprimé et repassé l'installation, cela a finalement fonctionné.

2
Tyler Brady

Sudo apt install nvidia-396

Pour les GPU des séries GeForce 8 et 9, utilisez nvidia-340

Pour les GPU des séries GeForce 6 et 7, utilisez nvidia-304

0
MOURAD ALIBI