| CPU Type | Command |
| i386: 486, Pentium, K5, K6, etc. | apt-get install linux-image-2.6-486 |
| i386: Athlon, Pentium Pro, P2, P3, P4, etc. | apt-get install linux-image-2.6-686 |
| amd64: Any AMD or Intel | apt-get install linux-image-2.6-amd64 |
That will keep you running the latest kernel released by Debian. If the command to install linux-headers fails later, you didn't do this step right.
| Chip Generation | nvidia-glx | nvidia-glx-dev | nvidia-kernel-source |
| Geforce 2 and older (like TNT) | nvidia-glx-legacy-71xx | nvidia-glx-legacy-71xx-dev | nvidia-kernel-legacy-71xx | |
| Geforce 4 and older (including 2 MX) | nvidia-glx-legacy-96xx | nvidia-glx-legacy-96xx-dev | nvidia-kernel-legacy-96xx | |
| Geforce FX 5xxx up to 7xxx without SSE capable CPU | nvidia-glx-legacy-96xx | nvidia-glx-legacy-96xx-dev | nvidia-kernel-legacy-96xx | |
| Geforce FX 5xxx up to 8xxx with SSE cabable CPU on Lenny and Squeeze (until 18x.xx drivers move to Squeze then treat it as Sid) | nvidia-glx | nvidia-glx-dev | nvidia-kernel | |
| Geforce FX 5xxx on Sid | nvidia-glx-legacy-173xx | nvidia-glx-legacy-173xx-dev | nvidia-kernel-legacy-173xxTD BGCOLOR="#cfcfcf"> | |
| Geforce FX 6xxx and newer on Sid | nvidia-glx | nvidia-glx-dev | nvidia-kernel | |
The newer drivers don't support systems without SSE, but since only AGP and PCI systems don't have SSE, the 96xx driver should be sufficient since it covers all AGP cards. Only 8xxx (and newer) series cards would be a problem, but those are only PCI express, which is only found on systems which have SSE.