web-dev-qa-db-fra.com

Le gestionnaire de mise à jour met à jour le mod du noyau mais pas le client nvidia, comment les faire correspondre?

La mise à jour 12.04 du 2012-12-22 a mis à jour le noyau vers 3.2.0-35-generic et a tenté de mettre à jour le pilote nvidia vers nvidia-experimental-310 310.14-0ubuntu0.1 mais ne l'a pas fait.

La mise à jour du gestionnaire de mise à jour du 2013-01-06 a mis à jour le module du noyau vers nvidia-experimental-310 310.14-0ubuntu0.1 mais n'a apparemment pas mis à jour le pilote réel, le laissant à 304.43.

Donc, après la mise à jour, X échoue en raison de la non-concordance du pilote graphique/mod du noyau. Cela me laisse avec seulement une console.

Ce système est une installation directe avec les pilotes nvidia propriétaires fournis par Ubuntu.

Que dois-je faire à partir de la console pour faire correspondre la version du client et du noyau?

jockey.log est ici , et voici d'autres extraits de journaux:

from dpkg.log
2012-12-22 10:15:29 configure linux-image-3.2.0-35-generic 3.2.0-35.55 <none>
2012-12-22 10:15:29 status unpacked linux-image-3.2.0-35-generic 3.2.0-35.55
2012-12-22 10:15:29 status half-configured linux-image-3.2.0-35-generic 3.2.0-35.55
2012-12-22 10:16:47 status installed linux-image-3.2.0-35-generic 3.2.0-35.55
skip
2012-12-22 10:54:19 install nvidia-experimental-310 <none> 310.14-0ubuntu0.1
2012-12-22 10:54:19 status half-installed nvidia-experimental-310 310.14-0ubuntu0.1
2012-12-22 10:54:27 status triggers-pending man-db 2.6.1-2
2012-12-22 10:54:27 status half-installed nvidia-experimental-310 310.14-0ubuntu0.1
2012-12-22 10:54:27 status triggers-pending desktop-file-utils 0.20-0ubuntu3propietary
2012-12-22 10:54:27 status half-installed nvidia-experimental-310 310.14-0ubuntu0.1
2012-12-22 10:54:27 status triggers-pending gnome-menus 3.4.0-0ubuntu1
2012-12-22 10:54:27 status half-installed nvidia-experimental-310 310.14-0ubuntu0.1
2012-12-22 10:54:32 status unpacked nvidia-experimental-310 310.14-0ubuntu0.1
2012-12-22 10:54:32 status unpacked nvidia-experimental-310 310.14-0ubuntu0.1
2012-12-22 10:54:32 install nvidia-settings-experimental-310 <none> 310.14-0ubuntu0.1
2012-12-22 10:54:32 status half-installed nvidia-settings-experimental-310 310.14-0ubuntu0.1
2012-12-22 10:54:32 status not-installed nvidia-settings-experimental-310 <none>
skip
2013-01-06 10:59:13 startup packages configure
2013-01-06 10:59:13 configure nvidia-experimental-310 310.14-0ubuntu0.1 <none>
2013-01-06 10:59:13 status unpacked nvidia-experimental-310 310.14-0ubuntu0.1
2013-01-06 10:59:13 status unpacked nvidia-experimental-310 310.14-0ubuntu0.1
2013-01-06 10:59:13 status half-configured nvidia-experimental-310 310.14-0ubuntu0.1
2013-01-06 11:00:51 status installed nvidia-experimental-310 310.14-0ubuntu0.1
from syslog
Jan  6 11:22:50 64bitwrksta kernel: [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.2.0-35-generic root=UUID=98396955-e718-4c04-83fa-b23dbb537615 ro quiet splash
skip
Jan  6 11:22:53 64bitwrksta kernel: [   32.642878] NVRM: API mismatch: the client has the version 304.43, but
Jan  6 11:22:53 64bitwrksta kernel: [   32.642880] NVRM: this kernel module has the version 310.14.  Please
Jan  6 11:22:53 64bitwrksta kernel: [   32.642880] NVRM: make sure that this kernel module and all NVIDIA driver
Jan  6 11:22:53 64bitwrksta kernel: [   32.642881] NVRM: components have the same version.
Jan  6 11:22:53 64bitwrksta kernel: [   32.643200] NVRM: API mismatch: the client has the version 304.43, but
Jan  6 11:22:53 64bitwrksta kernel: [   32.643201] NVRM: this kernel module has the version 310.14.  Please
Jan  6 11:22:53 64bitwrksta kernel: [   32.643202] NVRM: make sure that this kernel module and all NVIDIA driver
Jan  6 11:22:53 64bitwrksta kernel: [   32.643203] NVRM: components have the same version.
2

Le problème provient de plusieurs installations de nvidia, la solution est de supprimer les indésirables.

Cela devrait être exécuté à partir d'une console sans X en cours d'exécution.

Découvrez lesquels sont installés- Sudo dkpg --list | grep nvidia

Depuis la console: Sudo dpkg --list | grep nvidia qui vous donnera quelque chose comme:

ii  nvidia-common                                 1:0.2.44.2                                         Find obsolete NVIDIA drivers
ii  nvidia-current                                295.40-0ubuntu1.1                                  NVIDIA binary Xorg driver, kernel module and VDPAU library
ii  nvidia-current-updates                        304.43-0ubuntu0.1                                  NVIDIA binary Xorg driver, kernel module and VDPAU library
ii  nvidia-experimental-310                       310.14-0ubuntu0.1                                  Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library
ii  nvidia-settings                               295.33-0ubuntu1                                    Tool of configuring the NVIDIA graphics driver
ii  nvidia-settings-updates                       304.43-0ubuntu0.2                                  Tool of configuring the NVIDIA graphics driver

vraisemblablement (non documenté) ii signifie installé et rc signifie supprimé.

Ensuite, vous supprimez les indésirables, pour moi:

Sudo apt-get remove nvidia-current
Sudo apt-get remove nvidia-experimental-310

La course: Sudo apt-get autoremove qui se débarrasse des dépendances inutiles, pour moi nvidia-settings

Ensuite, pour mettre un couvercle dessus, exécutez pour le pilote souhaité (pour moi): Sudo apt-get install --reinstall nvidia-current-updates

Maintenant mon Sudo dpkg --list | grep nvidia ressemble à:

ii  nvidia-common                                 1:0.2.44.2                                         Find obsolete NVIDIA drivers
rc  nvidia-current                                295.40-0ubuntu1.1                                  NVIDIA binary Xorg driver, kernel module and VDPAU library
ii  nvidia-current-updates                        304.43-0ubuntu0.1                                  NVIDIA binary Xorg driver, kernel module and VDPAU library
rc  nvidia-experimental-310                       310.14-0ubuntu0.1                                  Experimental NVIDIA binary Xorg driver, kernel module and VDPAU library
rc  nvidia-settings                               295.33-0ubuntu1                                    Tool of configuring the NVIDIA graphics driver
ii  nvidia-settings-updates                       304.43-0ubuntu0.2                                  Tool of configuring the NVIDIA graphics driver

Je redémarre et je fais fonctionner X à nouveau.

2