nVidia provides linux drivers from its website. nVidia fournit des pilotes Linux sur son site internet. Unfortunately it doesn’t work with recent kernels. Malheureusement, il ne fonctionne pas avec les noyaux récents. The installation script fails in multiple ways. Le script d'installation ne parvient pas à multiples façons. After much googling and with tons of diverse advices I found the simple solution. Après de longues et Google, avec des tonnes de divers conseils, j'ai trouvé la solution simple.

BTW: By default nv driver is installed for nVidia cards which provides very poor graphics performance even for non-gaming usage. BTW: Par défaut nv pilote est installé pour les cartes nVidia qui fournit très pauvres performances graphiques, même pour les non-utilisation de jeux. Also you cannot use dual monitors with it using TwinView or Xinerama. Aussi vous ne pouvez pas utiliser deux moniteurs avec l'aide de Xinerama ou TwinView.

You need to install the rpm distribution from livna. Vous devez installer le régime de distribution de livna. However before that you need to ensure that you have the proper kernel for your cpu. Toutefois, avant que vous devez vous assurer que vous avez le bon noyau pour votre unité centrale de traitement. Please follow the guide here: S’il vous plaît suivez le guide ici:
How (& Why) To Install i686 Kernel In Fedora Core 6 in 7 Steps Comment (et pourquoi) pour installer le noyau i686 dans Fedora Core 6 en 7 étapes

1. First install the livna repository: Installez d'abord le dépôt livna:
rpm -Uhv http://rpm.livna.org/livna-release-6.rpm rpm-UHV http://rpm.livna.org/livna-release-6.rpm

Alternatively you can directly add the following entries to /etc/yum.conf: Sinon, vous pouvez directement ajouter l'entrée suivante dans / etc / yum.conf:
[livna-stable] [livna-stable]
name=Livna.org Fedora Compatible Packages (stable) name = Livna.org Fedora Compatible Packages (stable)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable baseurl = http://rpm.livna.org/fedora/ $ releasever / $ basearch / yum / stable
gpgcheck=1 gpgcheck = 1

2. Then import the livna GPG key for verification of rpm: Puis importer les clés GPG livna pour la vérification de RPM:
rpm –import http://rpm.livna.org/RPM-LIVNA-GPG-KEY rpm-import http://rpm.livna.org/RPM-LIVNA-GPG-KEY

3. Now you are ready to install the rpm: Vous êtes maintenant prêt à installer le rpm:
yum install kmod-nvidia yum install kmod-NVIDIA

This should automatically do everthing required to install the driver. Cela devrait automatiquement faire everthing nécessaire pour installer le pilote.

4. Reboot the machine. Redémarrez la machine. You should see nVidia logo flash by. Vous devriez voir nVidia logo flash par.

5. Execute: Exécutez:
glxinfo | grep direct glxinfo | grep direct

If you see: direct rendering: Yes , you are good to go. Si vous voyez: le rendu direct: Oui, vous êtes prêts à partir. You can also display further details about the installed driver as follows: Vous pouvez également afficher plus de détails sur le pilote installé comme suit:
yum info kmod-nvidia Yum Info kmod-NVIDIA

You will see something like this: Vous verrez quelque chose comme ceci:
Loading “installonlyn” plugin Chargement "installonlyn" plugin
Setting up repositories Mise en place des dépôts
Reading repository metadata in from local files Lecture référentiel de métadonnées dans les fichiers locaux
Installed Packages Les paquets installés
Name : kmod-nvidia Nom: kmod-NVIDIA
Arch : i686 Arch: i686
Version: 1.0.9755 Version: 1.0.9755
Release: 2.2.6.20_1.2933.fc6 Communiqué: 2.2.6.20_1.2933.fc6
Size : 7.1 M Taille: 7,1 M
Repo : installed Repo: installé
Summary: nvidia kernel module(s) Résumé: nvidia kernel module (s)

Use nVidia Display Settings to further configure your driver. Utilisez Paramètres d'affichage nVidia pour configurer votre pilote. Next I will talk about setting twin monitors on Fedora Core 6. Maintenant je vais parler de la mise en double contrôle sur Fedora Core 6.