Differences between version 7 and predecessor to the previous major change of NvidiaDriverHowto.
Other diffs: Previous Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 7 | Last edited on Wednesday, October 11, 2006 9:06:29 pm | by IanMcDonald | Revert |
Older page: | version 6 | Last edited on Friday, July 7, 2006 11:49:40 am | by AristotlePagaltzis | Revert |
@@ -1,7 +1,7 @@
To get the most out of Nvidia graphics cards, you need to download the drivers from [nvidia | http://www.nvidia.com/object/linux.html]. Because of Nvidia's licencing, these usually can not be included in Linux distributions. Most distros come with the [Free] nv driver. This works well but only provides basic functionality. It doesn't do 3D graphics acceleration, so can not support some games.
-If you're running Ubuntu you should install the linux-restricted-modules-*-nvidia and nvidia-glx packages, as described on the [Ubuntu wiki|https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia]. If you have an older TNT, TNT2 or GeForce2 card you will want linux-restricted-modules-*-nvidia-legacy and nvidia-glx-legacy packages instead. You might also want the nivdia-settings package which adds things like gamma correction to the control panel, or the nvclock package if you want to try overclocking your graphics card.
+If you're running [
Ubuntu]
you should install the linux-restricted-modules-*-nvidia and nvidia-glx packages, as described on the [Ubuntu wiki|https://wiki.ubuntu.com/BinaryDriverHowto/Nvidia]. If you have an older TNT, TNT2 or GeForce2 card you will want linux-restricted-modules-*-nvidia-legacy and nvidia-glx-legacy packages instead. You might also want the nivdia-settings package which adds things like gamma correction to the control panel, or the nvclock package if you want to try overclocking your graphics card.
!! Preparation
Read the README file available from nvidia, this has lots of good detail on installation and troubleshooting.
@@ -37,7 +37,9 @@
If you use a "vanilla" 2.6.9 LinuxKernel, you will probably need nvidia driver version 1.0-6629 or later. 6111 and 5336 failed to compile against 2.6.9 for me (JohnMcPherson) due to a symbol that is no longer exported to modules by the kernel.
!!Support for older cards
Sometime in the 0.7xxx series, nvidia dropped support for TNT,TNT2 and older GeForce2 cards from their unified driver. If you have one of these cards you have to use a ["legacy" driver |http://www.nvidia.com/object/linux_display_ia32_1.0-7174.html]
+
+See also NvidiaTwinView
----
CategoryHowto