Slashdot Mirror


NVIDIA Ships Decent DX10 Graphics Card For Under $100

MojoKid writes "NVIDIA is launching a new mainstream graphics card today, aimed at consumers in the market for a relatively low-cost upgrade from an integrated graphics solution or older entry-level GPU. The new GeForce GT 240 features a GPU with 96 processor cores, 8 ROP units, and 32 texture filtering units. The GPU is manufactured using a 40nm process, features a GDDR5 memory controller (that's also compatible with GDDR3), and unlike NVIDIA's current high-end GPUs, the GT 240 is DirectX 10.1 compatible. For $100 or less, what's perhaps most interesting is that this graphics card actually puts up respectable frame rates with AA turned on and no external power needed beyond what a standard PCIe slot provides."

13 of 208 comments (clear)

  1. nVidia 9400M by Yvan256 · · Score: 3, Interesting

    How does the GT240 compare to a 9400M?

    1. Re:nVidia 9400M by Nikker · · Score: 3, Funny

      I like turtles.

      --
      A loop, by its nature, continues. If that didn't make sense, start reading this sentence again.
  2. Tom's Hardware Link by CannonballHead · · Score: 4, Informative

    I prefer the performance graphs/comparisons at Tom's Hardware.

    1. Re:Tom's Hardware Link by CannonballHead · · Score: 3, Interesting

      I looked into this a little bit. It looks like it's more or less the same performance as my 512mb 8800 GT. Anyone else confirm that? So this is mainly just a power and price thing...

    2. Re:Tom's Hardware Link by MartinSchou · · Score: 4, Funny

      Are you asking if your top range, two generation old graphics card is now having its performance matched by a low end, current generation graphics card?

  3. Um, so? by hatemonger · · Score: 3, Interesting

    While I understand that there is a psychological influence of the whole "under $100" mark, is it really that much different than the standard price reductions and increasing power of graphics cards over time?

  4. Re:Sweet. by Jeng · · Score: 4, Insightful

    Integrated graphics aren't bad by design, just implementation.

    This or better could be integrated, but instead what ends up as integrated graphics is the most bottom barrel POS that is barely capable of displaying a desktop wallpaper.

    If they can stick it in a laptop, they can put it on a motherboard.

    --
    Don't know something? Look it up. Still don't know? Then ask.
  5. Re:So, I have a question... by amicusNYCL · · Score: 3, Informative

    If a device can display video at 1080p 24+ frames per second, what's the point of more?

    Displaying a video and rendering a 3d scene are two entirely different things. With a video you don't need textures, bump mapping, or dynamic lighting, you just play the frames.

    --
    "Our two-party system is like a bowl of shit looking at itself in a mirror." - Lewis Black
  6. Re:how do ati cards at the same price do next to t by jandrese · · Score: 4, Informative

    ATI really doesn't have a card at this price point, which is probably why nVidia came up with this guy, to try to snap up the marketshare on people who have $100 to spend on a video card. Their old product at this price point was discontinued, but the replacement should be out in a couple of months or so.

    --

    I read the internet for the articles.
  7. Yay! Re-badged 9800GT FTW! by Anonymous+Freak · · Score: 5, Informative

    Come on, nVidia... Stop with the re-branding already.

    This is just a die-shrunk 9800 GT, which was just a die-shrunk 8800 GT.

    Yes, it's a great card for $100. But stop misleading people into thinking it's the same tech as the GTX 260-285.

    (They did the same with the "GTS 250", which is just a re-badged 9800 GTX, which was just a re-badged 8800 GTS.)

    --
    Another non-functioning site was "uncertainty.microsoft.com."
    The purpose of that site was not known.
  8. Re:Radeons don't have video acceleration by modemboy · · Score: 3, Informative

    Wrong! But I'll cut ya some slack cause it was only released a few weeks ago:
    http://www.phoronix.com/scan.php?page=article&item=amd_xvba_vaapi&num=1

    ATI cards do support video acceleration under linux, although not as nice of an implementation as Nvidia's yet...

  9. They don't? by Mal-2 · · Score: 3, Informative

    This is one generation old (not two) and more than adequate for the casual gamer. It's also under $100. It's also available in AGP, which is why I own one.

    Mal-2

    --
    How is the Riemann zeta function like Trump rallies? Both have an endless number of trivial zeros.
  10. Why are you people moderating him insightful? by Sycraft-fu · · Score: 4, Interesting

    This guy doesn't know what he's talking about.

    First off, DX 10 and 10.1 have a lot more in common than DX 10.1 and 11, hence the version numbers. DX 10.1 was largely a more strict version of the DX 10 standard, for example requiring 4x FSAA filtering and 32-bit FP rendering. Well all DX 10 hardware supports that anyhow so no big deal. Still there were differences that required new hardware to fully support 10.1.

    Now DX 11 has some new stuff and DX 10.1 cards are NOT compatible. Tessellation is one of those and yes earlier ATi cards do have a tessellator, but it's not DX11 compatible. However that's now all that's new. Another big one would be Shader Model 5.0. This adds various features such as double precision support and a new compute shader "basically a way of addressing the shader hardware for GPGPU stuff).

    So older cards are NOT DX 11 capable. A notable absence in the ATi 4 series would be double precision support.

    I should note that this doesn't mean that they can't use the DX 11 library, it just means they don't support DX 11 features. The break between 9 and 10 (where old hardware couldn't support 10 at all) appears to be the last for awhile. DX 10 hardware can use DX 10.1 and DX 11 APIs, but it doesn't support the new features.

    However when someone calls something a "DX 11 card" what they mean is "A card that supports the full DX 11 feature set." Currently the only cards on the market meeting that designation are the ATi 5000 series. The ATi 4000 series are DX 10.1 cards.

    For more info on what's new in DX 11 see http://msdn.microsoft.com/en-us/library/ee417843(VS.85).aspx#Full that's MS's page on it which will get as highly technical as you'd like.