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.經過多番使用Google和噸各種意見,我發現,簡單的解決辦法。

BTW: By default nv driver is installed for nVidia cards which provides very poor graphics performance even for non-gaming usage.的BTW :默認情況下, NV公司的司機是安裝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在七步驟

1. 1 。 First install the livna repository:首先安裝livna庫:
rpm -Uhv http://rpm.livna.org/livna-release-6.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 Fedora的兼容包(穩定)
baseurl= http://rpm.livna.org/fedora/$releasever/$basearch/yum/stable baseURL時= http://rpm.livna.org/fedora/元releasever /美元basearch /蔭/穩定
gpgcheck=1 gpgcheck = 1

2. 2 。 Then import the livna GPG key for verification of rpm:然後導入livna廣東省政府重點核查每分鐘轉速:
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 百勝安裝kmod - NVIDIA公司

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 百勝信息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 大小:七點一米
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 。