Edit Info Other
Login

xorg-x11-drv-nvidia"

Differences between revisions 1 and 2
Revision 1 as of 2008-12-14 16:10:06
Size: 2531
Editor: StewartAdam
Comment:
Revision 2 as of 2008-12-14 19:11:01
Size: 328
Editor: StewartAdam
Comment: Move the howto to where it should be, replace content with something simple for now
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
== Determining your card model ==
To determine your card model, open a Terminal (Applications > System Tools > Terminal) and type:
{{{
/sbin/lspci | grep VGA
}}}
== Installing the drivers ==
=== Akmods ===
An akmod is a new type of package similar to the kmod. Akmods have a feature set similar to dkms, as they will rebuild a binary kmod package for you if one does not exist when you boot with a new kernel. However, akmods have more overhead than regular kmods as they require a few development tools such as gcc and automake. If you think you'd like to use akmods, simply replace '''kmod''' with '''akmod''' in the instructions below. For example, kmod-nvidia-96xx becomes '''a'''kmod-nvidia-96xx. Akmods are fully compatible with regular kmods, so you can switch between the two or even use both at once without any problems.

=== Fedora 10 ===
Please remember that once the drivers are installed, they will configure your xorg.conf automatically and changes will take effect after a full reboot. There is no need to run nvidia-xconfig or other tools.

==== GeForce 6 and higher ====
{{{
yum install kmod-nvidia
}}}
==== GeForce 5 (FX series) ====
{{{
yum install kmod-nvidia-173xx
}}}
==== GeForce 2 through GeForce 4 ====
{{{
yum install kmod-nvidia-96xx
}}}
==== Older ====
Unfortunately, nVidia has not yet released a 71.xx legacy driver compatible with Fedora 10.

=== Fedora 8 and 9 ===
==== GeForce 6 and higher ====
{{{
yum install kmod-nvidia
}}}
==== GeForce 5 (FX series) ====
{{{
yum install kmod-nvidia-173xx
}}}
==== GeForce 2 through GeForce 4 ====
{{{
yum install kmod-nvidia-96xx
}}}
==== Older ====
Unfortunately, nVidia has not yet released a 71.xx legacy driver compatible with Fedora 10.
{{{
yum install kmod-nvidia-legacy
}}}

=== Special note: x86_64 users ===
If you wish to have 3D acceleration in 32bit packages such as Wine, be sure to install the xorg-x11-drv-nvidia-libs.i386 package for your driver variant. For example, if you installed kmod-nvidia then you will require xorg-x11-drv-nvidia-libs.i386, but if you install kmod-nvidia-'''96xx''', you will need xorg-x11-drv-nvidia-'''96xx'''-libs.i386.

== Troubleshooting ==
If you're experiencing problems with the drivers (in particular, lack of 3D after using nvidia-xconfig or nvidia-settings), try executing these commands:
{{{
nvidia-config-display disable
nvidia-config-display enable
}}}
This will re-configure xorg.conf for use with the RPM Fusion drivers.
== What is xorg-x11-drv-nvidia? ==
xorg-x11-drv-nvidia provides the common files for the nVidia driver. Its subpackage, xorg-x11-drv-nvidia-libs, provides the binary files and libraries which enable 3D acceleration. Together, these packages work with the nVidia kernel module to form the nvidia driver.
Line 58: Line 4:
CategoryPackages CategoryPackage

What is xorg-x11-drv-nvidia?

xorg-x11-drv-nvidia provides the common files for the nVidia driver. Its subpackage, xorg-x11-drv-nvidia-libs, provides the binary files and libraries which enable 3D acceleration. Together, these packages work with the nVidia kernel module to form the nvidia driver.


CategoryPackage