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 。