Slashdot Mirror


Discovering Bottlenecks in PCs Built for Gaming?

QMan asks: "I, like many others here at Slashdot, am an avid gamer. Recently, I've been thinking about upgrading my gaming PC, but with all the mish mash of components in the box, I don't really know which components are slowing down the rest, and would be an ideal candidate for replacement. I'm looking for advice on how to discover the inherent bottlenecks in my system, whether they be from my video card, RAM, CPU, or other components. I've tried various benchmarking utilities, but they generally give an overall performance rating, but not much info on which device(s) had the most impact in limiting that rating. I'd imagine many of you out there have encountered the same problem, and might have ideas on where to start."

142 comments

  1. OS? Hardware? by MyLongNickName · · Score: 4, Insightful

    Perhaps you should give us the OS you are running. That will greatly impact the answer(s) you will get.

    For example, if you were running Windows 2000 or greater, there are various performance monitors that will give you a good clue about what is actually going on while your game is playing. Otherwise, you are in a guessing game.

    Alternatively, you could swap out components and do observation based tests. However, this tends to be subjective, and less reliable.

    Bottom line: give us more details, and someone might be able to help.

    --
    See my journal for slashdot ID's by year. Mine created in 2005. http://slashdot.org/journal/289875/slashdot-ids-by-year
    1. Re:OS? Hardware? by TheArtfulTodger · · Score: 1, Interesting

      Agreed. You really aren't being specific enough for us to be able to help.

      Please tell us your
      - current gear
      - OS
      - budget
      - and the types of games you play
      and then we might be able to make some recommendations.

      If you're after a magic utility that says "it's you CPU that's slowing an otherwise good system", I'm doubtful that one exists (but there is probably a real market for one).

    2. Re:OS? Hardware? by TimCapulet · · Score: 5, Informative

      Since the poster says he is an avid gamer, it is probably safe to assume that he runs Windows XP.

      A site that I have always found helpful is AnandTech. Every couple of months or so they publish a guide on recommended hardware for different performance levels of computers. The systems they recommend are usually designed so that no one piece of hardware is a bottleneck on the performance.

    3. Re:OS? Hardware? by Anonymous Coward · · Score: 0

      I was thinking more along the lines of "Get Linux!" from a place like /.

      Well, what I do is try to figure out what almost every process that is eating much system resources at all, and then decide if I need it or not. (I have done that for the windows compys at my school, but what frustrates me is that since I don't have root permissions, and for some reason Ipodservice is running as root, it sacrifices a good portion of resources on a bad computer.)

      If you have a low-memory system or want to conserve memory, run the bare minimum. That's right, you might even want to kill your little weather tray applet...

      If you're not using it at the moment, make sure it's not ABSOLUTELY CRITICAL and KILL IT ALL!!! BWAHAHAHA!

    4. Re:OS? Hardware? by Bios_Hakr · · Score: 4, Informative

      Start >> Run >> "perfmon.msc"

      You should start recordings for:

      Physical Disk >> Reads/sec and Writes/sec

      Memory >> Avalable MBytes

      Processor >> Priviliged, Processor, and User Time

      Now that you have these counters running, fire up a game that you like. After you play a few rounds, you can look back at the charts and see the data. Interpreting the results can be very difficult.

      If you are seeing processor usage 100%, then your video card may be holding you back. If you see excessive hard drive activity, maybe more RAM or a RAID0 setup could help.

      Just look at the charts and see what jumps and when.

      Most games are optimized to use RAM and proc when in-game. But if you see excessive periods where one line is 100% while the other lines are 70~80%, you'll know where the bottleneck is.

      --
      I'd rather you do it wrong, than for me to have to do it at all.
    5. Re:OS? Hardware? by Anonymous Coward · · Score: 0


      Nice.

      You basically copy the grandparent post in an attempt ast sounding sagely.

    6. Re:OS? Hardware? by CSMastermind · · Score: 4, Informative

      Well there might not be a magic utility that will tell you what's the bottleneck in your system....SiSoft's (http://www.sisoftware.co.uk/) Sandra (the System ANalyser, Diagnostic and Reporting Assistant) (http://www.sisoftware.co.uk/index.html?dir=dload& location=sware_dl_3264&langx=en&a=) program can be a big help. If offers free benchmarking (which from expirence I can tell you is very well done) of most major parts of your system and it offers some tips to make you computer run faster and smoother. It can also generate report files. Also the best bang for you buck will proablly come from getting more ram (just a guess no knowing what hardware you have now) and a good/better graphics card if you don't have one already. Honestly cleaning up your software will proablly help too. Defragging your hard drive and turning off background programs will also offer some boost.

    7. Re:OS? Hardware? by Malor · · Score: 3, Interesting

      Sandra overestimates Intel CPUs relative to AMD CPUs by a large margin, when the vast majority of real life tests are exactly opposite. I don't trust its benchmarking much at all.

    8. Re:OS? Hardware? by Anonymous Coward · · Score: 2, Insightful

      I think you have it backwards. I would think if cpu was 100%, the video card
      would NOT be the bottleneck, it would be the CPU.

    9. Re:OS? Hardware? by Intocabile · · Score: 3, Informative

      I'd also look at things like page faults per second. I had some bad nForce IDE drivers that were causing an incredible number of page faults in Half-Life 2. Updating the drivers got rid of the problem and increased my framerate considerably.

      Bottlenecks can be non obvious also like an underpowered power supply.

    10. Re:OS? Hardware? by theqmann · · Score: 5, Informative

      Note: I posted the original article.
      (It's a Windows machine, as the majority of newly released commercial titles don't play well with Linux.)

      It's a multi-tiered question. I've built a number of gaming machines in the past, and upgraded various components over the life of each machine. I've always wondered if there is a way to figure out if getting a video card with more texture memory would help much, or upgrading to faster or less latency RAM would help, or all that's needed is just getting _more_ of it. It doesn't really help to get RAM though if the CPU/GPU/HardDisk is the bottleneck. Thats why I was asking the question in the first place. I'm sure a lot of people who upgrade their gaming machines might get help from this as well. This is for all of us who want to upgrade, but are not quite sure which component needs it the most.

      For reference, I've been building machines on a medium budget, getting middle to upper class hardware. I've got a gig of 3-3-3 PC3200 RAM, a nice SATA RAID0 array, a GeForce 6800, and an Athlon64 3200+ rig. I know that most components I have could be upgraded, but not intrinisically which ones are the most crucial to performance. I play all sorts of games, from RTS (AoE, Empire Earth, etc) games, to FPS (Quake 4, UT2004), to simulations (SimCity 4).

      -QMan

    11. Re:OS? Hardware? by Austerity+Empowers · · Score: 3, Interesting

      Unless directx is emulating a missing feature from the video card in software. It will do that on occasion, and it won't be obvious just from reading performance monitor outputs what is going on.

      I don't think this quest for global bottleneck optimization is likely to be successful unless you have a lot of time and a lot of money to buy hardware. The only good way to do it is brute force, mixing and matching every likely combination. If you think about it too much and try to read the tea leaves of performance numbers, you'll go crazy.

      It's a whole lot of frustration for something that is always in flux. One driver release could change your results. I guess that would infuriate me enough to give up computing forever.

    12. Re:OS? Hardware? by AuMatar · · Score: 2, Informative

      Hard disk is never the problem- games are not disc intensive. You might speed up laods slightly with a faster disc, but not by much.

      CPU is never the problem- for the past decade or so, the CPU has been so fast compared to RAM that it can't get enough memory.

      RAM- you need enough RAM so you don't hit swap. For today's games, thats 1 GB. After that, the number 1 thing you can do to improve system performance is to get low latency RAM. Your CPU will be waiting for RAM, minimize the time that it is.

      Video card- how much do you insist on high end features? All you really need is enough vram to fit all your textures in. Over that is wasted. The bleeding edge graphics cards have features games don't even take advantage of yet. I typicly buy 1 gen behind, to save cash. But unless you have a several gen old card, this won't be a bottleneck. It'll be RAM.

      --
      I still have more fans than freaks. WTF is wrong with you people?
    13. Re:OS? Hardware? by Anonymous Coward · · Score: 1, Informative

      You make it sound like there is no hope, give up before even trying.

      But if you use a little intellegence and some methodical testing, you really
      can figure things out about your system.

      For instance, you can select a high resolution on your graphics card, then
      run quake or some other benchmark. Lower the resolution until the frame
      rate doesn't get any higher. At that point, you are CPU limited.

      If you removed memory from your system, you could also figure out if
      memory was a problem.

      I suspect there are lots of settings on the BIOS screen that could
      help as well. You could change bus, cpu or memory speeds and see
      if anything is affected.

    14. Re:OS? Hardware? by Anonymous Coward · · Score: 2, Funny

      For example, if you were running Windows 2000 or greater,

      I have a Mac. That counts as "or greater", right?

    15. Re:OS? Hardware? by Propaganda13 · · Score: 1

      I was going to suggest Anandtech too, but for the CPU/GPU scaling. Here's an example URL:http://www.anandtech.com/cpuchipsets/showdoc.a spx?i=2330&p=6.

      As for RAM, you can run tests or pretty much jump up to 2GB if you're running games like BF2.

    16. Re:OS? Hardware? by HaydnH · · Score: 1

      "Hard disk is never the problem- games are not disc intensive. You might speed up laods slightly with a faster disc, but not by much...

      RAM- you need enough RAM so you don't hit swap."


      Just to be pedantic... if you don't have enough RAM and you do 'hit swap' a fast HDD will help - but it'll still be slow in comparison.

      --
      Time is an illusion. Lunchtime doubly so. - Douglas Adams
    17. Re:OS? Hardware? by tolan-b · · Score: 2, Informative

      Some games now aren't comfortable in 1Gig of RAM when features are turned up high. Battlefield 2 is an example of this, with the recommendation being 1.5-2Gig if you're setting the graphic options to high. There's a lot of geometry in a BF2 level and you can get hiccups when you turn your head if you haven't enough RAM.

      I think the main things in order are:

      A recent card revision. That 6800 ought to do ok as long as you're not maxing the quality settings.

      A video card with a decent amount of RAM. Currently that's 256Meg, although some games have ultra settings that will make use of 512.

      System RAM. A gig should be fine for most situations less is likely to cause issues. 1.5 to future-proof a bit or use absolutely top end features.

      Processor. As long as it's fairly recent you should be fine. Anything over 3Ghz equivilent will be comfortable.

    18. Re:OS? Hardware? by Ford+Prefect · · Score: 3, Informative

      Hard disk is never the problem- games are not disc intensive. You might speed up laods slightly with a faster disc, but not by much.

      ... Which is one reason why loads of people suffer from the infamous 'stuttering' in Half-Life 2.

      The game uses a 'soundcache' to keep the first 125 milliseconds of all referenced sounds in memory. If a sound needs to be played which isn't fully in memory yet, it starts playing that 125ms while streaming the rest of the data in from disk.

      If many new sounds are needed simultaneously, or the hard disk is particularly slow, then you get a glitch in the audio.

      Have a fairly fast disk, and things improve considerably - and maps load much more quickly too, thanks to the many megabytes of textures... ;-)

      --
      Tedious Bloggy Stuff - hooray?
    19. Re:OS? Hardware? by spyrochaete · · Score: 2, Informative

      Sorry, I disagree with many of your suggestions.

      Hard disk is never the problem- games are not disc intensive. You might speed up laods slightly with a faster disc, but not by much.

      This is mostly true, however no matter how much RAM you've got you still need at least a 512MB paging file somewhere on your system. Since the PC isn't a dedicated gaming machine you can expect Windows to fiddle with all kinds of stuff in the background which will invariably draw on the swap file. Since this guy has RAID it's a non-issue though since he's in good shape.

      CPU is never the problem- for the past decade or so, the CPU has been so fast compared to RAM that it can't get enough memory.

      Very untrue!! This may have been the case a decade ago but no longer. Today's games are very physics and AI-intensive which are pure CPU functions. Since this chap has a halfway decent video card he may be experiencing reductions in frame rate caused entirely by a lagging CPU. An Athlon XP 3200 is definitely no the best gaming CPU you can get (though the new 90nm 939s are faster than older chips with a faster clock rate on a bigger die).

      RAM- you need enough RAM so you don't hit swap. For today's games, thats 1 GB. After that, the number 1 thing you can do to improve system performance is to get low latency RAM. Your CPU will be waiting for RAM, minimize the time that it is.

      Sorry, I disagree again. 1GB ain't what it used to be. Today's games can populate an entire gig of RAM on their own - especially if the video card has lots of texture memory and is running at high resolution with antialiasing. You're correct about low latencies though. It would be best to get OCZ registered RAM, and no less than the maximum speed for Athlon 64 which is 400mhz.

      Video card- how much do you insist on high end features? All you really need is enough vram to fit all your textures in. Over that is wasted.

      VRAM is not limited to storing textures; It is used to store the next rendered frame (or frames) in sequence. Nobody really needs more than 256MB of VRAM these days, but that's going to change within a year. More VRAM is particularly important for people with large and\or widescreen monitors since they'll have to play at higher resolutions and probably with antialiasing. Storing frames with so many pixels takes a lot of memory, and without it you may find that increasing resolution or AA will crash you out of a game. (been there)

    20. Re:OS? Hardware? by ocbwilg · · Score: 1

      For reference, I've been building machines on a medium budget, getting middle to upper class hardware. I've got a gig of 3-3-3 PC3200 RAM, a nice SATA RAID0 array, a GeForce 6800, and an Athlon64 3200+ rig. I know that most components I have could be upgraded, but not intrinisically which ones are the most crucial to performance. I play all sorts of games, from RTS (AoE, Empire Earth, etc) games, to FPS (Quake 4, UT2004), to simulations (SimCity 4).

      Is there a particular game that you are having trouble with, or are you just curious about where to spend the next pile of cash? That's a pretty decent system, and I would suspect much better than what I'm gaming on (A64 3000+, 1 GB memoy, single PATA drive and Radeon 9700 Pro), but I do just fine. My next big purchase will be a PCI-E mainboard and video card.

      If your biggest concern is frame rates at higher resolutions or with high levels of eye candy, then the video card would be your best bet.

      Since you're running RAID0, there's no point in changing the drives from a performance perspective unless you're willing to spend big money on RAID 5 or more disks in the stripe set (which isn't advised without going to 0+1). Since most games load mostly into memory there shouldn't be much disk thrashing.

      Adding another gig of RAM might help with some games, but in general you are OK with 1 GB with most of today's games.

      Going for a CPU upgrade would probably help some, but it's all about how much you want to spend.

      I honestly think that you have a pretty well-balanced system. If you're just itching to upgrade, the biggest bang for the buck for you right now is probably going to be a video card. You can now buy 7900GT cards for $299 or less, and 7800GT for less than that.

      That same $299 can get you an A64 3800+, or an A64 X2 3800+. For most games the extra 400 MHz of the non-X2 CPU would be a bigger boost. Either way it's not that big of a boost for you.

      That would also be enough to buy you 4 1GB DDR400 modules. Going from 1 GB of RAM to 4 GB would probably be overkill in your situation.

      Just to throw a number out there, if I were in your shoes and had a PCI-E mainboard and around $300 to spend, I would probably a 7800GT and another 1 GB of RAM.

    21. Re:OS? Hardware? by Gr8Apes · · Score: 1
      >>Hard disk is never the problem- games are not disc intensive.
      >>You might speed up laods slightly with a faster disc, but not by much.

      This is mostly true, however no matter how much RAM you've got you still need at least a 512MB paging file somewhere on your system.

      Untrue. If you have 2GB of RAM and aren't doing things way beyond power user usage (ie, you're playing games, run word and excel, play with email and browse the web) you'd never hit the 2GB limit. If, however, you edit video or RAW photos or do other high memory usage tasks, and you exceed your 2GB limit, then in the windows world you need a swap file.

      >>RAM- you need enough RAM so you don't hit swap. For today's
      >>games, thats 1 GB. After that, the number 1 thing you can do
      >>to improve system performance is to get low latency RAM. Your
      >>CPU will be waiting for RAM, minimize the time that it is.

      Sorry, I disagree again. 1GB ain't what it used to be. Today's games can populate an entire gig of RAM on their own - especially if the video card has lots of texture memory and is running at high resolution with antialiasing. You're correct about low latencies though. It would be best to get OCZ registered RAM, and no less than the maximum speed for Athlon 64 which is 400mhz.

      1 GB will be enough for most people, if they're not playing Battlefield 2 or some of the other newest games. 2GB is better. 4GB or more is even better, but you'd better run 64bit Linux. :)

      As for low latencies, the only real reason to get them is so you have better chips that can relax the timings and raise the bus speed, ie, running at 450 instead of 400 resulting in a ~12% increase. Low latencies, in and of themselves, only give you about 2-3% according to some articles posted on Arstechnica or anandtech (forgot which, otherwise I'd reference them)


      >>Video card- how much do you insist on high end features?
      >>All you really need is enough vram to fit all your textures
      >>in. Over that is wasted.

      VRAM is not limited to storing textures; It is used to store the next rendered frame (or frames) in sequence. Nobody really needs more than 256MB of VRAM these days, but that's going to change within a year. More VRAM is particularly important for people with large and\or widescreen monitors since they'll have to play at higher resolutions and probably with antialiasing

      Actually, you'll be better off with dual 256MB PCE-X16 cards than a single 512MB card, esp for wide screens. 256MB will still hold you for a couple of years, if you want to save some mullah.

      --
      The cesspool just got a check and balance.
    22. Re:OS? Hardware? by spyrochaete · · Score: 2, Informative

      Untrue. If you have 2GB of RAM and aren't doing things way beyond power user usage (ie, you're playing games, run word and excel, play with email and browse the web) you'd never hit the 2GB limit. If, however, you edit video or RAW photos or do other high memory usage tasks, and you exceed your 2GB limit, then in the windows world you need a swap file.

      What you're saying makes perfect sense, but who says Windows makes sense? There are many Windows apps, first and third party, that assume you have a swap file. I've tried disabling the swap file (I have 1.5GB of DDR) which had horrendous results after a short time. I've also tried creating the minimum swap file allowable (2MB) which was annoying as well. Both scenarios yielded an error message saying "Windows has run out of virtual memory".

      You're 100% right that the swap file is often overrated (whoever made up the 250% swap file to memory ratio was from a bygone era where RAM was $100\meg) but it's not completely worthless. Windows loves swapping so you gotta do it to some extent. I find 512MB on a separate fast hard drive, or on the system partition if you only have one drive, works best.

      For the king of all swap file guides, check this out - http://www.rojakpot.com/showarticle.aspx?artno=143 &pgno=0

    23. Re:OS? Hardware? by Anonymous Coward · · Score: 0

      > I have a Mac. That counts as "or greater", right?

      If you mean you spent a "greater" amount of money on a platform that has a "greater" dearth of games, then yes.

    24. Re:OS? Hardware? by gstoddart · · Score: 1
      RAM- you need enough RAM so you don't hit swap. For today's games, thats 1 GB. After that, the number 1 thing you can do to improve system performance is to get low latency RAM. Your CPU will be waiting for RAM, minimize the time that it is.

      I would believe that if I hadn't watched my XP machine with 1GB of RAM paging in an application when I still had 512MB free, and this isn't even in a gaming context.

      In my expereince, Windows seems to allocate the paged memory not long after it allocates the RAM.

      If someone can offer up a better explaination, I'd love to hear it. But when you can see an app grey out for a few seconds as it is redrawn while the disk churns, it screams paging to me. Why was the app swapped out in the first place?

      --
      Lost at C:>. Found at C.
    25. Re:OS? Hardware? by Austerity+Empowers · · Score: 1

      No, not hopeless. You just need a lot of time and money. Intelligence can actually hurt you, unless you really know how each subsystem works. I would argue it's almost impossible to know that, unless you designed it and spent a lot of time playing with DirectX.

      If resolution effects performance, then you know you are fill rate limited. In theory, with modern games, your CPU should not be involved with the fill rate. Your CPU would only be involved in that if it was using the software rasterizer, or the game is rendering bitmaps and transferring them to the graphics device each frame (I/O bottleneck). It may do that if your video card does not support some shader feature, if the game is doing some effect that can't be implemented in hardware or there is a driver bug. You can't tell which of those it is without trying different drivers (upgrade OR downgrade), and/or different cards/cpu's. CPUs OUGHT to only be doing scene management, collision detection, picking & interface management. Their biggest bottleneck is usually memory bus bandwidth (unless you're paging, in which case your HD, but just add memory). That said, there are a lot of neat effects which make even that assumption untrue, some of the time.

      It's one thing if something is not performing and you want to figure out the one component that was screwing you up. That you can figure out with a little thinking and a small amount of swapping. It's quite another to find the best set of CPU, Memory, MB Chipset & Video Card(s). I think that is maybe not hopeless, but a frustratingly large amount of work even if you're a really smart guy. -

    26. Re:OS? Hardware? by adam.skinner · · Score: 1

      The only piece of equipment you can tangibly benefit from is a new video card. A couple of days ago the 7900GT/X came out. Drop the $350 at Newegg and pick one up.

      If you want to upgrade something else after that, maybe getting an Athlon 64 4000 or 3800 could help (but not like the video card will).

    27. Re:OS? Hardware? by doorbender · · Score: 1

      I recently upgraded from 1 gig of pc3200 value ram to 2 gigs matched dual channel pc3200. It took windows 3 days of use 8 to 10 hours a day to realize I had left my virtual memory file 1.5 gigs and give me a little popup from the systray.

      Now it's set to 4gigs. Everything I use it for works fine.

      --
      "He's a real midnight golfer"
    28. Re:OS? Hardware? by PixelCat · · Score: 0, Offtopic

      if you want to save some mullah.

      So that's where Omar is!

    29. Re:OS? Hardware? by Gr8Apes · · Score: 1
      Interesting. I have run a 2MB swap file for the last 4 years, never got a pop up. What apps are you running that cause that?

      Oh, I should qualify this by making these following statements:
      • I run firefox, never IE. IE can only be instantiated from a commandline.
      • I run Thunderbird, Outlook is not installed.
      • Office XP is installed (minus Outlook) but is almost never run.
      • I do run a lot of java apps, including eclipse. (if I could prevent that from swapping out of memory, I'd be bloody estatic)
      • This box has up times in the terms of months.
      • It is also used to burn CDs and DVDs.


      My work box was also run this way, except it had Outlook installed (corporate requirement) It also ran an appserver continuously, and an eclipse project that ate up 1GB of RAM.
      --
      The cesspool just got a check and balance.
    30. Re:OS? Hardware? by spyrochaete · · Score: 1

      Multitasking and games caused that error. Usually I could ignore the error and nothing bad seemed to happen, but sometimes a game would close. Do you play games with that config? Modern games in high res with antialiasing? With Gaim and sometimes Bittorrent running in the background?

      Otherwise your setup, hard and soft, sounds very similar to my last box which I also tested with no\small swap. Strange that we had such different experiences. I suppose if no\small page file didn't work for anybody than MS wouldn't have put the option in the GUI. What is your CPU? I had Athlon XP (socket A) before and Athlon 64 (socket 75$) now.

    31. Re:OS? Hardware? by daniel.waterfield · · Score: 1

      Upgrade your RAM firstly, to about 2gb, this should speed things up. The next thing to do would be to consider getting a faster cpu. Lastly make sure you get a nice and fast hdd :) always speeds up loading times. Have a nice day.

      --
      i know not what weapons the next world war will be fought with, but world war IV will be fought with sticks and stones.
    32. Re:OS? Hardware? by Gr8Apes · · Score: 1

      Multi-tasking I do all the time. I'm authoring and burning a DVD as I browse /., for instance. It's a P4 2.4, w/ 1GB RAM. I used to run 2GB on it, but it started failing. Turns out the MB is screwed, adding the second 1GB DIMM caused BSODs. 2 512's worked fine. Both 1 GB DIMMs are fine, when tested separately. When I started editing DVs, I had to up the page file to 512, as I overran the 1GB limit.

      I'm in the market for a new setup, and am eagerly looking at AMD X2s, but they're still too pricey for me at this time. The Opteron 144/146s aren't bad, but the entire combo is more than I want to pay, and I'm not sure about the performance increase in the DDR2 M2 systems coming out soon. I'll wait a little longer. I have 5 more empty DVs, so I'm not in a super hurry to upgrade.

      --
      The cesspool just got a check and balance.
    33. Re:OS? Hardware? by hivemind_mvgc · · Score: 1
      1GB of RAM is NOT enough. Welcome to 2006, where large scale PvP in WoW or single player F.E.A.R. will eat 1GB of RAM for an appetizer.

      2GB is the absolute minimum for anyone who calls themselves a gamer.

      --
      I support the FairTax www.fairtax.org
    34. Re:OS? Hardware? by spyrochaete · · Score: 1

      Can't be easy editing DV with only a gig. It sounds like you would be better suited to Pentium considering the tasks you do. Intel processors are much better at number crunching like DV, audio, zipping, and, and encoding.

      As for system instability, are you sure the problem is your motherboard? Are your RAM sticks matched? If not, your mobo will clock them down to the slowest timings which may not be compatible with the faster chip. Also, more RAM requires more power to feed through the transistors. Perhaps your PSU is struggling to keep up.

    35. Re:OS? Hardware? by Anonymous Coward · · Score: 0

      I suspect it isn't so much from the faster disk speed but rather that the newer drives have huge memory caches of their own, up to 16 MB now.

    36. Re:OS? Hardware? by Gr8Apes · · Score: 1

      Here's some shocking news for you: 2GB isn't enough for a real power user.

      Here's more shocking news: 1GB is more than enough for 99% of those that play games.

      Welcome to 2006, where not everyone is playing WoW or F.E.A.R. on 30" widescreen plasma displays with water or oil cooled dual SLI and quad core systems. Hell, I'm just now cracking open NeverWinter Nights. Doom 3, and, shockingly, Half Life 2, didn't float my boat. (I loved Quake III and Half Life)

      I guess I'll call myself human...

      --
      The cesspool just got a check and balance.
    37. Re:OS? Hardware? by ottothecow · · Score: 1

      The key to the swap file is to make sure it is on a fast sector of the disk and to make sure it is a constant size. Set the minimum and the maximum to the same value so that the OS never spends time resizing it and it doesnt get fragmented. As to size, harddrives are huge these days, set it to one or two gigs and leave it there.

      --
      Bottles.
    38. Re:OS? Hardware? by ottothecow · · Score: 1

      The page file in windows is different than the swap file used in a linux system. It is not simply a haven for data to go when your RAM is full, but it is where the system puts data that had to be loaded into memory but isnt exactly needed. This is why it will move pages of your memory to the file even when your ram is nowhere near full. This isnt a bad thing as you arent going to be using those pages when you play your game so you will have more RAM available for the game.

      --
      Bottles.
    39. Re:OS? Hardware? by ottothecow · · Score: 1

      Not only do you fail to make your link clickable but you write it in such a fasion that there is a space inserted into it making simple copy/paste or the clickable link plugin completely useless.

      --
      Bottles.
    40. Re:OS? Hardware? by brennz · · Score: 1

      This post is inaccurate.

      When I was playing Everquest frequently, the standard consumer was still using ATA100 or slower drives.

      I was using Ultrawide SCSI with a very fast (for that era) 9 GB drive.

      I would load at least twice as fast as most people then. During that era, load times were quite lengthy, so it made a huge difference.

      Many games (esp MMORPGs) use the HD far more than people realize.

    41. Re:OS? Hardware? by spyrochaete · · Score: 1

      You're right about everything but the size. Hard drives are one of the biggest bottlenecks of a computer. Leave most of the job to RAM.

    42. Re:OS? Hardware? by mindspin85 · · Score: 1

      lol :)

    43. Re:OS? Hardware? by hivemind_mvgc · · Score: 1
      He's building a gaming PC, not a fucking time machine to take him back to 2002. I think it's a reasonable assumption that someone who is building a gaming PC will expect it to play current games. Just because you're four generations behind in your gaming doesn't mean he is.

      And just a heads up: everyone IS playing WoW. Those people DO need more than 1GB of RAM.

      Please stop exaggerating in your posts. No one but you is talking about liquid cooling and 30" plasma screens. I'm talking about Joe Average with a 19" CRT. To get anything like maximum performance out of _current games_, he needs more RAM than 1GB.

      --
      I support the FairTax www.fairtax.org
  2. Baseline by Glonoinha · · Score: 1

    Here's a thought : post the spec's of your machine so we have something to baseline.

    --
    Glonoinha the MebiByte Slayer
  3. RAM matters most, hard disks are slow by humberthumbert · · Score: 2, Informative


        Get as much ram as you can afford. Presume you are
    running Windows -- so turn off the swap file if you
    have 1.5 - 2GB of ram. The difference in performance is
    astounding.

        Besides that, turn off unneeded services and keep your
    system clean of spyware. Most "slow" systems I come across
    aren't that slow at all, they are just poorly configured.

    1. Re:RAM matters most, hard disks are slow by Anonymous Coward · · Score: 0

      So what are some services enabled by default in XP you can disable to see a noticable performance increase?

    2. Re:RAM matters most, hard disks are slow by gad_zuki! · · Score: 4, Informative

      Do not turn off swap file. Windows will not remotely work right without one. You can knock it down to 512 or 256 megs if you life. Windows generally won't use it until you're out of memory. Generally.

      Other than the obvious suggested already, disk management is often overlooked. After you uninstall or install a game, defrag the drive. Applying a patch? Defrag. Changing the size of your swap file? Defrag.

      Shut off indexing. Shut off any service you don't need or use.

      Clean out /local settings/temp periodically. Defrag.

      Reboot every 48 hours or so.

    3. Re:RAM matters most, hard disks are slow by humberthumbert · · Score: 3, Informative


          This should answer your question:

      http://majorgeeks.com/page.php?id=12

    4. Re:RAM matters most, hard disks are slow by humberthumbert · · Score: 1, Interesting

      Well, it really depends on which apps you are running, I
      run these all the time:

          1. Firefox with 30-40 tabs open and numerous extensions.

          2. Thunderbird hooked up to 3-6 IMAP accounts

          3. Gaim

          4. Poweroff

          5. AVG anti-virus

          6. Sharpreader

          7. Daemontools

          8. VNC server

          9. Openssh server

        10. Kerio firewall

        11. Auctionintelligence

        12. Excel, word, etc.

        13. Notepad++

        14. Spybot's Teatimer

        15. Truecrypt

        16. Passwordsafe

        And so far, no issues with the system keeling over. YMMV, of course, but
      I think the key is to have 1GB+ of ram before turning off swap.

        FYI, I'm running an AMD64 3000+ with 2GB of ram, nothing fancy.

    5. Re:RAM matters most, hard disks are slow by obeythefist · · Score: 2, Insightful

      Bzzzt fail. Some good points from the parent - but, the pagefile thing is just wrong.

      Windows will run fine without a pagefile. In fact it does run much better. I've disabled my pagefile and home and left it that way for quite some time.

      Some applications, Photoshop being one of them, absolutely require Windows to be running a pagefile. These applications account for less than 5% of the software that an "avid gamer" would be running.

      The only proviso is that you must provide more than enough RAM for your system to ever need, or you are going to run into problems when you try and allocate more memory than you actually have.

      Perhaps the parent tried disabling his swapfile when he only had 128MB of RAM?

      --
      I am government man, come from the government. The government has sent me. -- G.I.R.
    6. Re:RAM matters most, hard disks are slow by Anonymous Coward · · Score: 0

      Photoshop can use it's own scratch file, and it's actually much more efficient to do this, especially on a good fast RAID0 setup. It dosen't need paging.

    7. Re:RAM matters most, hard disks are slow by Al+Dimond · · Score: 1

      I don't know a whole lot about the way Photoshop works, so enlighten me: does Photoshop (or any Windows program, for that matter) have any control over when its pages are swapped out to disk, and which pages those are? I wasn't aware that programs could do that.

    8. Re:RAM matters most, hard disks are slow by zxnos · · Score: 1

      not sure if this answers your question but... ...photoshop tends to allocate itself as many resources as you have available. this can be changed under preferences though.

      --
      always mosh clockwise
    9. Re:RAM matters most, hard disks are slow by gad_zuki! · · Score: 4, Informative

      >Perhaps the parent tried disabling his swapfile when he only had 128MB of RAM?

      Nope, theres a long list of apps that wont work without a pagefile. MS advises against it too. I wouldnt suggest this without telling people that they will run into weird problems.

    10. Re:RAM matters most, hard disks are slow by toddestan · · Score: 3, Informative

      Windows will not remotely work right without one. You can knock it down to 512 or 256 megs if you life. Windows generally won't use it until you're out of memory. Generally.

      Windows loves the page file. Windows is constantly paging out programs and data to the pagefile in order to have a block of memory available to launch a new program into. However, Windows still retains the data in ram so long as the ram isn't needed for something else, so if you have to pull up that program or data again, Windows won't have to go to the pagefile to get it. However, Windows still counts that memory as available (since it has already been paged out), hence the reason why the numbers in Task Manager tend to not add up quite right. Overall, the system works quite well, especially for computers with a modest amount of ram.

      The problem is that Windows is still aggressively paging out data on high memory systems, when there really isn't a reason to have 800MB-1000MB or more of memory available at any time. The only way I know to really change Window's behavior is to disable the pagefile (which I don't do). What I do recommend is setting the page file to a set size, and using a defragging program to make it one large file at the beginning of the drive. If you have a second harddrive that is fast, it is probably better to put in on the beginning of the second drive.

    11. Re:RAM matters most, hard disks are slow by syukton · · Score: 1

      I'm running an Opteron 165 with 2GB of RAM and I have considered turning off my pagefile for quite some time. The apps you use are pretty much in line with what I use, with the exception that I sometimes have twice as many tabs open in Firefox (80 to 100 is not uncommon). I think I'm gonna turn off my pagefile when I get home...

      --
      Reinvent the wheel only at either a lower cost, greater effectiveness, or your own personal enrichment and satisfaction.
    12. Re:RAM matters most, hard disks are slow by humberthumbert · · Score: 1

      I think you will do fine -- I was running the above on
      my old AMD XP 2400+ with 1GB for a long long time without any issues.

          I only upgraded because the old system is being turned in to an all
      Linux workstation.

          Only regrets are not springing for a SATA drive. Hard drive speed
      is really the bottleneck here...

    13. Re:RAM matters most, hard disks are slow by digitallife · · Score: 2

      I run with page file turned off and have very few problems. In fact, the only one I can think of off the top of my head is cropping in photoshop (which doesn't work without a page file). My system runs WAY better with the page file off, it's ridiculous. I used to have slow downs all the time as the HD was accessed, and that has been largely eliminated. I would recommend anyone with plenty of RAM give it a try and see how it goes.

    14. Re:RAM matters most, hard disks are slow by syukton · · Score: 1

      Yeah, I hear that. When I first heard about Gigabyte's I-RAM peripheral I was really excited, until I found out that it used the SATA bus which is a huge bottleneck for such a device. A company called Cenatek makes something known as the RocketDrive which is actually a PCI card which interfaces via the PCI bus for 0.6 microsecond access times. It is, however, $3,000 for one with 4GB of RAM on it. They're just regular DIMMs, too (PC133 IIRC) so I can't see why it's so damn expensive. They used to sell just the bare card, but they stopped doing so a year or two ago (probably because everybody bought the bare card and put their own DIMMs in it, and their profit margin on the bare cards was not high enough). When I first heard about the I-RAM, I thought it was going to be extra-spiffy like the RocketDrive.

      --
      Reinvent the wheel only at either a lower cost, greater effectiveness, or your own personal enrichment and satisfaction.
    15. Re:RAM matters most, hard disks are slow by digitallife · · Score: 1

      I need to reply to my own comment, because after typing it I got to thinking about the photoshop cropping problem I've been having... and voila I found it wasn't an issue with the page file at all. So in reality, I have absolutely no problems that I've noticed with having my page file turned off!

    16. Re:RAM matters most, hard disks are slow by HaydnH · · Score: 1

      I'm with you on this, I'd never turn it off! If you have enough RAM windows won't touch it, although you may want to make it a static size rather than letting Windows automatically resize it.

      Personally I run Linux mainly but I have a Windows partition on my IDE boot disk. Even with 1GB of ram I purposely left 342mb at the end of each of my 3 scsi disks to have a raid 0 stripe of 1024 (ish) swap, just in case windows ever needs it.

      Remember, disk space is cheap!

      --
      Time is an illusion. Lunchtime doubly so. - Douglas Adams
    17. Re:RAM matters most, hard disks are slow by humberthumbert · · Score: 1


          RocketDrive...drool...

          Well, if I ever feel like installing Oblivion, I might spring for one. Thanks
      for the link.

    18. Re:RAM matters most, hard disks are slow by jandrese · · Score: 1

      Yeah, one thing I've discovered about 2000 and XP is that they are absolutely terrible about the way they handle the pagefile. In particular, they love to keep swapping out parts of running applications to make room for applications you might want to start later. This is why you can have 1GB of memory, open up Mozilla browse a bit, and minimize it, and when you go to unminimize it the application takes 3 minutes to swap back in, despite the fact that you weren't anywhere near expending your physical memory. Disabling (or reducing to 2MB) the pagefile can make the OS perform _much_ better, even if it does complain everytime you start the machine.

      Microsoft claims they're going to fix that in Vista, but I'll believe it when I see it.

      --

      I read the internet for the articles.
    19. Re:RAM matters most, hard disks are slow by DonChron · · Score: 1
      Get as much ram as you can afford. Presume you are running Windows -- so turn off the swap file if you have 1.5 - 2GB of ram. The difference in performance is astounding.

      If by "astounding" you mean "subjectively faster with more frequent crashes and other unpredictable consequences"... then yeah, astounding.

      Everything from device drivers to anti-virus software assumes there's a paging file out there somewhere. There are Windows-tweaking tools which will let you page out to disk less frequently, like TweakXP or CacheMan. But why risk your system stability with funky settings when RAM is relatively cheap?

      -Don

      PS - to the RAID 0 suggestion - seriously? How often do you want to rebuild your machine because one of your hard drives crashed? You're better off with a single fast SATA drive, or separate disks for apps and swapfile, than any kind of striping without mirroring. RAID 0 (without RAID 1 mirroring) is just asking for trouble.

    20. Re:RAM matters most, hard disks are slow by mdfst13 · · Score: 1

      "The only way I know to really change Window's behavior is to disable the pagefile"

      App specific, but look at http://suif.stanford.edu/pub/keepresident/faq.html

      Basically, the idea is that you tell the OS to always keep at least such and such an amount of the application in RAM. I'm fairly certain that MS apps (e.g. IE and Outlook) already do this for you. It's part of what makes them so spiffy compared to non-Microsoft alternatives.

    21. Re:RAM matters most, hard disks are slow by digitallife · · Score: 1

      That's odd, my XP machine doesn't complain at all about not having a pagefile. Perhaps it's a setting somewhere I changed long ago (it's a 3 year old install - and works about 10x better than a new install lol - a little regular maintenance goes a long way).

      Try TweakUI or fiddle with some other settings and you may be able to get that message to go away.

    22. Re:RAM matters most, hard disks are slow by Will+Sargent · · Score: 1

      There are a number of utilities that allow you more control over Windows paging. notably at Sysinternals which has PageDefrag and CacheSet.

      There are also a couple of registry tweaks you can try: DisableExecutivePaging and LargeSystemCache. Arstechnica has a guide at http://arstechnica.com/guides/tweaks/memory-1.ars which is useful. No hard data on whether this actually made any difference or not, of course.

    23. Re:RAM matters most, hard disks are slow by abcess · · Score: 1

      One thing related to the pagefile you can do is disable paging the executive. Prevents the kernel from paging certain things, but is only really helpful with 512+ MB of RAM.

      There's a registry key for it. You'll have to google for that, as I don't recall it at the moment.

  4. Easy by Anonymous Coward · · Score: 0

    Buy each upgrade, swap them in one at a time and run a benchmark. Whichever upgrades give worthwhile performance boost, keep, the rest return.

  5. Heat is killer by macdaddy357 · · Score: 5, Insightful

    What are you using to keep your gaming PC cool?

    --
    How ya like dat?
    1. Re:Heat is killer by itwerx · · Score: 1

      What are you using to keep your gaming PC cool?

      Why is the parent modded Offtopic?!?
            Heat can very easily cause performance problems as virtually every CPU manufactured today will slow itself down to avoid damage if it's running too hot.

  6. I need advice on this too! by Anonymous Coward · · Score: 5, Funny

    My 386sx 16 is just not not enough to handle Falcon 4.0! The box specs IBM PC compatible, 286 min, 640k and an Ad Lib sound card ... and I am at least 1.5 those specs. I mean WTF man??!!

    1. Re:I need advice on this too! by Anonymous Coward · · Score: 0

      downgrade. falcon 4.0 just wont run acceptably on anything.

    2. Re:I need advice on this too! by Anonymous Coward · · Score: 0

      Neither will Halo PC. :b

    3. Re:I need advice on this too! by jgrahn · · Score: 1
      No. The specs say Pentium 166MHz, DirectX 5, and 32MB RAM. Required.

      (It isn't Funny if it isn't true.)

  7. One idea... by parasonic · · Score: 2, Informative

    Call me an AMD fanboy, but one place where you can be most certain that there's not a bottleneck is where you have fast and innovative access methods. If you're using an amd64-based system, you're probably okay with the CPU and probably motherboard. Integrated memory controller. Relatively short pipeline. It's very nice to have this stuff integrated and be maxing out the speed.

    1. Re:One idea... by Baddas · · Score: 1

      Actually, it depends to a great extent on WHICH Athlon 64 you're running, how fast your ram is, and what socket the processor is running on.

      Don't assume that just because you use a magically delicious architecture for your CPU that you are going to never worry about it again.

      An AMD64 2800+ on socket 754 with 512mb of high-latency (generic) ram will not perform at all up to par on some modern games.

      Whereas a 4500+ X2 on socket 939 with 2gb of CAS-2 OCZ ram will be blazing fast.

    2. Re:One idea... by Baddas · · Score: 1

      My bad, 4500 is nonexistent, I was thinking of the 4600 (probably my next purchase)

    3. Re:One idea... by Darby · · Score: 1

      My bad, 4500 is nonexistent, I was thinking of the 4600 (probably my next purchase)

      If you're looking at that, check out the Opteron 175 as well (What I just got).
      It's 200MHz slower which is easy to OC (mine's running at 2.4 same as the 4600 and I've never overclocked anything before) but it has double the cache. 1MB per core versus 512K on the 4600.
      Both are Socket 939 as well.

      The Froogle prices that showed up when I just did a google search on both of these show the opteron as being less expensive as well.

    4. Re:One idea... by Baddas · · Score: 1

      A) I'd need a new motherboard

      B) I'd need new ram (ECC unbuffered)

      Negates the price difference for me, unfortunately.

  8. Not enough info by Anonymous Coward · · Score: 0

    It depends on your hardware, and the types of games you play. Every system is different. The question's too general, need more info.

  9. My Personal Experience by suspected · · Score: 4, Informative

    In my personal experience, I've found that upgrading the video card impacted the performance within video games more than any other upgrade. The only exception would be in the case of RAM; RAM is one of those things where if you have enough, everything goes well, but if you're lacking, it can really hurt. Just be sure to have 1gb of RAM and then upgrade your video card if you're looking for the biggest bang for your buck in terms of performance within a video game.

  10. The operating system! (j/k) by paulius_g · · Score: 3, Informative

    Like many other people, I assume that you are locked into Windows for most games. But, if you do play games and if they are available for Linux, try to play them on Linux. Your performance may be augmented by very much.

    Now what you should do is, first of all, make sure that you have enough RAM. Observe your hard disk drive activiy LED while playing games. If your game stumbles, you'll need more RAM. And let me make this clear, the minimum today for gaming should be at least 1GB. If your games require more, feed the beast with fresh RAM DIMMs.

    The second thing you want to do is to open your task manager and then starting and playing your game. The task manager will then create a graph of the CPU usage which you'll be able to look on later. Does the CPU spike for a while? Is it always on the edge? A new CPU will cure!

    Otherwise, it is safe to assume that your video card is up for an upgrade.

    Really, there aren't many bottlenecks possible in a gaming system. Everything is logical.

    1. Re:The operating system! (j/k) by Anonymous Coward · · Score: 0

      your performance will probably suck if you have an ati card because of ati hating on linux folk

    2. Re:The operating system! (j/k) by MC68000 · · Score: 2, Informative

      No, Windows will give you much better performance, simply because the video drivers for Windows for both ATI (especially) and Nvidia are much higher performing. The only games that are even close are unreal engine games, since apparently they are more dependent on CPU speed than your video card (I could of course be completely wrong). Also, the 3D drivers for my GeForce FX5200Go cause my Ubuntu Breezy Badger to be as stable as Windows 98. Face facts. Linux isn't ready for gaming due to no fault of any of its developers.

      --
      E = m c^3 Don't drink and derive E = m c^3
    3. Re:The operating system! (j/k) by strider44 · · Score: 1

      Ahem even if you're joking, perhaps you should warn that you only get better, or really any performance on Linux when you're using an nVidia graphics card. ATI doesn't support their later graphics cards under Linux.

    4. Re:The operating system! (j/k) by skogs · · Score: 1

      I know that I have no solid numerical facts for this, but Armagedtron looks and feels far smoother, and graphically looks better on the box while running under gentoo than when running win2k.

      Just my 2 cents

      --
      Who is this that even the wind and the waves obey Him? Surely this computer must submit also!
    5. Re:The operating system! (j/k) by Anonymous Coward · · Score: 0

      "Like many other people, I assume that you are locked into Windows for most games. But, if you do play games and if they are available for Linux, try to play them on Linux. Your performance may be augmented by very much."

      That's just wrong. The video card is almost always a bottleneck and it's extremely well known that both ATI and Nvdia drivers perform much better on Windows. I use Linux exclusively and pretty much gave up PC gaming when I made the switch, however saying that Linux offers superior performance in terms of gaming is both misleading and false.

    6. Re:The operating system! (j/k) by bzipitidoo · · Score: 1

      Actually, you should consider upgrading the OS. I have heard Windows Server 2003 is about 10% faster than Windows 2000/XP. For one, Windows 2000 and XP are dog slow at starting new processes. An article from several months ago showed Windows takes 5 times as many instruction cycles to start a process as pretty much any Unix OS. Only snag is some games might not run on 2003.

      --
      Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
    7. Re:The operating system! (j/k) by orkysoft · · Score: 1

      The process spawning time doesn't matter much, as most games are single-process programs.

      --

      I suffer from attention surplus disorder.
    8. Re:The operating system! (j/k) by jandrese · · Score: 1

      Unless you have some batshit insane game developer that spawns a new thread for every bullet or something, I doubt "5x as many instructions to spawn a process" is going to matter much for games. Even if they are relatively expensive, it's absolutely nothing compared to the amount of CPU most games suck down for AI and whatnot.

      --

      I read the internet for the articles.
    9. Re:The operating system! (j/k) by bzipitidoo · · Score: 1
      Number of instructions to spawn a process is just an example of why Windows 2000/XP is slow. I don't know for sure why Server 2003 is faster or rather XP is slower, and haven't experienced Server 2003 myself, but I would guess Server 2003 is more efficient than XP at housekeeping and context switching. Starting may not happen often but switching can, and overhead is always present. What I have seen is DOS programs running noticably faster under OS/2 than under Windows 9x, MSDOS 6.2, or MSDOS 7.

      The Linux kernel interrupts the computer 100 times per second (100 Hz) to monitor and possibly switch running processes. Recent 2.6 kernels added a compile time option to make that 100, 250, or 1000 Hz, and there's talk of figuring some way to make that more flexible. Looking at the performance of GIMPS, I have not seen any difference between 250 Hz and 100 Hz, but then the Linux kernel I understand is pretty efficient with the housekeeping. Windows 9x had this 18 (18.2?) interrupts per second in which an internal clock was updated, and think Windows NT went with some other higher frequency interval, but not too high because then their kernel processes would take too much time. If the OS is doing a lot of housekeeping and doing it inefficiently, and I think all the Windows up to and including XP must be, then an improvement there could indeed make everything run 10% faster.

      I remembered another thought for a faster Windows experience. Change the Explorer shell, which I've read is rather slow and bloated, to something like what Litestep used to be. Here are some links to shells.

      --
      Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
    10. Re:The operating system! (j/k) by Anonymous Coward · · Score: 0

      Your first mistake is choosing an OS with a name of Breezy Badger. Who in their right mind would use an OS named after someone with a flatulence problem?

    11. Re:The operating system! (j/k) by Anonymous Coward · · Score: 0

      Guild Wars uses about 20 processes on my system. Makes SMP real handy.

    12. Re:The operating system! (j/k) by technos · · Score: 1

      I experience at most a 10%-15% performance hit running games with Cedega/Debian over Windows XP. The system is drastically overbuilt for the games I was then (and still am) playing, so I don't care much.

      One of them was Everquest. With my standard settings (rather high),I was managing a nice 60-70fps in open conditions and 35 in "raid" conditions under Windows XP. Same settings, same machine, Nvidia binary drivers and Cedega, 55-65fps/30fps. Max framerate didn't change, was about 120fps with either.

      Most games were approximatly the same as Everquest; They were more CPU/RAM bound than video.

      WoW in OpenGL mode was probably indistinguishable as far as framerate goes.

      --
      .sig: Now legally binding!
  11. Benchmarking by Mr_Tulip · · Score: 2, Informative
    I like to use Sandra as a benchmarking utility, as it allows you to test various bits of hardware independantly, and compares them to various common models currently on the market.

    This will let you work out which pieces of hardware are not up to scratch. Then you just have to work out whether they're responsible for whatever 'bottleneck' you're trying to get around.

    1. Re:Benchmarking by linzeal · · Score: 1

      Alot of its benchmarks are better optimized for Intel procs than AMD. It is good to compare one AMD system to another but not interbrand comparisons.

  12. None of you are answering the question... by tengennewseditor · · Score: 5, Insightful
    The poster is asking for utilities that will help him discover the bottleneck in his gaming machine. He is not asking how to improve performance for a particular setup, and that is why he did not post specs for his system. He probably should have posted what OS he is using, but since this question is about gaming you can assume that he's using Windows, or at least has access to a Windows boot.

    I wanted to clarify the original question because I'm looking for this kind of utility myself and was getting annoyed at everyone simply asking for specs.

    1. Re:None of you are answering the question... by tengennewseditor · · Score: 1

      (as soon as i posted this the above poster posted the link to a bottleneck finding utility -- he was the first to do so)

    2. Re:None of you are answering the question... by Anonymous Coward · · Score: 0
      99+% of the time, if you aren't RAM starved (check task manager), the bottleneck is going to be your video card. Most modern games just tax that far far more than the CPU.

      Hard Drives? Faster ones will save you level load times. That's about it.

    3. Re:None of you are answering the question... by GuyverDH · · Score: 4, Informative

      Unfortunately, there are NO magic utilities that will wave it's magic wand and *poof* out pops a list of the 10 recommended steps to ultimate gaming perforgasm.

      It's called trial and error, and it takes time to figure things out for yourself.

      Don't try the all encompassing, single pass, benchmark utilities as they are too general.

      #1 - Memory - It's been repeated here multiple times - Gaming takes memory - I won't play on a gaming rig with less than 2GB RAM. Disable virtual memory (as stated earlier as well) - try downloading TweakXP from totalidea - it has some nice memory tweaking settings that take the guesswork out of things.

      #2 - Benchmarking / Tweaking / Re-benchmarking...

      SiSoft Sandra (as mentioned earlier in this thread) is a good start. It has several modules, which can be run individually.

      Go through your memory benchmarks - tweak settings in the BIOS (if they are available for tweaking), then re-run - DOCUMENT your changes, 1 change at a time - it's time consuming as hell, yet it's the only way to truly know what changes caused what differences in performance.

      Run the disk benchmarks, tune the cache settings in the registry, re-run the disk benchmark, then re-run the memory again to see what impact having changed the disk cache has on memory performance.

      Networking - if you are using a motherboard, with an embedded network interface, and it's not a hardware (ie seperate chip) implemented network interface - replace it with a card - software based network interfaces, running from chipset/cpu ruin system performance.

      Places like http://www.dslreports.com/ under the tools section have some decent tools for examining your system settings, and suggesting changes to optimize throughput.

      Playing with QOS settings may also effect network performance.

      #3 Video - what games are you planning on playing, what refresh rate does your monitor support?

      If your monitor only supports 60hz refresh, then it doesn't do a lot of good to go out and get that 80fps monster video card (unless you plan on replacing the monitor). The only place this isn't true, is in the digital realm of LCD monitors, where the faster you can refresh the image, between syncs, the better off you are.

      Monitor - if using an LCD, what's your black to black / white to white delay? Replace the monitor if it's over 8ms - as that may introduce ghosting while playing. (I personally use a Viewsonic VX922 - with 2ms black to black / white to white - it's awesome IMNSHO)

      HTH

      --
      Who is general failure, and why is he reading my hard drive?
    4. Re:None of you are answering the question... by strider44 · · Score: 5, Informative

      I won't play on a gaming rig with less than 2GB RAM. *Looks down at my puny 1GB rammed computer and sobs* Anyway I want to add another point (and I'm adding this as a 3D developer rather than a game player as such!) that really what's bottlenecking your system depends on the application/game rather than the actual system. Sure some setups might do better than others just generally, but considering a generally well rounded system then really it almost totally depends on which game.

      For example, one app/game (say your average FPS) might have the polygons and maps neatly optimised in memory (assuming you have enough) just loaded at the start of the level while you might also play a flight simulator which will be constantly streaming data from the hard drive. For the first game getting a 1337 SCSI hard drive won't help a bit, but it'll probably make things easier on the flight simulator.

      For memory, having 2GB vs 3GB on a game that only uses 1GB of memory won't do you any good. Having less than required would be horrific though, especially if you don't have that 1337 SCSI hard drive to cope with all of the swapping from disk. Having extremely quick 2GB memory might help compared to slow 3GB memory, however for games like RTSs where the units are probably all held on display lists on the video card anyway there won't be much streaming of memory to the video card so having faster memory won't help *all* that much (don't get me wrong, it will help, just not as much as you might hope).

      I'd guess that most games now-a-days would be a balance between an uber video card and an uber CPU. Of course each different game would have a different optimum balance so I guess you're stuffed there.

      Wow, looking back at my message I realised that I said lots of interesting things that didn't help one bit in answering the question except by saying "Nice try mate, but it's not that simple". Anyway I'll stop now.

    5. Re:None of you are answering the question... by dredson · · Score: 1

      As there is no magic utility to tell you what to upgrade, it seems this is a business opportunity. Someone needs to develop this software! Ideally make it cross-platform, so you reach the widest audience and impress the adventurous Linux-ites, BSDers and OSXers. cross-platform C that does not depend on libraries. Just read/write to disk, read/write to memory, do some openGL, aggregate the data and print out suggestions that the user can follow to increase their numbers.

    6. Re:None of you are answering the question... by sharkey · · Score: 1
      *Looks down at my puny 1GB rammed computer and sobs*

      You make it sound so nasty, like something out of a prison movie.

      --

      --
      "Outlook not so good." That magic 8-ball knows everything! I'll ask about Exchange Server next.
  13. Weasle words by Anonymous Coward · · Score: 0

    "Fast and innovative"

    Way to go, marketing drone. 'Innovative' is one of those weasle words that's a staple of gloss-laden mumbojumbo everywhere. 'Fast' is all you had to say - faster is better. No dispute there. I'd much rather have a faster and mundane (read: optimised) system than a slightly slower, increadibly 'innovative' one. All you need for innovation is something that's new. As all good cynics will tell you, new does not alwasy equal better. Ask anyone who has beta tested.

    Nothing depreciates like novelty.

    -Kell

  14. 1 gig ram, then video card by Anonymous Coward · · Score: 1, Insightful

    Make sure you have 1 gig of ram and at least a 2.5 ghz equivalent processor. If so, then your bottleneck is 99% likely your video card.

    1. Re:1 gig ram, then video card by Vskye · · Score: 1

      Make sure you have 1 gig of ram and at least a 2.5 ghz equivalent processor. If so, then your bottleneck is 99% likely your video card.

      Mod the parent up morons. I have karma to burn.

      --
      Life was hell, then I discovered Linux...
    2. Re:1 gig ram, then video card by Vo0k · · Score: 1

      ...and the remaining 130% of statistics are made up on the spot.
      My system was awfully slow, with specs similar to the ones you described. Especially load times, and whenever any disk activity happened.
      Bottleneck? Motherboard chipset drivers, the disks were working in some goddamn PIO mode eating up a big chunk of CPU time and being slow as hell. Drivers installed, disks work fine, everything speeded up.

      The problem with PCs is that they contain mothaloads of legacy hardware and they default to using it - anything newer usually has to be switched on by some program. So if you get dual Athlon64, still if you run a vanilla i386-compiled program, you have an equivalent of one 386 3GHZ CPU, not 2 3-GHZ 64-bit athlons.
      On the plus side, it will run very cool, you can spin down the CPU fan even ;)

      --
      Anagram("United States of America") == "Dine out, taste a Mac, fries"
  15. Some simple things to do by humblecoder · · Score: 4, Informative

    Here are some simple steps that you can take to figure out where the bottleneck is:

    1. If you see the disk activity LED lit up a lot, you probably need more memory. The system is trying to extend the memory of the system by swapping data from RAM to disk and back. If you had more memory, the system would be able to keep more data in RAM. You can also confirm this by looking at the memory usage statistics in Task Manager (assuming this is a Windows box).

    2. Another thing you can see from Task Manager is the CPU utilization. If it maxed out at 100%, the CPU is probably the bottleneck, so you may benefit from having a faster processor.

    3. If neither of these things is the issue and the game you are running has a lot of complex graphics going on, then the issue could be your Video Card.

    In my limited experience with benchmarking games, these seem like the three most common bottlenecks.

    1. Re:Some simple things to do by skogs · · Score: 1

      //quote/ If you see the disk activity LED lit up a lot, you probably need more memory. //quote/

      wow.

      Do you watch the blinking lights in the communications closets to calculate out how much the network switches are pushing though and whether or now you need to upgrade to full gigabit or fiber to the desktop?

      Those methods are just about as accurate. Please don't become my superior and order me to install this...I will rebel and cause a mutiny.

      --
      Who is this that even the wind and the waves obey Him? Surely this computer must submit also!
    2. Re:Some simple things to do by NickNamesAreForGirls · · Score: 1

      About point 2: From what I know Windows calculates the CPU use percentage based on how much time your application is sleeping. 'Normal' windows/gui/event based programs will sleep a lot of the time and only wake up when an event like a mouse click arrives. They process this event and go back to sleep. Games (assuming first person shooters) usually don't do it that way. They update the game entities, draw the screen, and go on with the next 'frame' as quickly as possible (leading to the highest possible frames per second). So they never have a reason to go to sleep and their CPU use will always be 100%.
      Perhaps a better way to test wether the video card or the CPU is the bottleneck is to change the resolution the game runs at. If you lower the resolution and the frames per second goes dramatically up your videocard has problems rendering enough pixels per second. If you lower the resolution and the frames per second does not change your system is CPU/bus/RAM limited working on physics/AI/other calculations.

  16. Lights by Anonymous Coward · · Score: 5, Funny

    I think you should add flashing lights. Maybe one of those fishtank windows. Don't forget to paint your case and don't buy a power supply unless it's painted black.

    Be sure all the fans you buy have LEDs in them, and your front panel should be covered by a motorized door that you can open by remote control.

    Then you will have a "gaming rig" instead of just some workstation with a video card in it.

    1. Re:Lights by Kesch · · Score: 1

      Don't forget that your comp should also be the loudest and most powerful fan in your house, or you can go extremely hardcore and get a giant water cooler to prove your 1337ness. Bonus points if you also use your cooling to chill a dispenser of $OVERCAFFINATED_SUGARESATURATED_DRINKOFCHOICE.

      After you have upgraded your computer, if you still have cash to blow, you might want to consider upgrading peripherals such as your gaming chair. You might also consider a mail-order-bride as a worthy investment.

      --
      If this signature is witty enough, maybe somebody will like me.
    2. Re:Lights by Darby · · Score: 1

      I think you should add flashing lights. Maybe one of those fishtank windows.

      When I was ordering my new computer I picked everything out and was waiting around until I could justify the purchase to myself. My boss ended up buying it for me (since me geeking out helps the company :-). So we sat down to order it and they were out of the RAM I'd picked out. The only paired RAM they had a vailable in one GB sticks had flashing LEDs on it. So I'm all well...crap... Fine, let's get the goofy RAM.

      Turns out the case I ordered has this plastic air conduit to suck the heat off the processor and the video card and spit it out the back. Due to this, if you have the side panel off, lie on the ground, stick your face halfway in the case and tilt your head to the side, you can see a few of the LEDs on one of the sticks of RAM.

      This is actually a bit of a relief to me since I was kind of embarassed to be getting such a bling bling machine, but If I actually *wanted* that I'd be pretty pissed at myself for not looking at the case more carefully ;-)

      Of course, the 6800GT has a "nice" purple glow coming off of it that I didn't see mentioned in the literature either ;-)

    3. Re:Lights by Anonymous Coward · · Score: 0

      Damn. I had to check the URL to make sure I was still on the right site...

  17. Windows Vs. Linux by Neo-Rio-101 · · Score: 3, Insightful

    I have a dual boot computer between Windows XP and Linux. Experimenting with "America's Army" and "Unreal Tournament 2004", the speedup when using Linux is actually very significant.

    Now, if there were only more commerical Linux games!

    --
    READY.
    PRINT ""+-0
    1. Re:Windows Vs. Linux by camg188 · · Score: 1

      I have the same setup. Load times are almost twice as fast under Linux, but my average frame-rate is the same or slightly less. Overall, I like playing on Linux a little more than playing on NT2000. Non-performance wise, there are a couple of irritating glitches in the Linux version: Sound is not localized, meaning I hear footsteps and grunts from players no matter how far away they are. And my name doesn't appear on the license plate when I get in a vehicle.

  18. Which game? by cgenman · · Score: 3, Insightful

    Games vary quite a bit in terms of utilization. Deus Ex 2 hit the main processor pretty hard. Half Life 2 destroys RAM. World of Warcraft sucks no matter what you do thanks to the server on the other end.

    There is really no way to benchmark every game out there, so you have to go on the "feel" of the games that you are playing.

    If your game experiences sudden large performance hits, you probably have run out of RAM and are hitting the hard disk. Any time you hit the hard disk is bad.

    If you want to see if your CPU is maxed out, go to a relatively visually quiet section of the world and start knocking objects over. This shouldn't increase render times, but will show you if you have processor clock to spare.

    If you want to see if your graphics card is maxed out, find a relatively static section of the world without NPC's or moving objects, and go from a very narrow view to a fully pulled back vista. Assuming you aren't hitting a we-render-it-so-we-add-physics-to-it wall, you should be hitting the graphics processor pretty hard while staying light on the other components. This should also be able to be sensed in gameplay... if your framerate glitches vary a lot from moment-to-moment based upon your vision cone, you're probably hitting the graphics card. If your framerate glitches are relatively constant within an area or an encounter, you're probably hitting something else.

    FSB speed is tough to judge, as that effects everything else. But really the only way to improve that is to get a new motherboard, at which point you should be upgrading everything anyway.

    To complicate matters further, which "bottleneck" you hit depends upon what your graphics settings are. Want to max out your graphics processor? Turn on 8x sampling and turn the resolution all the way up. Want to max out your ram? Use the maximum texture size on the largest maps.

  19. General performance guide by GMC-jimmy · · Score: 4, Informative
    It really doesn't matter if I know your PC specs or not. Me knowing isn't going to change what's in your box. Different game publishers make use of different hardware optimizations and performance will vary from one machine to the next. But these general tips will still apply to most situations. Knowing what hardware your chosen game was optimized for will help too. Video games make such extensive use of all your hardware that it's more like finding a team for the job than just one individual. There's no one magic do-all piece of hardware that runs all games. Here's a few basic tips to keep in mind while making hardware choices. Other than the usual 3D accelerator card perks, watch for things like...

    • CPU / RAM speeds. Make sure your CPU and RAM can talk to each other as fast as possible. They communicate via the FSB (Frontside Bus). When buying RAM, buy it all at once. Don't mix and match old and new peices of different speeds. Games make more use of the CPU/RAM combo than anything else. While a highend video card helps video, the CPU/RAM are left to work on audio, network (for online play), and physics as in games like Half Life 2. 1 gig of DDR400 memory will far out perform 2 gigs of 133MHz SDRAM with the same CPU.

    • Minimize harddrive access time. Harddrives are the usual bottleneck when a PC doesn't have as much RAM as a game needs to cache those enormously bloated textures. Harddrive performance is usually rated by spindle speeds and seek time. Higher spindle speeds and lower seek times are generally better.

    • Spend a few extra bucks on a decent audio card. Avoid onboard audio whenever possible. And the same goes for the network card. If you have too few slots for all this, it's better to go with onboard network than onboard audio.


    Outside those general things, another thing to keep in mind is the more hardware devices like printers and scanners that you have plugged into your machine the more often the CPU polls those devices during each cycle. Also allowing third party applications to automatically launch and idle while you play will hurt performance.

    Hope this help. Game on.
    --
    __________________________________
    Free your mind - Flush your toilet
  20. My biggest bottleneck... by __aaclcg7560 · · Score: 2, Funny

    My credit card doesn't have an unlimited limit and I'm penalized if I don't pay it back. Whatever happened to God Mode in real life?

    1. Re:My biggest bottleneck... by 4D6963 · · Score: 1
      I was just what about to say that (that my credit card is the bottleneck). A chance I checked if anyone had said it before I posted, it's Slashdot.

      Dupe articles are fine, but dupe comments, that's a no-no

      --
      You just got troll'd!
  21. simple by convolvatron · · Score: 3, Insightful

    1) get a high-end logic analyzer

    2) get or build a socket shim and appropriate decode modules for your cpu fsb(assuming intel)

    3) track down the physical addresses for your graphics device and memory. the bios should map these the same for each boot if you are lucky.

    4) get some traces and write some analysis software to correlate bus issues with responses. one good metric would be the time spent waiting for memory vs the time between issues

    5) look at the driver for the graphics card to figure out the indication of when the graphics command pipe stalls. extend your trace analyzer to track these

    6) dig through the intel performance event documentation and write or run monitoring code which logs these over time

    this should give you a general indication of whether its your cpu, memory system, or graphics card that is the bottleneck. it may be none of the above. you may have to dig deeper because interpreting all that data can be difficult.

    good luck!

    (note that your system may not work at speed with the analyzer hooked up..in that case stop whining, buy reasonably high end parts and forget the whole thing)

  22. God Mode by TubeSteak · · Score: 4, Funny
    Whatever happened to God Mode in real life?
    It's called Cocaine, but the effects are temporary and the come down is a bitch.
    --
    [Fuck Beta]
    o0t!
    1. Re:God Mode by Surt · · Score: 1

      The solution to the cocaine comedown is a heavy dose of LSD. For the LSD comedown, X. For the X comedown, cocaine. Problem solved.

      --
      "Who is the Journal of Quantum Physics going to believe?" --Stephen Hawking
  23. Low latency ram is garbage by BobPaul · · Score: 3, Informative

    RAM- you need enough RAM so you don't hit swap. For today's games, thats 1 GB. After that, the number 1 thing you can do to improve system performance is to get low latency RAM. Your CPU will be waiting for RAM, minimize the time that it is.

    Well, ok, it's not trash-junk, but it's not up to the hype either. There was a review on TechRepublic a while ago that I'm pretty sure made it to slashdot (if not, then digg). Basically it showd that Low Latency RAM in itself made little to no difference and more RAM was always the way to go.

    That said, Low Latency ram is not entirely a waste of money. Low Latency ram has a better shot at overclocking (like turning DDR 400 into DDR 450 by relaxing the timings and pumping the clock rate.) It's also more likely to be higher quality and thus less likely to go bad on you. As an asside, if you're interested in RAM in general, I've found this site very informative/userful.

    But I would minimize the value of Low Latency in and of itself.

  24. Many culprits lurk in tray icons... by BenJeremy · · Score: 1

    For me, I have to shut down any MSI apps (the motherboard maker installs things like it's own "Live Update" that sucks 100% of CPU every 3 or 5 seconds and doesn't register a blip on Task Mananger).

    On my friend's machine, receently, after uninstalling Symantec Antivirus (what a pain, doesn't uninstall itself , 5 pages of manual instructions, screw something up and it relentlessly tries to re-install itself), which was running 10 or so services, his bootup happens almost instantly (compared to 5 minutes with SAV) and his performance is off the hook now.

    In both of these cases, Task Manager was no help.... for whatever reason, the processes simply did not register significant CPU processing usage - yet the difference was night and day!

    1. Re:Many culprits lurk in tray icons... by Anonymous Coward · · Score: 0

      Exactly. Just about _anyone's_ machine I peek at is running at least a dozen processes for no good reason. You might not see these apps or services peaking your CPU usage, but contention for resources is never a good thing. Get familiar with the few services and apps you actually need running on your machine, and ensure they're the only ones running next time you do some gaming. You'll probably be shocked at the difference...

  25. 3DMark06 by haplo21112 · · Score: 1

    3DMark06, now breaks its scores out to give you a little more of an idea how the overall score was built. That might help you to figure out what limiting components you have.

    --
    Power Corrupts,Absolute Power Corrupts Absolutely, leaving one person(group)in charge is absolutely corrupt.
  26. Multifaceted analysis by spyrochaete · · Score: 1

    You have to attack the bottleneck problem from all angles. This means using many utilities, but also using your gut feeling. To do so, you need a lot of data.

    Benchmarking programs are a great start. 3DMark and PCMark from Futuremark are great tools for this. 3DMark plays scripted animations that use the latest pixel shaders and other effects. Because it's scripted it mostly taxes the GPU. PCMark benchmarks many components in isolated tests. Both utilities let you compare results with other people's machines online. Also, Sisoft SANDRA not only gives great info and benchmarks, but also offers advice based on your configuration at the bottom of every analysis. All free and all worth a look.

    Numbers are great but they're not enough. Once you've benchmarked your PC, test the whole shebang altogether. Play a variety of games that stress different components. Play Bejewelled 2 or Guild Wars to test video. Play Sims 2 to test your CPU. Play Call of Duty 2 or Civilization 4 to test everything all together.

    P.s., if you're an audiophile and budget is of little matter you should consider Creative's X-fi sound cards. They have an onboard CPU that offloads digital signal processing from the CPU, freeing it for other tasks. You can expect maybe a 5% relief in CPU power even in applications that are not optimized for X-fi (even the Windows desktop!)

  27. Why bother? by Stormwatch · · Score: 1

    Don't waste your time tinkering your PC to play games. Buy a game console and waste your time actually playing games!

  28. IME by Makarakalax · · Score: 1

    In my experience the frame rates are almost always as good, but slightly worse, however things like startup time are much faster. And the system is as I left it when I exit the game while on Windows it takes minutes for the disk to stop buzzing and the desktop to be responsive again.

  29. a troll by tezbobobo · · Score: 1

    Okay, here comes my troll points. My opinion is that it is one of those, "if you need to ask, this is not for you." Gamers know their machines more intimately than most. It's not a step by step process, though there are steps to quicken a machine. Instead, it is a love affair as the gamer touches every little nook, exploring his/her computer.

    I think for the person who needs to ask about tweaking a game machine, the best advice is throw money at the problem, and then hit google. The truely passionate will seperate from the chaff.

    1. Re:a troll by CableModemSniper · · Score: 1

      Wow. Did you even read the question?

      --
      Why not fork?
  30. IRQs, RAID, etc by macdaddy · · Score: 1
    First off make sure that you're not sharing IRQs between things like you nics, video card, sounds card, USB chipsets, etc. This is a major concern if you're buying motherboards with everything onboard since they almost always share IRQs among at least a few components.

    Next look into RAID. Make absolutely certain that you are not utilizing onboard RAID and are instead using an addon card. I can guarantee you that any mobo you can afford with onboard RAID will in fact be software-based RAID ano not hardware RAID. You're looking at buying a real server board if you want true hardware-based onboard RAID. I just bought Tyan's Thunder K8WE. It's a $500 mobo. I found out too late that the onboard SATA RAID is Nvidia software RAID. I also got boned with the onboard Nvidia 10/100/1000 nics and the damned builtin firewall that can't be disabled but that's another story. Buy an addon SATA RAID controller. I recommend 3Ware (AMCC) but LSI, Adaptec and a few others are good as well. DO NOT BUY Highpoint or Promise controllers. Highpoint controllers are actually fancy IDE controllers with the RAID functions happening in the driver. Promise controllers are much the same way and simply just suck.

    There are other things you can do but I can't stay and type any longer.

  31. Simple by Reservoir+Penguin · · Score: 1

    At higher resolutions (nowdays higher that 1280x1025) with 4AA turned on FPS will be GPU limited, which means that anything from athlon xp to athlon fx will have the same frame rate. Tutn the effects down and you will notice that older cpu can't provide data to the video card fast enough and you ma see linear fps scalong with cpu mhz increase.

    --
    US-UK-Israel: The real Axis of Evil
  32. bringing a nuke to a knife fight by justins · · Score: 1

    Christ that's stupid.

    --
    Now before I get modded down, I be to remind whoever might read this that what I am saying is FACT. - bogaboga
  33. 3dMark by Anonymous Coward · · Score: 0

    I am absolutely depressed at the level of comments I have seen so far in this thread.

    For shame.

    That said, go to http://www.futuremark.com/ and grab whatever the latest and greatest 3dmark is. For years, they've had a feature that uploads your results to their database.

    This is invaluable for 2 reasons. One, it gives you real numbers to go by for before and after when you tweak settings. I remember being very pleased when I figured out that with a simple bios tweak my machine behaved much more like the beast it was. (this was a few years ago, that poor athlon1800+ wouldn't be a hill of beans nowadays)

    Two, it allows you to compare against other people with similar setups - and more importantly, you can filter based on component, so you can see what kind of difference you would get by replacing individual components on your system. Now, to be fair, whichever game you happen to be playing will not use your hardware in the exact same way that the benchmark will, but you will at least have a good idea with hard numbers to back it up of where to look.

    And of course, depending on your technology level in your system you may wish to use the previous version of the benchmark, since it scores rather heavily on video card features, meaning if you are not fully DirectX 9.0+ compatible you will get some abysmal scores, which are much harder to sort if you are not looking to replace your video card.

    That reminds me, I just put my new system together this weekend and haven't stressed it yet..