Nvidia et mdk comunity 10.1

Fermé
samou52 - 20 nov. 2004 à 18:44
 Thierry L - 10 déc. 2004 à 17:47
Bonjour tout le monde, j' ai installer mdk v10.1 comunity il y a quelques temps et j' aimerais profiter des quelques jeux disponibles donc j' ai essayer d' installer  les drivers nvidia (NVIDIA-Linux-x86-1.0-6629-pkg1.run) pour ma Geforce4 TI 4600, j'ai fait exactement ça:


telinit 3 (en root)
chmod +xx NVIDIA-Linux-x86-1.0-6629-pkg1.run
./NVIDIA-Linux-x86-1.0-6629-pkg1.run -x
service dm stop
./NVIDIA-Linux-x86-1.0-6629-pkg1/nvidia-installer -a
vi /etc/X11/xorg.conf <= J' ai remplacer 'nv' par 'nvidia' dans la section « Device »
vi /etc/modprobe.preload <= j' ai mis nvidia
service dm start
startx

Et l'affichage X ne se lance pas, ca met des erreurs et au redémarrage ça me lance en mode texte.
Mon fichier Xorg.0.log est dispo sur : http://membres.lycos.fr/samou52/Xorg.0.log
mais j'ai aussi un fichier Xorg.0.log.old (je ne sais pas pourquoi) dispo ici : http://.membres.lycos.fr/samou52/Xorg.0.log.old


J' ai aussi essayer de faire make install (en me plaçant dans NVIDIA-Linux-x86-1.0-6629-pkg) à la place de ./nvidia-installer :

[root@localhost NVIDIA-Linux-x86-1.0-6629-pkg1]# make install
cd usr/src/nv; make install
make[1]: Entering directory `/home/sam/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv'
If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the appropriate nvidia-installer command line option.

*** Unable to determine the target kernel version. ***

make[1]: *** [select_makefile] Erreur 1
make[1]: Leaving directory `/home/sam/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv'
make: *** [kernel_module_install] Erreur 2
[root@localhost NVIDIA-Linux-x86-1.0-6629-pkg1]#

Je ne sais pas trop quoi faire, si vous avez des idées, n'hésitez pas !

++ Merci ++
Bonjour tout le monde, j' ai installer mdk v10.1 comunity il y a quelques temps et j' aimerais profiter des quelques jeux disponibles donc j' ai essayer d' installer  les drivers nvidia (NVIDIA-Linux-x86-1.0-6629-pkg1.run) pour ma Geforce4 TI 4600, j'ai fait exactement ça:


telinit 3 (en root)
chmod +xx NVIDIA-Linux-x86-1.0-6629-pkg1.run
./NVIDIA-Linux-x86-1.0-6629-pkg1.run -x
service dm stop
./NVIDIA-Linux-x86-1.0-6629-pkg1/nvidia-installer -a
vi /etc/X11/xorg.conf <= J' ai remplacer 'nv' par 'nvidia' dans la section « Device »
vi /etc/modprobe.preload <= j' ai mis nvidia
service dm start
startx

Et l'affichage X ne se lance pas, ca met des erreurs et au redémarrage ça me lance en mode texte.
Mon fichier Xorg.0.log est dispo sur : http://membres.lycos.fr/samou52/Xorg.0.log
mais j'ai aussi un fichier Xorg.0.log.old (je ne sais pas pourquoi) dispo ici : http://.membres.lycos.fr/samou52/Xorg.0.log.old


J' ai aussi essayer de faire make install (en me plaçant dans NVIDIA-Linux-x86-1.0-6629-pkg) à la place de ./nvidia-installer :

[root@localhost NVIDIA-Linux-x86-1.0-6629-pkg1]# make install
cd usr/src/nv; make install
make[1]: Entering directory `/home/sam/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv'
If you are using a Linux 2.4 kernel, please make sure
you either have configured kernel sources matching your
kernel or the correct set of kernel headers installed
on your system.

If you are using a Linux 2.6 kernel, please make sure
you have configured kernel sources matching your kernel
installed on your system. If you specified a separate
output directory using either the "KBUILD_OUTPUT" or
the "O" KBUILD parameter, make sure to specify this
directory with the SYSOUT environment variable or with
the appropriate nvidia-installer command line option.

*** Unable to determine the target kernel version. ***

make[1]: *** [select_makefile] Erreur 1
make[1]: Leaving directory `/home/sam/NVIDIA-Linux-x86-1.0-6629-pkg1/usr/src/nv'
make: *** [kernel_module_install] Erreur 2
[root@localhost NVIDIA-Linux-x86-1.0-6629-pkg1]#

Je ne sais pas trop quoi faire, si vous avez des idées, n'hésitez pas !

++ Merci ++

2 réponses

Utilisateur anonyme
20 nov. 2004 à 18:55
pouff c'est le copier-coller!
Désolé
0
Même prolème résolu de cette façon :

modifier le fichier modprobe.preload dans /etc en rajoutant nvidia à la liste.

n'oublie pas non plus ceci :

# chmod 0666 /dev/nvidia*

et

# chown root /dev/nvidia*

pour que les utilisateurs puissent utiliser la 3D

Bonne chance (normalement ça fonctionne)
0