[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Pilote débian - NVIDIA GF4 mx 440SE



Salut,

J'ai la meme carte que toi et j'ai réussi à installer les pilotes.

Voici comment j'ai fais.

Tout d'abord le premier probleme rencontré fut le même que le tien avec modverision.h.

Pour résoudre ce problème, j'ai du nommer le repertoire des sources linux-2.4.18 dans /usr/src. Tout ceci parce que pour repérer les sources le Makefile utilise la comande uname -r.

Ensuite si la compliation se passe bien pour les deux fichiers ( GLX ne compile rien, il copie les drivers dans /usr/X11R6), tu peux executer les commandes suivantes :

    - lsmod : liste les modules chargé en mémoire centrale.L'install de nvidia kernel charge un module nvidia en mémoire. Tu dois y voir nvidia.
    - si cela à marché, tu peux lancer la commande suivante : dpkg-reconfigure xserver-xfree86 et lorsque tu arriveras au choix des pilotes tu prends nvidia et non nv.

    - enfin tu lance un startx pour tester et tu devrais avoir un beau logo nvidia au démarrage. :-)


J'espère que ça pourra t'aider,

Si t'y arrive pas, n'hésite pas à reposer des question, car moi aussi j'ai galérer à installer ma première carte nvidia.

A+

Olivier




Loblique a écrit:
Merci pour ton conseil.
J'ai essayé et cela n'a pas marché... mais je vais te donner la démarche que
j'ai suivie ce qui pourra certainement expliquer des erreurs. Mais je suis
un débutant et ce n'est pas toujours évident :-/ Mais je garde espoir :-)

En fait j'ai suivie la démarche qui est proposé dans le la notice du
constructeur NVIDIA.

INSTALLING/UPGRADING BY TAR FILE

Instructions for the Impatient:

        $ tar xvzf NVIDIA_kernel.tar.gz  (mon fichier se nomme
NVIDIA_kernel-1.0-4191.tar.gz)
        $ tar xvzf NVIDIA_GLX.tar.gz     (mon fichier se nomme
NVIDIA_GLX-1.0-4191.tar.gz)
        $ cd NVIDIA_kernel
        $ make install
        $ cd ../NVIDIA_GLX
        $ make install

Instructions:

To install from tar file, unpack each file:

        $ tar xvzf NVIDIA_kernel.tar.gz
        $ tar xvzf NVIDIA_GLX.tar.gz

cd into the NVIDIA_kernel directory.  Type 'make install'.  This will
compile the kernel interface to the NVIDIA kernel module, link it,
copy it into place, and attempt to load it into the running kernel:

        $ cd NVIDIA_kernel
        $ make install

Next, move into the NVIDIA_GLX directory.  Type 'make install' -- this
will copy the needed OpenGL and XFree86 files into place:

        $ cd ../NVIDIA_GLX
        $ make install

Note that the "make install" for each package will remove any previously
installed NVIDIA drivers.


__________________________________________________________________________

(sec-03) EDITING YOUR XF86CONFIG FILE
__________________________________________________________________________

When XFree86 4.0 was released, it used a slightly different XF86Config
file syntax than the 3.x series did, and so to allow both 3.x and 4.x
versions of XFree86 to co-exist on the same system, it was decided that
XFree86 4.x was to use the configuration file "/etc/X11/XF86Config-4"
if it existed, and only if that file did not exist would the file
"/etc/X11/XF86Config" be used (actually, that is an over-simplification
of the search criteria; please see the XF86Config man page for a complete
description of the search path).  Please make sure you know what
configuration file XFree86 is using.  If you are in doubt, look for a
line beginning with "(==) Using config file:" in your XFree86 log file
("/var/log/XFree86.0.log").  This README will use "XF86Config" to refer
to your configuration file, whatever it is named.

If you do not have a working XF86Config file, there are several ways
to start: there is a sample config file that comes with XFree86, and
there is a sample config file included with the NVIDIA_GLX package (it
gets installed in /usr/share/doc/NVIDIA_GLX-1.0/).  You could also use
a program like 'xf86config'; some distributions provide their own tool
for generating an XF86Config file.  For more on XF86Config file syntax,
please refer to the man page.

If you already have an XF86Config file working with a different driver
(such as the 'nv' or 'vesa' driver), then all you need to do is find
the relevant Device section and replace the line:

        Driver "nv"
    (or Driver "vesa")

with

        Driver "nvidia"

In the Module section, make sure you have:

        Load   "glx"

You should also remove the following lines:

        Load  "dri"
        Load  "GLcore"

if they exist.  There are also numerous options that can be added to
the XF86Config file to fine-tune the NVIDIA XFree86 driver.  Please see
Appendix D for a complete list of these options.

Once you have configured your XF86Config file, you are ready to restart
X and begin using the accelerated OpenGL libraries.  After you restart X,
you should be able to run any OpenGL application and it will automatically
use the new NVIDIA libraries.  If you encounter any problems, please
see the FREQUENTLY ASKED QUESTIONS section below.

Voilà la démarche que j'ai suivie à la lettre, mais qui me donne toujours le
même message d'erreur.
Merci encore d'avance pour ton soutien, à bientôt
Guelfe


-----Message d'origine-----
De : Damien Bouvy [mailto:dby@SODEXHO-PASS.BE]
Envoyé : mardi 25 mars 2003 09:24
À : 'loblique@freesurf.fr'
Cc : 'debian-user-french@lists.debian.org'
Objet : RE: Pilote débian - NVIDIA GF4 mx 440SE


  
infile include from nv.c:14:
nv-linux.h:24: Linux/modversions.h : No such file or directory
make: *** [nv.o] Error 1
    
c'est parce que tu n'as pas fait de lien symbolique avant de compiler :

ln -s /usr/src/kernel-headers-2.4 Linux

et cela devrait marcher.



"Dit e-mailbericht en alle documenten die ermee verzonden worden,
zijn vertrouwelijk en uitsluitend voor gebruik door de persoon of
de onderneming waaraan ze geadresseerd zijn. Indien deze e-mail
verkeerdelijk bij u terechtkomt, gelieve de afzender te verwittigen
en deze bestanden van uw computer te verwijderen.

Ce message e-mail ainsi que tous les fichiers transmis sont confidentiels
et uniquement destinés à l'usage de la personne ou de l'entité à qui
ils sont adressés. Si vous avez reçu ce message e-mail par erreur,
veuillez en informer l'expéditeur et le supprimer de tout ordinateur."


--
To UNSUBSCRIBE, email to debian-user-french-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact
listmaster@lists.debian.org


  


Reply to: