Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Which graphics card?  (Read 2338 times)

0 Members and 1 Guest are viewing this topic.

Linux711

    Topic Starter


    Mentor

    Thanked: 59
    • Yes
    • Programming Blog
  • Certifications: List
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
Which graphics card?
« on: November 15, 2010, 06:29:56 PM »
I found two graphics cards on newegg and I can't figure out which is better. It's probably the more expensive one  :) , but I want to be sure.

One has 512MB GDDR5 and the other has 1GB DDR5.

http://www.newegg.com/Product/Product.aspx?Item=N82E16814130531
http://www.newegg.com/Product/Product.aspx?Item=N82E16814130542

And yes, I am aware that there are better cards, but I need it to be low power. So just tell me which one of these is better.

Thanks.
YouTube

"Genius is persistence, not brain power." - Me

"Insomnia is just a byproduct of, "It can't be done"" - LaVolpe

Computer_Commando



    Hacker
  • Thanked: 494
  • Certifications: List
  • Computer: Specs
  • Experience: Expert
  • OS: Windows 10
Re: Which graphics card?
« Reply #1 on: November 15, 2010, 06:48:20 PM »
Virtually identical except for amount of memory.  Max resolution is the same for both?  I suspect Newegg specs are incorrect.  Look at manufacturer's data sheets to compare.  Less memory will consume less power.  1GB video memory is probably more than you'll ever need.

2x3i5x



    Expert
  • Thanked: 134
  • Computer: Specs
  • Experience: Familiar
  • OS: Windows 10
Re: Which graphics card?
« Reply #2 on: November 15, 2010, 07:11:33 PM »
Virtually identical except for amount of memory.  Max resolution is the same for both?  I suspect Newegg specs are incorrect.  Look at manufacturer's data sheets to compare.  Less memory will consume less power.  1GB video memory is probably more than you'll ever need.



Linux711, what do you want for your card? Some gaming wanted or not?


The main difference: one card has 1GB memory on it, but 850Mhz effective clock speed. The other has only 512 memory but 3588 Mhz effective clock speed. The price difference about $4~5 if I am not mistaken.



what's more important? GPU effective clock speed or amount of memory coming with the card? (all other specs equal, that is)

More ram on GPU allows for a smoother graphics on higher resolutions. But then again, more memory? But with the card having the higher memory amount, couldn't you just OC the card if you wanted to?


If anybody got any insight on this, that'll determine which of the two cards you probably want to be buying.






BC_Programmer


    Mastermind
  • Typing is no substitute for thinking.
  • Thanked: 1140
    • Yes
    • Yes
    • BC-Programming.com
  • Certifications: List
  • Computer: Specs
  • Experience: Beginner
  • OS: Windows 11
Re: Which graphics card?
« Reply #3 on: November 15, 2010, 07:27:08 PM »
The main difference: one card has 1GB memory on it, but 850Mhz effective clock speed. The other has only 512 memory but 3588 Mhz effective clock speed. The price difference about $4~5 if I am not mistaken.
The fact remains they use the exact same GPU; "SuperClocking" one isn't going to give the (hopefully a typo) gargantuan boost of 850Mhz to 3588Mhz. The SuperClocked version is more likely to be somewhere around 1Ghz, despite what the specification sheet says (also note  that the first one notes 850Mhz, 3.4gbps effective, whereas the other says "3588Mhz Effective" they probably cannot be compared directly.

Quote
what's more important? GPU effective clock speed or amount of memory coming with the card? (all other specs equal, that is)
Depends entirely on what it will be used for. And also, if for games, entirely on what games are played.

Quote
More ram on GPU allows for a smoother graphics on higher resolutions. But then again, more memory? But with the card having the higher memory amount, couldn't you just OC the card if you wanted to?
More RAM on a GPU doesn't allow for smoother graphics in higher resolutions. the memory used by the 2-dimensional screen pixels, even when doublebuffered, won't exceed about 16MB of space, even for a huge 1600x1200 screen. Video Card memory is used almost exclusively for storing textures. Textures whose quality settings in-game directly affect the texture resolutions; this means that more VRAM translates directly to either More Texture or higher- Resolution textures; using a texture quality above what your card's memory can handle means that many textures will be stored in system RAM, which means that the card will have to wait for a free DMA access to get to the data; needless to say reaching across the Bus, even if it is a high-speed PCI-E bus, is still a lot slower then simply reading from the high-speed VRAM. Clock-speed of the GPU will not make reading data from the System any faster. In fact, it means that even more of the otherwise faster cycles will be wasted, since it also has less texture memory. And this is only for textures; there are of course varying qualities to the other components, such as shaders, vertexes, polygons, and so forth; the code for a shader still has to be stored and accessed from video memory, just as the vertex data has to be stored in VRAM to be accessed by the rendering pipeline. a higher speed GPU doesn't mean that the memory will be accessed  faster. The latency is still the same. The GPU processes the Vertex, texture, and lighting data and performs the hardware Transform, Lighting, and texture mapping, and nowadays it also calculates the normals of each triangle. faster GPU speed translates directly into the ability to display more polygons; but remember that the vertexes, textures, and so forth that the GPU is now working with faster still need to be stored in the Video Memory- having a faster GPU in no way "compensates" for less Video memory, just as having lots of Video memory cannot compensate for a slow GPU.
I was trying to dereference Null Pointers before it was cool.

Linux711

    Topic Starter


    Mentor

    Thanked: 59
    • Yes
    • Programming Blog
  • Certifications: List
  • Computer: Specs
  • Experience: Experienced
  • OS: Windows 7
Re: Which graphics card?
« Reply #4 on: November 16, 2010, 07:51:05 AM »
I think I am going to get the 1GB version of the card because the superclocked one isn't much faster according to these pages:

http://www.evga.com/products/moreInfo.asp?pn=512-P3-1242-LR&family=GeForce%20200%20Series%20Family
http://www.evga.com/products/moreinfo.asp?pn=01G-P3-1246-LR&family=21

Quote
one isn't going to give the (hopefully a typo) gargantuan boost of 850Mhz to 3588Mhz
When I saw this on newegg, I thought it wasn't right. If you look at the pages above, it says 3588Mhz for the superclocked one and 3400Mhz for the normal one so it must have been a typo.
YouTube

"Genius is persistence, not brain power." - Me

"Insomnia is just a byproduct of, "It can't be done"" - LaVolpe