nVidia provides linux drivers from its website.同社のウェブサイトからのNVIDIAのLinuxドライバを提供します。 Unfortunately it doesn’t work with recent kernels.残念ながら、最近のカーネルでは動作しません。 The installation script fails in multiple ways.失敗した場合、インストールスクリプトを複数の方法があります。 After much googling and with tons of diverse advices I found the simple solution. googlingのとした後くらいトンの多様なアドバイスを見つけたのシンプルなソリューションです。

BTW: By default nv driver is installed for nVidia cards which provides very poor graphics performance even for non-gaming usage.ところで:デフォルトネバダカード用にnvidiaドライバがインストールされ非常に非常に悪いグラフィックス性能を提供する以外にもゲームの利用方法です。 Also you cannot use dual monitors with it using TwinView or Xinerama.また、デュアルモニタを使用することはできませんのTwinViewやXineramaを使用しています。

You need to install the rpm distribution from livna.このrpmをインストールする必要がlivna分布からです。 However before that you need to ensure that you have the proper kernel for your cpu.しかしその前にする必要がありますことを確保するための適切なカーネルは、お客様のCPUです。 Please follow the guide here:ここで次のガイド:
How (& Why) To Install i686 Kernel In Fedora Core 6 in 7 Stepsどのように( &なぜ) i686とカーネルをインストールするにはFedora Core 6 、 7つのステップ

1. 1 。 First install the livna repository:最初にインストールしてlivnaリポジトリ:
rpm -Uhv http://rpm.livna.org/livna-release-6.rpm 超高真空はrpm - http://rpm.livna.org/livna-release-6.rpm

Alternatively you can directly add the following entries to /etc/yum.conf:代わりに直接追加することができます。は、次のエントリを/ etc / yum.conf :
[livna-stable] [ livna -安定]
name=Livna.org Fedora Compatible Packages (stable) 名前=ソフト帽livna.orgの互換パッケージ(安定版)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable のbaseURL = http://rpm.livna.org/fedora/ $ releasever / $ basearch / Yumの/安定性
gpgcheck=1 gpgcheck = 1

2. 2 。 Then import the livna GPG key for verification of rpm: livna GPGキーを入力し、インポートして検証のRPM :
rpm –import http://rpm.livna.org/RPM-LIVNA-GPG-KEY インポートはrpm - http://rpm.livna.org/rpm-livna-gpg-key

3. 3 。 Now you are ready to install the rpm:今すぐあなたがインストールの準備が完了し、 RPM :
yum install kmod-nvidia YumのインストールのNVIDIAのkmod -

This should automatically do everthing required to install the driver.これは自動的に行うなeverthing 、ドライバをインストールする必要があります。

4. 4 。 Reboot the machine.マシンを再起動してください。 You should see nVidia logo flash by. NVIDIAのロゴフラッシュで表示されるはずです。

5. 5 。 Execute:実行してください:
glxinfo | grep direct glxinfo | grepダイレクト

If you see: direct rendering: Yes , you are good to go.場合に参照してください: 直接レンダリング:はい 、あなたがいいですよ。 You can also display further details about the installed driver as follows:表示することもできますより詳細なドライバのインストールの詳細については以下のとおり:
yum info kmod-nvidia yumインフォメーションのkmod - NVIDIAの

You will see something like this:が表示さのようになります:
Loading “installonlyn” plugin 読み込んでいますの" installonlyn "差込式
Setting up repositories リポジトリを設定する
Reading repository metadata in from local files 読書のリポジトリからローカルファイルのメタデータ
Installed Packages インストール済みのパッケージ
Name : kmod-nvidia 名:のkmod - NVIDIAの
Arch : i686 アーチ: i686と
Version: 1.0.9755 バージョン: 1.0.9755
Release: 2.2.6.20_1.2933.fc6 発売: 2.2.6.20_1.2933.fc6
Size : 7.1 M サイズ: 7.1メートル
Repo : installed レポ:インストール
Summary: nvidia kernel module(s) 要約: nvidiaカーネルモジュール(秒)

Use nVidia Display Settings to further configure your driver. NVIDIAのディスプレイ設定をより詳細な設定を使用してドライバを使用します。 Next I will talk about setting twin monitors on Fedora Core 6.次の話を私はツインモニタの設定をFedora Coreの6 。