nVidia provides linux drivers from its website. nVidia ofrece drivers Linux de su página web. Unfortunately it doesn’t work with recent kernels. Lamentablemente no funciona con los últimos núcleos. The installation script fails in multiple ways. El script de instalación falla de múltiples maneras. After much googling and with tons of diverse advices I found the simple solution. Después de mucho Google y con toneladas de diversos consejos he encontrado la solución sencilla.

BTW: By default nv driver is installed for nVidia cards which provides very poor graphics performance even for non-gaming usage. BTW: Por defecto, nv conductor está instalado para tarjetas nVidia que proporciona muy pobre el rendimiento de los gráficos incluso en el caso de no uso de juegos de azar. Also you cannot use dual monitors with it using TwinView or Xinerama. Asimismo, no se puede usar con dos monitores utilizando TwinView o Xinerama.

You need to install the rpm distribution from livna. Tendrá que instalar el rpm distribución de livna. However before that you need to ensure that you have the proper kernel for your cpu. Sin embargo antes de que usted necesita para asegurar que tenga el kernel adecuado para tu cpu. Please follow the guide here: Por favor, siga la guía aquí:
How (& Why) To Install i686 Kernel In Fedora Core 6 in 7 Steps ¿Cómo (y por qué) para instalar i686 Kernel En Fedora Core 6 en 7 pasos

1. First install the livna repository: Primero debe instalar el repositorio 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: También puede añadir directamente las siguientes entradas al / etc / yum.conf:
[livna-stable] [livna-estable]
name=Livna.org Fedora Compatible Packages (stable) name = Livna.org Fedora Compatible Packages (estable)
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: A continuación, importar la clave GPG livna para la verificación 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: Ahora está listo para instalar el rpm:
yum install kmod-nvidia Yum instalar kmod-NVIDIA

This should automatically do everthing required to install the driver. Esto debería hacer automáticamente everthing necesarios para instalar el controlador.

4. Reboot the machine. Reinicie la máquina. You should see nVidia logo flash by. Usted debe ver nVidia logo de flash.

5. Execute: Ejecute:
glxinfo | grep direct glxinfo | grep directo

If you see: direct rendering: Yes , you are good to go. Si usted ve: direct rendering: Sí, usted es buena para ir. You can also display further details about the installed driver as follows: También puede mostrar más detalles sobre el controlador instalado de la siguiente manera:
yum info kmod-nvidia Yum Info kmod-NVIDIA

You will see something like this: Verá algo como esto:
Loading “installonlyn” plugin Cargando "installonlyn" plugin
Setting up repositories La creación de repositorios
Reading repository metadata in from local files Lectura repositorio de metadatos en archivos locales
Installed Packages Los paquetes instalados
Name : kmod-nvidia Nombre: kmod-NVIDIA
Arch : i686 Arch: i686
Version: 1.0.9755 Versión: 1.0.9755
Release: 2.2.6.20_1.2933.fc6 Release: 2.2.6.20_1.2933.fc6
Size : 7.1 M Tamaño: 7,1 M
Repo : installed Repo: instalado
Summary: nvidia kernel module(s) Resumen: nvidia módulo del kernel (s)

Use nVidia Display Settings to further configure your driver. Utilice Configuración de pantalla de nVidia para seguir configurando su conductor. Next I will talk about setting twin monitors on Fedora Core 6. A continuación voy a hablar acerca de la configuración de dos monitores en Fedora Core 6.