felix,
There is a huge difference. The more you learn about OpenGL and its capabilities, the more you'll understand why.
Gaming cards such as Nvidia's GeForce line aren't well suited for 3D development. What you find on such cards is hardware that is tweaked to run specific functions within OpenGL and DirectX/Direct3D that are commonly found in games. Very little of each coding language is actually supported "
in the hardware" compared to what a professional app such as AutoCAD would demand (mostly talking about OpenGL here).
So if you were to use a GeForce card instead, you would immediately notice a hit in "rendering" time, and in many cases, a loss in quality of the final result. When something is demanded that isn't supported by the hardware, it is then forced onto the CPU to process through emulation (which is very, very slow as you can probably imagine). And because it's like emulation, items can be skipped over to get to the final result which may sacrifice detail. Nvidia's Quadro as an example would eliminate that by providing more hardware support of each language, speeding up rendering time and enhancing detail.
This article might help you understand some of these differences:
___________________________
branchtom,
That's the reason why I asked for a link!
As you can see from this link I'm going to show you, that board can support DDR 533, 667, or 800:
This makes sense because a lot of newer Intel processors still only have a 1066MHz FSB. So to get the memory to match exactly, you would want to run 533MHz DDR2 in dual-channel. Apparently, Newegg is only posting the "max" speed of memory supported. If you look in the lower left on any product page at that site, there will be a link like the one I gave you that takes you out to the manufacturer's website for the specs.
Just keep in mind that if you upgrade the processor that has a faster frontside bus, you will want to upgrade the memory as well to stay in synch.
~cdogg
"
Insanity: doing the same thing over and over again and expecting different results." - Albert Einstein
[tab][navy]For general rules and guidelines to get better answers, click here:[/navy] faq219-2884