Slashdot Mirror


Anand Reviews Athlon 64 FX-53

trickofperspective writes "Anandtech has a review of AMD's latest processor, the Athlon 64 FX-53. Long story short -- the FX-53 is a "very solid processor," but you'd be better off waiting a couple months for Socket 939."

37 of 305 comments (clear)

  1. Addendum by Anonymous Coward · · Score: 5, Informative

    Tom's review is here.

    1. Re:Addendum by Anonymous Coward · · Score: 5, Funny

      But Toms review

      is a little

      more drawn out

    2. Re:Addendum by bhtooefr · · Score: 4, Insightful

      Nice FX-51 reviews, but we want FX-53 reviews.

    3. Re:Addendum by niko9 · · Score: 5, Funny
      But

      /flash/Gaaaaaaaaaaaaaaaazzzzzzzzzillion Fasssssssssssssssssssst! ASUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUUS!!!! BUY NOW! /flash/

      Toms

      /flash/ AOPEN! New! ILLUMINATED PC SCREWS! So bright gaunrantee abrasion corneal. Super Bright many Watt!/flash/

      review

      /flash/ SOLTEK! /silver_hydrocephalus_umanoid_with_tumor_size_of_m elon.gif/ Speed Insane!/flash/

      is

      /flash/CENTRINNNNNNNNNNNNNNNNNNNNO! Post on slashdot while making a poop! Look ma No hands! INTEL INTEL INTEL!/flash/ /flash/ Do more! Email at 4.0Ghz only with INTEL! Don't be left behind, ASK TOM!!/flash/

      little

      /flash/Tom's LOOOOOOOOOOOOOOOOOOOOOOOOOOOOOOW price finder /the_hammer.gif/ /flash/

      more

      /flash/ New from Coolermaster, coolermaster refrigarator! With BLUE LED! Match case in color. To keep food cold!!!!!!/flash/

      drawn out



      A little?

    4. Re:Addendum by eggstasy · · Score: 5, Funny

      Shhhh! Look, you're new here, so let me give you some pointers. This is slashdot. We love AMD here. Everything from AMD is Holy. There are no negative reviews regarding AMD, because there is nothing bad to say about AMD. It's all a bunch of Intel-sponsored FUD.
      AMD is winning this war: Intel employees are committing suicide by the hundreds at the gates of AMD's HQ.

  2. the FX-53 is a "very solid processor" by lofoforabr · · Score: 4, Funny

    I am yet to see a very liquid (or even a gasous) processor. Wouldn't it be cool? Hey, if it would be cool, it would solve the thermal problem inherent to solid processors. Why not make them?

    1. Re:the FX-53 is a "very solid processor" by afidel · · Score: 4, Interesting

      The Cray-2 supercomputer was also liquid cooled. They used a fluid called flourinert which is electrically non-conductive but a good thermal conductor. Flourinert was origionally developed as an artificial plasma substitute for heart surgery. It is also insanely expensive, around $500/gallon!

      --
      There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
    2. Re:the FX-53 is a "very solid processor" by nomadic · · Score: 5, Funny

      It is also insanely expensive, around $500/gallon!

      Wow, that's almost as much as a comparable amount of Starbuck's coffee...

    3. Re:the FX-53 is a "very solid processor" by dubiousdave · · Score: 4, Funny
      I am yet to see a very liquid (or even a gasous) processor.

      Clearly, you've never run your Athlon without its cooler in place.

      --
      Thank you. Drive through.
    4. Re:the FX-53 is a "very solid processor" by Anonymous Coward · · Score: 4, Funny

      The newest Intel chips run hotter than the newest AMD chips. Time to update your jokes.

  3. Explaining the difference... by BJZQ8 · · Score: 5, Interesting

    I had a conversation with a neophyte that was looking to "build their own computer" yesterday...He was obsessed with the idea that megahertz=performance...I tried to tell him that an FX-51, 52, or 53 would be a much better performer, all around, than any Pentium 4, "Extreme Gaming Edition" (as he put it) or not...but in the end, he was swayed by things like "Hyperthreading" and "Netburst"...AMD is having a hard time fighting against Megahurtz Madness and Buzzword Bufoonery.

    1. Re:Explaining the difference... by snarkh · · Score: 5, Funny

      But surely AMD's HyperTransport technology with 3DNow! is a worthy contender.

    2. Re:Explaining the difference... by 74nova · · Score: 4, Interesting

      some people are also scared of amd being cheap. my brother was convinced that there were some things his amd 600 wasnt compatible with just because it was an amd. i tried to convice him otherwise and, well, he now owns a 3.whatever dell with hyperthreading.

      slightly OT, but 'Buzzword Bufoonery' is, in itself, a fantastic sort of anti-buzzword buzzword that i shall use from now on. a fictitious cookie for you if you invented that.

      --
      use your turn signal! you people act like it's divulging information to the enemy
  4. Re:Anandtech by abscondment · · Score: 5, Insightful

    You can always get a better piece of technology by waiting just a little longer--the only real reason to wait then is if the standard is going to change. If you buy this current chip, it'll be the best you can get right now. When they change to socket 939, however, you'll be stuck with what you've got--no upgrade for you!

    It's always best to buy right when the standard changes, so that you have the ability to upgrade later if you want to. If you buy right before the change, you guarantee having to purchase a whole bunch of new stuff for the next upgrade.

  5. $733 for 1000 by Nasarius · · Score: 5, Funny
    Priced at $733 for 1,000 units...

    Whooo! I can get one of these for 73 cents! :-P Yeah yeah, I know what they mean, but that's some horrible wording.

    --
    LOAD "SIG",8,1
  6. Re:Virus protection on the chip? by Anonymous Coward · · Score: 5, Interesting

    What they probably mean is the chip has the capability to set segments of memory with a do not execute bit, for parts of memory such as the stack. That reduces the amount of things that a hacker can do if he finds a buffer overflow to exploit.

  7. Re:Virus protection on the chip? by RealErmine · · Score: 5, Informative

    It just means that it has buffer overflow protection integrated into the silicon. This is just good engineering practice rather than an Orwellian plot. The article just dumbed it down.

    --
    Dewey, you fool! Your decimal system has played right into my hands!
  8. Re:Virus protection on the chip? by gokulpod · · Score: 4, Interesting

    If you knew how the protection is done you woudlnt be so critical of it. The core of AMD's Enhanced Virus Protection is the a NX bit which specifies whether a page of memory is executable or not. This way, even if buffer overruns occur in that area of memory, it wouldnt be executed. I am not really sure how this is a bad thing.

    --
    My mom never taught me to sign.
  9. Waiting by unassimilatible · · Score: 5, Funny
    you'd be better off waiting a couple months for Socket 939."

    So if I wait long enough, better, faster stuff will come out?

    --
    Slashdot "libertarians": Small government for me, big government for those I disagree with. -1, I disagree with you
    1. Re:Waiting by Anonymous Coward · · Score: 5, Informative

      There are times to wait for the next best thing...

      AMD's 754 and 940 will be replaced by 939s (I think). If you don't think you will ever want to upgrade this CPU, it doesn't matter what you choose. I think the 939s are dual channel though (754 is single).

      BUT... as for current AMD motherboards, PCI Express isn't around and is a _MUST_ at this point. PCI Express will be taking over from this point forward. This means future video cards _may not_ be available for AGP setups. I bet the higher end cards won't be at all.

      I haven't upgraded a CPU in any computer I have, but I have upgraded vid cards. I am sure AMD boards will have PCI Express soon. If you are thinking of buying, let this be your reason to hold off.

  10. wait a sec.. by Anonymous Coward · · Score: 5, Funny

    i think michaels computers had this processor in his systems for months now, this is old news ...

  11. Intel changing naming scheme..... by vwjeff · · Score: 4, Informative

    Intel is changing their naming scheme soon. You can find the article at:

    http://news.com.com/2100-1006-5174895.html

    Intel was forced into this due to the many variations of a chip with the same clock speed. It's also a good way for them to explain why their Pentium-m is faster than the Pentium 4-m.

  12. Re:Virus protection on the chip? by tiger99 · · Score: 4, Interesting
    Splendid, it will now just be up to programmers to use that facility, which I assume has to be configured by software. It has been needed for a long time.

    Now who is going to have the first kernel which sets it all up properly to be secure? Linux? OpenBSD? FreeBSD? Or will it be that backward little company in Redmond who have major quality and security problems with everything they do?

  13. Other Reviews by breakinbearx · · Score: 4, Informative

    As covered by arstechnica, there are also reviews at [H]ardOCP, Hexus, HotHardware.com, Sudhian, and The Tech Report. AMD's official announcement is here.

    --
    Skill is successfully walking a tightrope over Niagara Falls. Intelligence is not trying. -- Anonymous
  14. Re:Virus protection on the chip? by afidel · · Score: 4, Informative

    Well since every other major architecture except IA-32 has NOEXEC or similar I would imagine that every Free OS has such code already, it might need to be ported and cleaned up but most of the work should already be done. Also XP SP2 should have it later this year.

    --
    There are 4 boxes to use in the defense of liberty: soap, ballot, jury, ammo. Use in that order. Starting now.
  15. Flash for Graphs?!? by Rob+Riggs · · Score: 4, Interesting
    Who the hell uses proprietary Flash(tm) technology to display simple friggin' graphs! What the heck is the purpose of that? PNG, JPEG or GIF isn't good enough?!? Someone needs to hit these guys with a cluestick.

    That's just lame.

    --
    the growth in cynicism and rebellion has not been without cause
    1. Re:Flash for Graphs?!? by Anonymous Coward · · Score: 5, Informative

      This has been discussed a thousand times. Here goes one more...

      Anandtech gets revenue from advertisements. These advertisements are in flash. If you don't have flash enabled, then Anandtech does not get paid for that advertisement. Therefore Anandtech makes sure the information of value is also in flash, to ensure that they are compensated for your viewing of their material.

      So please, when you find that cluestick - make sure to give yourself a good whack with it.

    2. Re:Flash for Graphs?!? by Anonymous Coward · · Score: 5, Informative

      Hooray for Flash Click to View!

  16. Duel Opterons by BrookHarty · · Score: 4, Informative

    Been wanting to go back to a true Dual system, (my last was a Dual P3-800, My Dual P2-400 is my Linux box) Keeping an eye out on prices for a new modern Dual system compared to a fast AMD FX.

    You can pick up a Dual AMD-2800 for about 500 bux for a barebones cpu's+mb+case (also uses PC2100 ram). Opterons for dual systems are ridiculously priced, 248's are about 900 bux each, and motherboard for 300, so about 2500 dollars for a basic barebones system. Dual Xeon 3.2's with 1meg cache are about the same price, but xeon motherboards are less "workstation" friendly, and more expensive. ( PCI-64 slots, etc)

    Also with PCI-X gfx cards about to be released, a bunch of new motherboards will come out. And It looks like Socket 940 is going to be phased out later this year for Socket 939, so a FX buy might be a locked in purchase, with no upgrades. Which the Opteron uses 940, so I'm a little confused about the Opteron's upgrade path.

    Hoping if I want 6 months, the prices for Opterons will be down enough to build a basic dual system, with PCIExpress, and at least 2+ ghz CPU's. Something that will be fast as an FX in gaming, but also have the dual cpu smoothness feel with power of running virtual machines and crunch numbers well.

    The Xeon line is cheaper, maybe some new motherboards might come out and bump it up to the system im thinking about.

    1. Re:Duel Opterons by Tumbleweed · · Score: 4, Informative

      1) PCI-Express is what's coming, not PCI-X, which is something older. PCI-Express is mostly being abbreviated as PCI-E, from what I've seen.

      2) Socket 940 isn't the one being phased out, Socket 754 is. Socket 940 is for Opterons & Athlon FXs. Athlon 64s are what use Socket 754, and that's the one being ditched for Socket 939. Once Socket 939 is available, Athlon FXs will also be made available in that socket form factor. Socket 939 & the new Athlon FXs will also enable you to use NON-registered memory, which will be less expensive, though you won't be able to use as much of it.

  17. Re:Wait a couple of months? by Phosphor3k · · Score: 5, Insightful

    What he is saying, is that the current socket form factor will be discontinued in a few months. If you want to ensure any sort of future compatibility as far as upgrades are concerned, bite your lip and wait a few months for the new socket.

  18. FX-53 tested against 16 other processors by EconolineCrush · · Score: 4, Informative

    Tech Report's review tests the FX-53 against a total of sixteen other chips. Good reading if you've got a benchmark fetish, too.

  19. Missing one important graph: by scrytch · · Score: 4, Insightful

    Price. The price difference between some of these chips they're benchmarking puts them in different leagues. The FX-53 is NOT cheap compared to the 3200, but the P4EE makes them both look like chump change. This review looked like the output of a report generator (written by Macromedia I imagine), not a review.

    --
    I've finally had it: until slashdot gets article moderation, I am not coming back.
  20. Short version: High price for little return by Junks+Jerzey · · Score: 4, Insightful

    I know, I know, these silly review sites love to have these "longer bar is better" graphics, but let's look at this rationally.

    Take the SysMark 2004 benchmark. The commodity priced Northwood 3GHz P4 clocks in at 176. This new Athlon gets a 199. Ooooh, longer bar! But what does it really mean? I means that the Athlon is ELEVEN PERCENT FASTER than the processor that's one notch above the absolute bottom end you can get in a Dell PC (3GHz, the bottom end is 2.8GHz). And the price is over THREE TIMES HIGHER. Is this worth it? Does it make sense?

    The answer is no, *unless* you are simply looking at the 64-bit capabilities. If that's the case, then great. Otherwise I don't see why anyone would care about these benchmarks.

  21. Quantum by John+Courtland · · Score: 4, Interesting

    The Quantum Computers I've seen use a gas in a pressurized chamber with lasers to "read" and "write" the quantum states of the gas molecules. (Yes pedants, I realize this is far oversimplified, but I'm making a simple observation here) There is your gas processor, I suppose.

    --
    Slashdot is proof that Sturgeon's Law applies to mankind.
  22. This is old news by mattgoldey · · Score: 4, Funny

    Michael's Computers has had these for 2 years.

  23. tests done with 64 bit OS and apps or not? by usrerco · · Score: 4, Interesting

    Hope this isn't a RTFAC (C=Carefully), but I don't see in this article if they specify the tests were done with a 64 bit version of the OS and 64 bit binaries for the apps, or just a 32 bit versions.

    Maybe I'm missing it, but in the "OS" category, they only say "Windows XP Profession SP1", no reference that I can see if it's a 64 bit version of the OS or not. Ditto for the apps.

    My understanding is (with the current state of affairs, 03/18/2004) if you run to the store and buy an AMD 64 machine, you'll get a 32 bit version of Windows and apps.

    But you only get the benefits of eg. >2^32 ram access IF you run a 64 bit OS and 64 bit apps.

    Being able to access >2^32 of ram in an app is really useful for 3D rendering of very large projects (a business I happen to associated with), so if the tests are done with 32 bit OS/Apps, the benchmarks would seem to be not so useful for that purpose.

    Considering this is a 64 bit processor being evaluated, it would seem lacking not to mention this.

    Most folks in 3D evaling AMD 64's are sticking 64 bit os's on there right away (Suse, Gentoo, Fedora/Yarrow, etc), and doing tests with that.

    Am I missing the part where they talk about 32 vs. 64 bit OS in these tests? I would /think/ it would make a big difference benchmark-wise.. correct me if I am wrong.

    ps. With all those blinking flashing (*!&@# banner adds, it's often hard to RTFAC. I wonder, do schools now give reading comprehension tests in rooms with flashing lights and spinning graphics to simulate 'real world' scenarios? >;)