pb pour installer les drivers CG nvidia, fedora C3 x86-64 - Installation - Linux et OS Alternatifs
Marsh Posté le 28-01-2005 à 21:00:48
shaker114 a écrit : Bonjour à tous, |
l installateur ne trouve pas tes libraries GL ...
commence deja par les chercher. find / -name 'libGL*'
je sais pas , mais , il se peut que les liens symbolic soit pas crée dans /usr/lib64.
j ai pas d install 64bit, mais je sais par contre qu une distro source te permettrait de cerner plus facilement les choses , ...dans un premiers temps .
ps : quand tu sais lire l anglais , et que tu est confronté a un probleme comme le tiens, je vois pas l interet d appeler au secours AVANT de chercher un minimum par toi meme. en tout amitié hein
EDIT: merde , j a pas tout lu , bah ouais il te suggere de créer un des liens par toi meme .
crée les liens demandé , ca devrait "passer" si il t en manque , tu les rajoutes au fur et a mesure.
Marsh Posté le 28-01-2005 à 21:02:49
sous Mandrake si faut installer libMesaGLU1-devel ; cherche le paquet qui correspond sous fedora
Marsh Posté le 18-02-2005 à 16:50:40
bon bah pb résolu avec un patch trouvé dans les forums du site nvidia... patch des drivers car ils semblent incompatible avec 2.6.10.
sinon nouveau pb, le serveur x n'arrive pas à se lancer au démarrage, je dois faire un modprobe nvidia, startx à la main...
message d'erreur : no usable screen found je crois
Marsh Posté le 27-02-2005 à 15:20:06
Désinstalle les drivers (sh blabla --uninstall)
Ensuite fait ça : rm -rf /usr/X11R6/lib64
puis : ln -s /usr/X11R6/lib /usr/X11R6/lib64
Tu réinstalles les drivers nvidia, et tu lances X...
Marsh Posté le 15-01-2005 à 16:10:39
Bonjour à tous,
Mon FC 3 86-64 refuse d'installer les drivers CG nvidia...
Il me semble, en liant les logs, que c'est un pb de lib manquantes, mais lesquelles et où les trouver ???
Voici des traces :
NVIDIA: left KBUILD.
-> done.
-> Kernel module compilation complete.
-> Installing both new and classic TLS OpenGL libraries.
-> Installing classic TLS 32bit OpenGL libraries.
-> Install NVIDIA's 32bit compatibility OpenGL libraries? (Answer: No)
-> Installing 'NVIDIA Accelerated Graphics Driver for Linux-x86_64'
(1.0-6629):
executing: './usr/src/nv/makedevices.sh'...
executing: '/sbin/ldconfig'...
/sbin/ldconfig: Input file /usr/X11R6/lib64/libXvMCNVIDIA.so.1.0.6629 not fo
und.
/sbin/ldconfig: Input file /usr/lib64/libnvidia-tls.so.1.0.6629 not found.
/sbin/ldconfig: Input file /usr/lib64/libGL.so.1.0.6629 not found.
/sbin/ldconfig: Input file /usr/lib64/libGLcore.so.1.0.6629 not found.
/sbin/ldconfig: Input file /usr/lib64/tls/libnvidia-tls.so.1.0.6629 not foun
d.
executing: '/sbin/depmod -aq'...
-> done.
-> Driver file installation is complete.
-> Running post-install sanity check:
ERROR: Unable to get file properties for '/usr/lib64/libGL.so.1' (No such file
or directory).
WARNING: The symbolic link '/usr/lib64/libGL.so.1' does not exist. This is
necessary for correct operation of the NVIDIA Accelerated Graphics
Driver for Linux-x86_64. You can create this symbolic link manually
by executing `ln -sf libGL.so.1.0.6629 /usr/lib64/libGL.so.1`.
ERROR: Unable to get file properties for '/usr/lib64/libGLcore.so.1' (No such
file or directory).
WARNING: The symbolic link '/usr/lib64/libGLcore.so.1' does not exist. This is
necessary for correct operation of the NVIDIA Accelerated Graphics
Driver for Linux-x86_64. You can create this symbolic link manually
by executing `ln -sf libGLcore.so.1.0.6629
/usr/lib64/libGLcore.so.1`.
ERROR: Unable to get file properties for '/usr/lib64/libnvidia-tls.so.1' (No
such file or directory).
WARNING: The symbolic link '/usr/lib64/libnvidia-tls.so.1' does not exist.
This is necessary for correct operation of the NVIDIA Accelerated
Graphics Driver for Linux-x86_64. You can create this symbolic link
manually by executing `ln -sf libnvidia-tls.so.1.0.6629
/usr/lib64/libnvidia-tls.so.1`.
ERROR: Unable to get file properties for '/usr/lib64/tls/libnvidia-tls.so.1'
(No such file or directory).
WARNING: The symbolic link '/usr/lib64/tls/libnvidia-tls.so.1' does not exist.
This is necessary for correct operation of the NVIDIA Accelerated
Graphics Driver for Linux-x86_64. You can create this symbolic link
manually by executing `ln -sf libnvidia-tls.so.1.0.6629
/usr/lib64/tls/libnvidia-tls.so.1`.
ERROR: Unable to get file properties for
'/usr/X11R6/lib64/libXvMCNVIDIA_dynamic.so.1' (No such file or
directory).
WARNING: The symbolic link '/usr/X11R6/lib64/libXvMCNVIDIA_dynamic.so.1' does
not exist. This is necessary for correct operation of the NVIDIA
Accelerated Graphics Driver for Linux-x86_64. You can create this
symbolic link manually by executing `ln -sf libXvMCNVIDIA.so.1.0.6629
/usr/X11R6/lib64/libXvMCNVIDIA_dynamic.so.1`.
-> done.
-> Post-install sanity check failed.
-> Shared memory test passed.
-> Running runtime sanity check:
ERROR: The runtime configuration check failed for library 'libGL.so.1.0.6629'
(expected: '/usr/lib64/libGL.so.1', found: 'not'). The most likely
reason for this is that conflicting OpenGL libraries are installed in a
location not inspected by nvidia-installer. Please be sure you have
uninstalled any third-party OpenGL and third-party graphics driver
packages.
-> done.
-> Runtime sanity check failed.
ERROR: Installation has failed. Please see the file
'/var/log/nvidia-installer.log' for details. You may find suggestions
on fixing installation problems in the README available on the Linux
driver download page at www.nvidia.com.
Pourtant j'ai certains des fichiers qui posent pb, dois-je créer les liens à la main ?? :
[root@FC3 log]# ll /usr/X11R6/lib64/libXvMCNVIDIA.so.1.0.6629
-rwxr-xr-x 1 root root 191616 jan 15 15:53 /usr/X11R6/lib64/libXvMCNVIDIA.so.1.0.6629
[root@FC3 log]# ll /usr/lib64/libnvidia-tls.so.1.0.6629
-rwxr-xr-x 1 root root 3312 jan 15 15:53 /usr/lib64/libnvidia-tls.so.1.0.6629
[root@FC3 log]# ll /usr/lib64/libGL.so.1.0.6629
-rwxr-xr-x 1 root root 600408 jan 15 15:53 /usr/lib64/libGL.so.1.0.6629
[root@FC3 log]# ll /usr/lib64/libGLcore.so.1.0.6629
-rwxr-xr-x 1 root root 6675104 jan 15 15:53 /usr/lib64/libGLcore.so.1.0.6629
[root@FC3 log]# ll /usr/lib64/tls/libnvidia-tls.so.1.0.6629
-rwxr-xr-x 1 root root 3024 jan 15 15:53 /usr/lib64/tls/libnvidia-tls.so.1.0.6629
[root@FC3 log]# ll /usr/lib64/libGL.so.1
ls: /usr/lib64/libGL.so.1: Aucun fichier ou répertoire de ce type
[root@FC3 log]# ll /usr/lib64/libGL.so.1.0.6629
-rwxr-xr-x 1 root root 600408 jan 15 15:53 /usr/lib64/libGL.so.1.0.6629
[root@FC3 log]# ll /usr/lib64/libGLcore.so.1
ls: /usr/lib64/libGLcore.so.1: Aucun fichier ou répertoire de ce type
[root@FC3 log]# ll /usr/lib64/libnvidia-tls.so.1
ls: /usr/lib64/libnvidia-tls.so.1: Aucun fichier ou répertoire de ce type