Slashdot Mirror


Is Overclocking Over?

MrSeb writes "Earlier this week, an ExtremeTech writer received a press release from a Romanian overclocking team that smashed a few overclocking records, including pushing Kingston's HyperX DDR3 memory to an incredible 3600MHz (at CL10). The Lab501 team did this, and their other record breakers, with the aid of liquid nitrogen which cooled the RAM down to a frosty -196C. That certainly qualifies as extreme, but is it news? Ten years ago, overclocking memory involved a certain amount of investigation, research, and risk, but in these days of super-fast RAM and manufacturer's warranties it seems a less intoxicating prospect. As it becomes increasingly difficult to justify what a person should overclock for, has the enthusiast passion for overclocking cooled off?"

80 of 405 comments (clear)

  1. First post! by Anonymous Coward · · Score: 5, Funny

    Why? Because I've overc locked, so I'm faster than y'all!

  2. No by iB1 · · Score: 5, Insightful

    Overclock your smartphone or tablet instead

    1. Re:No by robthebloke · · Score: 5, Insightful

      which kinda defeats the point of the industries drive towards more efficient devices with longer battery life. I overclocked my netbook once. Most pointless thing I've ever done. It's now underclocked to eek out a little more battery life.....

    2. Re:No by Anonymous Coward · · Score: 5, Interesting

      I overclock my nook color from 800 mhz to 1200 mhz. I overcock my phone from 1 ghz to 1.4 ghz. My phone CPU's voltage doesn't change one bit and my Nook Color's CPU voltage is mildly higher. The CPU is far and away one of the least power consuming components of these devices -- the NC's screen uses around 1W and the cpu about 35mW. Unless you're overclocking the LCD, it the change in battery life is infinitesmal.

    3. Re:No by repvik · · Score: 3, Interesting

      You'll save a lot more battery if you undervoltage your CPU. Eg. My Galaxy Nexus by default runs at 1350mV. I can run it perfectly fine on 1200mV, even overclocked to 1,4GHz. By my (possibly completely wrong) logic, the faster the CPU runs, the shorter time it spends in higher voltage states. Thus, overclocking and keeping the same voltage (or even undervoltage) actually saves energy.

      (Of course, underclocking also achieves the same since the voltage is lowered automatically. But then I've got a slower device rather than a faster device, while using more or less the same amount of juice.)

    4. Re:No by DeathToBill · · Score: 5, Informative

      Your logic is wrong.

      Every time a FET switches, it requires a certain number of electrons to move to or from the gate to create an electric field in the substrate to open or close a conducting pathway. This is a current flowing through a reistance and it dissipates power as heat. Assuming that the leakage current on the gate is very small compared to the switching current, the energy required to switch the FET (call it Es) is constant regardless of the clock speed. So the power dissipated by each FET (call it Pf) is:

      Pf = Es x fc

      where fc is the clock frequency in Hertz.

      Why do you suppose that frequency scaling is an effective way of saving power?

      --
      Slashdot - News for Nerds, Stuff that Matters, in ISO-8859-1 Has just realised that beta makes this signature redundant
    5. Re:No by StripedCow · · Score: 5, Funny

      That's why you should have overclocked your battery too.

      --
      If Pandora's box is destined to be opened, *I* want to be the one to open it.
    6. Re:No by Anonymous Coward · · Score: 5, Funny

      I overcock my

      And that little slip right there says everything about the reasons for overclocking.

    7. Re:No by jibjibjib · · Score: 2

      http://www.lesswatts.org/projects/applications-power-management/race-to-idle.php suggests that it's better to run faster for a short time than to run slowly.

    8. Re:No by Anonymous Coward · · Score: 3, Interesting

      Noticed the typo just a litttttttle too late, heh.

      Actually the Nook is one of the best devices to overclock that I've ever come across -- it's really quite slow running CM7 or CM9 and the extra CPU speed helps immensely. CM9 is unusable without the extra boost, and the overclock takes CM7 from somewhat laggy to silky smooth in most operations.

      On my Epic, the overclock isn't super useful now that I'm running CM7 on it too. The normal stock Samsung build of Android has slight amounts of lag without the mild overclock, but CyanogenMod doesn't.

    9. Re:No by solidraven · · Score: 4, Informative

      That's total bullshit. Power consumption of a CMOS can somewhat be seen as this (incomplete formula to leave out device specific constants): Power consumption ~ Frequency * Capacitance * VCC. In other words, if you increase the frequency and VCC stays constant you're just going to burn more power for an almost irrelevant increase in performance.
      In fact I've read a lot more bullshit here but to address one more thing in specific: Most modern devices are made using CMOS technology or at the very least using FETs. A common misconception I see here is people assuming that CMOS devices use power while in a stable state. The fact is, they don't if they're well designed; The power being used is to charge the gates of the FETs. Once they're charged the only power use is to compensate for leakage currents from the FET gates to other parts of the substrate. If you don't believe me, build a small circuit using FETs (think something like a bunch of flip-flops), switch it a bit at a fairly high frequency. Stop the clock. Put a capacitor over your power supply. Then disconnect the circuit so its powered from the capacitor. It'll keep its state for weeks most likely.

    10. Re:No by Anonymous Coward · · Score: 5, Informative

      I'm sorry that you have barely passed EE 101 a week ago. The information you have is very inaccurate and quite outdated.

      In modern CMOS geometries, a large amount of power is wasted on leakage. That means that while the dynamic power scales linearly with frequency (at a constant voltage), the static power (leakage) does not.

      However, if you *can* overclock significantly at a constant voltage, there probably is power headroom the manufacturer did not use properly, or expected the devices to be unreliable with reduced voltage at the original frequency. Dynamic voltage scaling is not new.

    11. Re:No by justsayin · · Score: 5, Funny

      Maybe his l key is sticky? I wont go into any valid reasons for sticky keys,...

    12. Re:No by Anonymous Coward · · Score: 4, Informative

      There would be a massive change in operating power going from 800 mhz to 1200 mhz, even with the same voltage, because of gate capacitance.

    13. Re:No by gmarsh · · Score: 5, Informative

      Actually, voltage matters substantially.

      The gate of a FET is effectively a capacitor. Even with the FET in the on state, if you keep increasing the gate voltage it'll still keep taking electrons. And like a capacitor, energy stored in a FET gate = 1/2*C*V^2. You also have source/drain and gate/drain (miller) capacitance - source/drain has to be discharged (another 1/2CV^2 loss) and the miller capacitance has to be discharged and then charged at the opposite polarity (a CV^2 loss).

      Overall, neglecting leakage current, power loss is proportional to frequency, but it's also proportional to voltage squared.

      Power loss is also proportional to transistor count, which is why ARM is such a low power processor.

    14. Re:No by thisnamestoolong · · Score: 3, Funny

      That's why you need to be careful when overcocking...

      --
      To the haters: You can't win. If you mod me down, I shall become more powerful than you could possibly imagine
    15. Re:No by TheRaven64 · · Score: 2

      Add to that, a lot of work on mobile devices is bursty and the operating systems tend to be very aggressive about sleep states. If you make your CPU faster, it takes less time to do a small burst of work (e.g. rendering a web page) and then goes back to sleep. The faster processor - drawing more power when under load - can therefore use less power overall.

      --
      I am TheRaven on Soylent News
    16. Re:No by Nursie · · Score: 2

      N900 - overclocking involves lowering the voltages and increasing the maximum burst speed, theory being that if you get the work done faster you can go to sleep sooner and save power.

      I'm not sure it really works, but it does make the UI more responsive.

    17. Re:No by dgatwood · · Score: 2

      If it isn't going near 100% for a significant percentage of that time, the CPU should have been scaled back to a lower clock speed and, likely, a lower core voltage, so I would argue that not only is it likely, it should be nearly guaranteed. Am I missing something?

      Yes, I know there are sometimes performance reasons to leave the CPU going at a higher speed for short periods of time just in case it is needed for something else high-power shortly thereafter, which makes the relationship between clock speed and battery life somewhat muddy. That said, the assumption that bumping up the maximum clock speed so that you can scale back to a slower clock speed and a lower voltage sooner will reduce power seems like a pretty good first approximation, assuming that running at a faster speed doesn't require increasing the core voltage above what would have been required at the slower maximum clock speed, and assuming that you don't introduce instability in the process.

      --

      Check out my sci-fi/humor trilogy at PatriotsBooks.

    18. Re:No by JasterBobaMereel · · Score: 2

      My first computer cost £100-200
      My second computer cost £100-200
      My third computer cost £100-200
      My fourth computer cost £100-200
      My fifth computer cost £100-200
      My Smartphone cost £100-200

      All ran all the apps I wanted to when I bought it but were too slow for new ones ...

      I spent most of my time running apps that did much the same things on all of them, (web browsing, email, programming)

      Overclocking only extends the useful life of a computer, by reducing it's lifespan ...

      --
      Puteulanus fenestra mortis
    19. Re:No by Anonymous Coward · · Score: 5, Funny

      My ex-wife overcocked and ended up divorced because of it.

    20. Re:No by blackraven14250 · · Score: 2

      If you overclock the CPU and don't need to have the screen on for as long as a result (i.e. waiting for an app to load takes 1 second instead of 1.5), you're clearly ahead of the game in power consumption because the screen is using far more energy than the CPU. This adds up over time too, so silky smooth operation usually equates to lower battery consumption overall.

    21. Re:No by solidraven · · Score: 4, Informative

      Sadly you're wrong there. We spend hours calculating the optimal frequency of systems in a lot of cases and then spend the rest of the day designing a PLL to work on that frequency. Believe me when I say you're not going to increase energy efficiency by overclocking the base setup without extensively modifying the hardware.

    22. Re:No by kimvette · · Score: 3, Funny

      Is your name Lorena?

      --
      The Christian Right is Neither (Christian nor right). See: Matthew 23, Matthew 25, Ezekiel 16:48-50
    23. Re:No by __aasehi2499 · · Score: 2

      Um, gamers need to turn off sticky keys, and have learned to do so after a few times getting their application focus changed to a message saying "You have just turned on sticky keys by pressing * key 5 times, would you like to learn more?" --bite me stupid worthless function, you just cost me the game.

  3. It's not dead, it's fun! by X-Power · · Score: 5, Informative

    For me, It's fun and I could care less what some dude did with liquid nitrogen.

    First computer, I just used Asus Overclock and felt I got more for my money.
    Second computer, I started fiddling with manual settings.
    Third computer I pushed it until I couldn't get rid of the heat with air cooling.
    Fourth and current computer, water cooled and running awesome (6 cores at 4.3 GHz).

    Each time I felt the progress, it's like leveling your character, but the character is you, and the game is real life!

    1. Re:It's not dead, it's fun! by jones_supa · · Score: 3, Interesting

      For me, It's fun and I could care less what some dude did with liquid nitrogen.

      About this post, it's hard to determine whether this should be "could care less" or the classic "couldn't care less". :)

      You could be interested about liquid nitrogen as you are an overclocker or, you're not as you don't want to go to such an advanced level it just being a fun hobby.

    2. Re:It's not dead, it's fun! by somersault · · Score: 2

      I always found that overclocking was very anti-climactic. It's noticeable if you have a really awful computer, but if your computer is already running okay then it makes no difference to add a little extra performance. It's like adding more RAM. There are less slowdowns, but technically nothign is actually speeding up.

      Also to me it still sounds like you're levelling something external, ie your computer. Levelling your knowledge very, very slightly too, but it's nothing compared to the levelling you'd feel if ate more healthily and did a bit of regular exercise (even just going for a decent walk a few times a week will make you feel much fitter). I wish that in games like Skyrim I could just control the character directly - get some exercise while still enjoying the game world. I think the ideal system would involve something like a bungee harness and a giant trackball under your feet. Maybe I should patent that? :P

      --
      which is totally what she said
    3. Re:It's not dead, it's fun! by Kevin108 · · Score: 5, Insightful

      Morons with no actual understanding of the language say "could care less." It's just that there's a lot of them.

      --

      It's a perfect time for being wasted.
      A perfect time to watch the stars.
      - Burden Brothers, "Beautiful Night"
    4. Re:It's not dead, it's fun! by VinylPusher · · Score: 5, Funny

      All I do these days if I'm feeling daring is activate the 'high performance' power profile in Windows.

    5. Re:It's not dead, it's fun! by TheRaven64 · · Score: 4, Informative

      Overclocking my old Cyrix CPUs made a noticeable difference in a lot of games. These days? I just don't care. My laptop has a quad-core 2.2GHz i7. It is insanely fast. Even big compile jobs can run with -j4 and it's still responsive. My tablet has a 1.2GHz dual-core processor, and it's faster than the desktop that my mother uses - why would I bother overclocking it?

      --
      I am TheRaven on Soylent News
    6. Re:It's not dead, it's fun! by vrt3 · · Score: 4, Informative

      No, "I couldn't care less" means "it's not possible to care even less than I already do, even if I wanted to". It means I care the least possible amount. I have reached the bottom.

      "I could care less" (but I don't, meaning that I do care a certain amount) means that there is still a margin between the amount I care and the least possible amount of care. I haven't reached the bottom. Nothing is said about the size of that margin, so this statement really doesn't say anything.

      --
      This sig under construction. Please check back later.
    7. Re:It's not dead, it's fun! by LordLimecat · · Score: 4, Funny

      Can we quantify "care" with units? Im still having trouble grasping this.

  4. Maybe, maybe not... by RogueyWon · · Score: 5, Interesting

    From a gaming perspective (typically one of the big drivers of overclocking), a few factors that might argue "yes, it's over":

    1) For quite a few years now, PC games haven't been forcing the kind of upgrade cycle that they did over the previous 20 years. When Crysis appeared in 2007, it was a game that gave many people an "upgrade or don't play it choice". And after that... the industry retreated. Consoles were the primary development platforms at the time and few PC games pushed significantly past the capabilities of the consoles. Not only did we not see any games more demanding than Crysis, but the vast majority of PC games released were substantially less demanding. As a gamer, if you had a PC that could run Crysis well, you did not need an upgrade. This situation lasted 4 years.

    2) Performance has become about more than clock-speeds. The main advances in PC gaming technology over the last few years have come from successive versions of directx. You can't overclock a machine with a directx 9 graphics card so that it can "do" directx10. Same goes for dx10/11.

    3) As the entry barriers to PC gaming get lower, the average knowledge level of users fall. PC gaming is, in general, easier and more convenient than it has been at any time in the past. Pick up an $800 PC, grab Steam and off you go. If you just want to play games and are using an off-the-shelf PC from a big manufacturer, you don't need to worry about switching around graphics drivers, sorting out hardware conflicts or any of the other little niggles that used to make PC gaming such a "joy". You can even find cases where PC gaming is easier than console gaming; the PS3, with its incessant firmware updates and mandatory installs has taken us a long way from the "insert game and play" roots of console gaming. People who are new to PC gaming just won't be coming from the kind of mindset that even considers overclocking as something you might even remotely want to do.

    4) Among "old school" PC gamers, I think there's been a growing recognition that overclocking has its downsides as well. In an economic downturn, when money is tight, you don't necessarily want to go risking a huge reduction in the lifespan of your expensive toys.

    That said, there are a couple of factors that might argue the other way (closely connected to the earlier arguments):

    1) System requirements are finally on the move again. After years in stasis, 2011 has seen the release of a number of games with equivalent or higher requirements than Crysis. Bulletstorm started the trend, but Battlefield 3 and - to an even greater extent - Total War: Shogun 2 have really started to push the envelope on PC hardware. A lot of developers openly admit to being bored with console hardware. Even though they still get most of their sales from the consoles, they are using the PC to push beyond what they can achieve there, both to get their studio noticed and to get themselves ready for developing for the next round of console hardware.

    2) The downturn also means that people feeling a squeeze on their budgets may be looking to get as much bang for their buck in terms of performance as possible. If you think that your new, overclocked PC will last long enough that you will be able to afford a replacement when it does start to give out, then why not take the risk?

    1. Re:Maybe, maybe not... by ripdajacker · · Score: 5, Insightful

      I think you're right. I've overclocked my i5 750 from 2.66 to 3.15, and the speed increase is.. well hard to spot. In benchmarks I certainly see it. It was much easier to do than in the good old days where it was jumper settings.

      I think the gist of it, at least for me, is that there's fun in it anymore. I have relatively high end gear, at least at time of purchase, and it all basically guides you to overclocking. It's not as bad ass as it used to be.

      This may be a bit biased since I now have much larger sum of disposable income compared to when I was overclocking.

    2. Re:Maybe, maybe not... by LoRdTAW · · Score: 2

      2) Performance has become about more than clock-speeds. The main advances in PC gaming technology over the last few years have come from successive versions of directx. You can't overclock a machine with a directx 9 graphics card so that it can "do" directx10. Same goes for dx10/11.

      Not necessarily, video cards are the dominant force in today's gaming rigs. The CPU has taken a back seat to the GPU as both graphics and Physics calculations are ran on the GPU. If anything, GPU overclocking should be the focus. Memory speed is not as big a deal since its already fast enough to move data between the graphics memory and main memory. Hell I have one of those AMD A8 APU's with dual channel DDR3 1866 and its amazingly fast. The GPU is center stage.

      4) Among "old school" PC gamers, I think there's been a growing recognition that overclocking has its downsides as well. In an economic downturn, when money is tight, you don't necessarily want to go risking a huge reduction in the lifespan of your expensive toys.

      I think its because hardware is so cheap and fast its not worth it anymore. In the days when the CPU, memory and motherboard ran you $1000 and a full gaming rig cost 2 granny, it made sense to buy mid/low end CPU's, add a hundred or so bucks in cooling gear and have the same performance as the $2000 rig. Now you can get an 8 core 3.6 GHz AMD for what, $270 bucks? Then throw in a decent motherboard for about $100 and 8GB of ram is just $50 bucks. A pretty powerful video card is about $200. Hard drive/case/ps/dvd are the only accessories left and you can get those for about $200-250 total. So what you are now spending what, 800-900 dollars. THAT IS FUCKING NUTS! Go back 4 or 5 years and tell people we would have such powerful and cheap hardware and they'd laugh at you. I have a spare PC that has an AMD A8, 8GB ram 1TB disk with the case/dvd/ps that I put together from newegg for 400 dollars. FOUR HUNDERD DOLLARS. That is twice the cost of an XB360 and way more flexible and powerful. It runs most of my games just as well as my older quad core AMD rig with a PCIe Radeon 5770. Its just not worth it to overclock anymore.

      Sure there are new crazy CPU's like the Socket 2011 i7 from intel, but in the end that isn't going to give you a huge boost in frame rate, the GPU will. Id love the new super quad channel i7 but what will I do with it? And AND gets the job done well for so little money. Low price high performance hardware killed overclocking.

  5. Pointless in most cases by 1s44c · · Score: 4, Insightful

    Few people have any real need to sacrifice stability for a little more speed. Overclocking is pretty pointless for anyone with a modern CPU.

    1. Re:Pointless in most cases by 1s44c · · Score: 2

      'If you know what you're doing' excludes most computer users.

      It's not for most people who just want to run office tools, read web pages, and maybe play games. They can't handle the possible instability and won't notice the gains in most cases. You always sacrifice stability when overclocking, you are just hoping the difference is too small to be noticable.

    2. Re:Pointless in most cases by Manfre · · Score: 2

      For some family of chips, they are literally the same chip fused to disable cores or drop the clock speed. This means that the chips are designed to do more, but are intentionally crippled. It's cheaper for them to have a single manufacturing line than one for each chip in the family.

  6. No, it simply doesn't provide the extras it used t by djsmiley · · Score: 4, Interesting

    It used to mean windows would run faster, games would run faster, everything was FASTER MAN!!!!!111one.

    But now overclocking for the at home folks is a case of hit a button in your bios, or in some cases a physical button on the motherboard, and it'll do some overclocking for you, automatically. As its become more automated, the news worthy stuff becomes more and more expensive to implement and show off, and so most things are less news worthy and so it appears "overclocking" happens less. In reality I'd expect it happens alot more, and maybe even when people aren't fully aware of what they are doing.

    Also systems being so much faster now, generally provide the speed that users require of them, unless they are the kind of users to be pushing systems to overclock simply for the hell of it, like the guys who get in the news. However you don't see these guys then gaming and getting 200fps on these systems, or anything exciting like that anymore. Its simply overclocked, and shown it to be "stable" at said speed. No one ever goes "lets see how many FPS can we get outta this baby now!", its all become very much a concept thing rather than actually running systems at these speeds for any sensible amount of time.

    --
    - http://www.milkme.co.uk
  7. Most people don't understand that it's a bad idea. by Toasterboy · · Score: 5, Informative

    Look, digital electronics are still subject to analog limitations. When you overclock, you squeeze the hysterisis curve, increasing the probability that your chip incorrectly interprets its the state of a particular bit as the opposite value. i.e. you get random data corruption. This is why you eventually start crashing randomly the more you overclock.

    While overclocking a chip that has been conservatively binned simply to reduce manufacturing costs but is actually stable at higher clock rates is reasonable, trying to overclock past the design limits is pretty insane if you care at all about the data integrity. Also, you tend to burn out the electronics earlier than their expected life due to increased heat stress.

    I never overclock.

  8. The law of diminishing returns applies by DeathToBill · · Score: 4, Insightful

    Ten years ago, CPU and RAM speed were really big factors in how fast your PC felt. We've spent the last ten years optimising hell out of them, while still using 7200RPM spinning disks (if you're lucky). So, surprise surprise, today disk IO is what limits your PC's performance. Why overclock your RAM? It makes (almost) not difference to your IO speed.

    I got a new laptop just over three years ago. It had a 2.4GHz processor. I got my next new laptop a few weeks ago. It has a... 2.5GHz processor. Clock speeds have become almost irrelevant. What makes the new sucker fly is the SSD. Unfortunately, there is no BIOS setting, however risky, to change from disk to SSD.

    --
    Slashdot - News for Nerds, Stuff that Matters, in ISO-8859-1 Has just realised that beta makes this signature redundant
  9. Competitive Overclocking != all Overclocking by Anonymous Coward · · Score: 5, Informative

    That's like saying competitive soccer going broke would impact on EVERYONE EVER from playing soccer with their friends.

    Not everyone overclocks to beat a record.
    Hell, "overclock" a toaster if you have to. 2 second cold toast anyone? (the best toast)
    But really, there are still plenty of things you can overclock to beat records, such as what iB1 mentioned up there, overclock a smartphone or tablet.
    Overclock a Beagleboard, or a Raspberry Pi when it comes out, Arduinos. All these compact computers are pretty much sitting around waiting to be hit by the overclocking spirit.

    1. Re:Competitive Overclocking != all Overclocking by djsmiley · · Score: 2

      OMG You've just reminded me of the hell in a kettle overclocked kettle video on youtube.

      http://www.youtube.com/watch?v=rGL67coOdOk for those wondering.

      --
      - http://www.milkme.co.uk
  10. No by lga · · Score: 3, Informative

    No. Next question.

    Seriously though, both Intel and AMD sell multiplier-unlocked CPUs as a feature, and the winners of tests in PC Pro magazine are overclocked by the system builder. You can even buy upgrade bundles pre-overclocked. My latest motherboard came with one-click overclocking software and can adjust the clock speed through a web page while playing a game. Liquid coolers are mainstream. Overclocking is definitely not dead.

  11. Huh, no by buserror · · Score: 3, Informative

    "has the enthusiast passion for overclocking cooled off"

    Not from my 5.0Ghz Core i7 2600k anyway -- The tools have become better, the mobo are generally better built and more tolerant to punishment (some have 2 Oz copper), the power rails are a LOT more controllable than before, and in general the IC companies that make the power ICs have progressed a lot too in that time, so you can overclock easier, quicker, get better results and in general, extract quite a bit more, without nitrogen.

    And, I compile distros all day, to me going from 3.8Ghz max to 5.0Ghz stable (and quiet!) is awesome; make -j10 FTW !

    1. Re:Huh, no by Anonymous Coward · · Score: 3, Interesting

      Why the fuck would anyone "compile distros all day" on their personal computer? If you're doing it for work, use the work machines. If you're doing it for a hobby, dude, get a better fucking hobby.

    2. Re:Huh, no by bemymonkey · · Score: 2

      Which games do you know of that are CPU bound at 100FPS? There aren't very many... if you're getting crappy gaming performance, you'd be better off overclocking your GPU.

  12. Gains aren't there by DNS-and-BIND · · Score: 5, Insightful

    In the days of the 300MHz Celeron, you could overclock it to 450MHz and gain 50% improvement. That extra 150MHz represented several hundred dollars straight to Intel, which you kept in your pocket by overclocking. These days, a few percent? It's just not worth the trouble any more.

    --
    Shutting down free speech with violence isn't fighting fascism. It IS fascism!
    1. Re:Gains aren't there by Rockoon · · Score: 2

      Thats his default karma.

      Trolling it a bitch.

      --
      "His name was James Damore."
  13. Hahahaha by aitikin · · Score: 3, Interesting

    "...has the enthusiast passion for overclocking cooled off?"

    That's like saying, "Do nerds no longer need a proxy for phallic measurement?" As long as there's still testosterone (even if it is minimal in some here) there'll still be people (men mostly) looking to say "We did it first!"

    --
    "Don't meddle in the affairs of a patent dragon, for thou art tasty and good with ketchup." ~ohcrapitssteve
    1. Re:Hahahaha by Viol8 · · Score: 2

      I think even most geeks think of overclockers as a little bit obsessive and kind of out there.

  14. Re:Most people don't understand that it's a bad id by nzac · · Score: 3, Insightful

    You just don't get the overclockers mentality.
    Either is all part of the fun adding to the risk or you are getting the most out what you paid for and are still within stable limits.
    I don't think many overclockers care about random data corruption unless they blue screen or they turn it off when they need stability.

  15. Can't notice the difference anymore by dan_barrett · · Score: 5, Insightful

    I think CPU speed is less of an issue these days; eg Core2 onwards processors are generally "fast enough" for most users.
    Compare the change in noticeable speed between a 386 and 486, or even Pentium vs Pentium 2 or 3, to today's Core2/Athlon vs Core i5/Phenom.
    Most people don't notice the jump in CPU performance on modern processors.

    The other traditional bottlenecks are rapidly disappearing too, eg a midrange Directx10 graphics card is good enough to play all but the most demanding games these days, and memory and disk speed and capacity are generally outpacing most people's demand.

    People will still overclock for the challenge of it, but I think there's no tangible day-to-day benefit anymore.

    As someone above mentioned, the real performance battle has moved to portable devices, eg how much performance can you get from a tablet or phone, given a fixed battery capacity?

  16. As in the words of Sir Arthur C Clarke! by NSN+A392-99-964-5927 · · Score: 3, Insightful

    When a distinguished but elderly scientist states that something is possible, he is almost certainly right. When he states that something is impossible, he is probably wrong.

    Therefore, I rest my case.

    Cheers Arthur a true friend who is missed but still there :)

    --
    All cows eat grass!
  17. I bet you're the life and soul of a party by Viol8 · · Score: 5, Funny

    [Sultry babe walks up]
    "Hello, and what do you do?"

    [nasal voice]
    "I compile distros all day. Yes, did you know that Slackware on average compiles 20% faster than Debian for 64 bit but if I overclock my Core i7 by raising power rail voltage and tweeking the quantum flux capacitor.... hello, where are you going..hello? Hey, come back, did I mention its a 2600K? Hello?"

    1. Re:I bet you're the life and soul of a party by buserror · · Score: 3, Insightful

      Is this really "slashdot.org" where "nerds" used to be around ? You know, nerds, who do technically oriented stuff "just because they can" ?

      The various comments on this topic -including the one up- makes me wonder really, or has "nerd" become more of a "I'm such a nerd, babe, look, I installed an app on my smartphone".

      Or /. has been mirrored to "hipster.com" and I'm accessing the wrong portal

    2. Re:I bet you're the life and soul of a party by buserror · · Score: 2

      Ever heard of embedded development ? Or, maybe you think that distros themselves just appear magically as an ".iso" file brought by father xmas ? I'm sure you're very proud of having recompiled your kernel at some point, and that seems to have given you enough insight into general software development to make large, broad statements about it all.
      Actually, I /do/ find it funny, but not in the way you probably intended.

  18. Re:Overlocking was only ever a dick waving contest by fitteschleiker · · Score: 2

    Don't worry those guys then convince themselves they have a better visual perception than normal people so they don't feel stupid that they paid said 1000's. Much like the audiophile who buys a massively expensive sound system. Anyone asks them the hell why, they subtly (or not so much) imply that they have a hearing range that is far in excess of your standard human, and of course a better appreciation for music anyways :)

  19. Translation: by ProfanityHead · · Score: 2

    PC's are so fast these days for our simple minds there is no longer a need to overclock.

    And GET OFF MY LAWN!

  20. Huge difference for game development by llZENll · · Score: 4, Informative

    Well let me dig up my test results spreadsheet from when I first got my 2500K CPU, times are in seconds to complete my task in Visual Studio 2010, first set of numbers is the system at stock clock, second set is overclocked at 5GHz, during my game development most of my day consists of building the game, loading the game and testing out changes or additions, therefore the reduction from doing that in 32s vs 21s is absolutely huge, even doing code changes that don't require a total rebuild I am waiting 3s less. It may not sound like a lot but when you are focused any time saved is very important, you can only be focused for so long.

    build debug from clean 12.9 6.9
    built already, go and load all effects and units 8.2 5.6
    at title screen all loaded, start medium map 19.6 14.3
    modify main.h build load to splash scrn 3.4 2.1
    modify main.h load into medium map 31.9 20.9
    modify main.h optimal load no sound, small map 16.9 10.3
    running in game, modify main.h apply changes 10 6.7
    average 14.7 9.5

    system is 2500K, C300 SSD, 16GB memory

    1. Re:Huge difference for game development by bjackson1 · · Score: 2

      I agree with this. As a gamer myself, I am tired of how long it takes to build the game from source in Visual Studio. When will they optimize?!

  21. Re:Overlocking was only ever a dick waving contest by llZENll · · Score: 2

    Not everything is about gaming, I overclocked for faster compiling cycles, and it makes a HUGE difference. And for gaming the market has long figured it out, hence the huge market for overclocking GPUs, you can get custom water blocks, heatsinks, memory coolers, all specifically for video cards. The market for overclocking GPUs dwarfs the market for overclocking CPUs in the yesteryear, people have been overclocking GPUs since they very first came out from 3dfx.

  22. I'm usually doing the opposite... by damn_registrars · · Score: 3, Insightful

    I tend to underclock more often now, to reduce power consumption on my systems. Of course, I don't play any games on my systems, so I am almost never pushing the capabilities of the hardware.

    --
    Damn_registrars has no butt-hole. Damn_registrars has no use for a butt-hole.
  23. Re:Overlocking was only ever a dick waving contest by Viol8 · · Score: 2

    Isn't that the truth! It reminds me of people who still claim that LPs sound better than CDs even though the LP stereo system is a hack that doesn't always reproduce phase properly and the audio before its recorded on an LP has go to through a compressor first to limit the amplitude because of physical restrictions in the offset of the groove and also the high frequency response is limited because the goove simply can't be machined to undulate enough accuratly enough to reproduce them especially at 33rpm closer to the centre of the record. But hey, its analogue so it must be better, right?

  24. It's not about using it. by petes_PoV · · Score: 4, Insightful

    For a small proportion of the population (but, possibly, a large proportion of slashdot-ers) a PC is not a platform for doing useful work or serving entertainment, it's a source of "fun" in its own right. In past decades the people who like to play with their computers would be out in the yard, covered in oil, fiddling with a junky old car, or tuning a valve radio. Now they get their satisfaction from squeezing the last few MHz out of their PCs - whether there is any need or use for those few extra cycles, is immaterial.

    And for those with a more software bent, than a hardware leaning, there's always OSS - which serves a similar purpose.

    --
    politicians are like babies' nappies: they should both be changed regularly and for the same reasons
  25. Re:Most people don't understand that it's a bad id by Rockoon · · Score: 3

    While "low end" chips may be conservatively binned to reduce manufacturing costs, thats really not the whole story at all.

    When the highest end chips can be clocked from 3.8 to 4.5ghz and higher using the stock cpu cooler, doesnt it make you wonder why Intel/AMD do not sell any 4.5ghz versions of these chips? Its because the OEM's fuck up case cooling every single time.

    If Intel sold a 4.5ghz i7, Dell would still put it into a case with horrible venting and only a single fan that has been poorly placed, and then Intel would be footing the bill for loads of warranty replacements. The reason the i7 980X's cost so much isnt just because Intel was taking advantage of performance enthusiasts irrationality.. its because the Dell's of the world fuck up cooling every single time. The sandy bridge i7's perform nearly as well but run a lot cooler so can survive the harsh conditions the OEM is going to hamstring them into, and THAT is the main reason why they are so much cheaper than the 980X's.

    --
    "His name was James Damore."
  26. Re:Most people don't understand that it's a bad id by VinylPusher · · Score: 2

    I'm sure it's more to do with the fact that Intel do not want to advertise a CPU with a TDP of 200W.

  27. Duron 1.3Ghz by C_Kode · · Score: 2

    I haven't overclocked since I bought an 1.3Ghz AMD Duron around 2002. It didn't have much headroom though to OC. I think I could only get it to around 1.4Ghz and change.

    Lately I don't see much use in OCing. Chips are plenty fast enough for almost anything you throw at them today and you can buy faster chips relatively cheap in the next year or so when your current chip is becoming insufficient.

    Both the Intel i5-2500k and AMD Phenom II X6 1100T sit around $200. They aren't the fastest on the market, but at around $200 they are cheap any easily fast enough to handle anything you throw at them.

  28. Re:Overlocking was only ever a dick waving contest by ewhenn · · Score: 2

    Not sure what you are on about spending $1000 for 25% more performance. I have a cheap $22 CM212+ cooler, that's a pretty far cry from $1000. The gains are absolutely worth it, I have a 2500K that has a stock speed of 3.3 GHz, it's overclocked to 4.5 GHz, or about a 36% increase.

    $22 for 36% more performance is absolutely worth it, maybe not for gaming now, but it's definitely useful for other tasks.

    Personally, I do a decent amount of encoding video files, and the speed increase is absolutely time saving. I encode roughly 5-6 ~10 min. 1080P videos into H264 a day. The overclocking saves me about 45-50 minutes a day in encoding time. That's nothing to sneeze at.

  29. Re:Overlocking was only ever a dick waving contest by Megane · · Score: 2

    I not even close to being an audiophile but even I can certainly tell the difference between CD and DVD audio of the same thing. (CD being significantly worse).

    Say what? CD is 44Ksamples/sec 16-bit PCM stereo, or about 1500Kbits/sec. DVD stereo audio is usually a Dolby Digital bitstream of 192Kbits/sec, or maybe 384Kbits/sec for 5.1 audio, and usually from a 44Ksamples/sec source. And you say CD sounds worse? Perhaps what you are hearing is the extra channels from 5.1 audio. Or maybe your amp is processing the CD audio differently, like not mixing a center channel, or not doing Dolby Stereo, or maybe even trying to do Dolby Stereo when the source material wasn't recorded with it.

    --
    #naabhaprzrag, #sverubfr-000, #agi-fcbafberq, negvpyr[pynff*=' negvpyr-ary-'] { qvfcynl: abar !vzcbegnag; }
  30. Give CLang and LLVM a try by MichaelCrawford · · Score: 2

    I don't know how it compares to Visual Studio but they complete builds quicker and generates faster machine code than does GCC.

    The CLang command-line is mostly GCC compatible. The parser is larger Visual Studio-compatible.

    It is also Open Source under a BSD-style license.

    A friend gave a talk at Microsoft one day. Upon his return he told me why Windows was so slow. It turns out that all the OEMs - Dell, Gateway, HP and the like - donate hardware to Microsoft's coders so they can be certain that the next version of Windows will run cleanly on them.

    To encourage these coders to actually use the donated machines, they donate the very fastest hardware they make.

    I'm very strongly of the opinion that coders should use, as their regular desktop machine, the very slowest hardware that can possibly get the job done. To this day I write most of my code on an Early 2006 MacBook Pro. It has a Core Duo, not a Core 2 Duo, and so is not even 64-bit. It only has two gig of RAM and a tiny cache compared to the MacBook Pros that are available today.

    This has the effect on me that I can easily tell when my own code is slow. I don't need to use a profiler to know that.

    --
    Request your free CD of my piano music.
    1. Re:Give CLang and LLVM a try by oojah · · Score: 2

      I agree. I used to do most of my home development on a headless 600MHz VIA C3. It broke at the start of December so I'm on a 1.6GHz dual core Atom instead now, it's zippy! :)

      --
      Do you have any better hostages?
  31. Re:Most people don't understand that it's a bad id by Anonymous Coward · · Score: 2, Insightful

    Are you not from earth or some shit?

    He's from earth and knows what he's talking about. You obviously don't know what you're talking about. TDP is the OVERRIDING reason you don't see higher stock clocks out of intel products. 980Xs are expensive because Dell fucks up cooling? REALLY?!?! Go back to nursing your bong and quit posting crap about things you know nothing about.

  32. Overclocking is Jersey Shore vanity by Lime+Green+Bowler · · Score: 2

    My personal opinion is that overclocking does not buy you much, other than bragging rights. Sure you can get a few more FPS, or a few hundred extra MHz out of your CPU. But does that translate into anything usable? A false edge for gaming; false because there are so many other factors that can nullify that edge such as your connection parameters. Perhaps I'm too pragmatic, but then I don't watch Jersey Shore or Kardassians or fauxlebrity shows either.

  33. Overclocking is Out, Low-Power is In by eepok · · Score: 2

    I overclocked first computers (2000-2004). I bought a budget system in parts, put it together, got online, and learned that I could make my computer even faster with a little risk and careful effort.

    But then the prices of components began to fall and I stopped overclocking new rigs 2004. Why? Because a normal $30 heatsink was barely enough to keep some of the hotter processors cool without overclocking... and I was not willing to risk losing my processor for a few more FPS in Counter-Strike or whatever I was playing that month.

    Fast-forward to now, I still leave my main computer on 24/7, but as a career-person, I need to save more (house, retirement, vacations to placate the lady) and spend less on utilities. I also have less time to clean the dust out of computer cases that effectively had hoovers for cooling. So where I used to go for a balance of cost, heat, and overclockability, I now look at cost, heat, and power consumption. I now take pride in being able to comfortably play modern games (though not at max settings) on a rig supported by a 260 watt power supply. I have no guilt leaving that on overnight.

    Note: I never got into water-cooling. I never had the space or disposable income to mess around with the kit or the risk.

  34. Underclocking is big by Animats · · Score: 2

    Many industrial PCs are underclocked. They have more CPU power than they need, and they need more reliability and temperature range than the consumer manufacturers provide.

    The end of overclocking is coming anyway, because speed of light lag across the chip, rather than transistor switch time, is becoming the bottleneck. No amount of cooling will help with speed of light lag.

  35. Low-Power is In by Sloppy · · Score: 2

    Here here. Low power is the new stupid (half kidding) thing to obsess over. My most-used home computer with a UI is an Atom. In 2010 when people were drooling over how great Sandy Bridge might be, and how much kickass-per-$ the X6 Phenoms offered, I was looking for an Athlon II 240e for my server to downgrade to (eventually finding, to my joy, a 610e for sale, so that I could finally pay $130(?) for the downgrade), just so I could say I had a 45W-TPD-but-still-reasonably-powerful-for-transcoding CPU. Not that doing such things makes any sense at all, from a "green" or money-savings perspective; it's all about low wattage being the new dicksize ruler.

    [Pompous English accent] "At your next dinner party, impress the all the wives by being the man with the smallest power supply."

    And that's the relatively non-nerdy approach. Serious dudes are getting all excited over stuff like Raspberry Pi, etc

    --
    As copyright owner of this comment, I authorize everyone to defeat any technological measure which limits access to it.
  36. I still overclock! by BLKMGK · · Score: 2

    I still overclock and nearly every PC I've ever owned has been overclocked to include an 8088 clocked up with a radio crystal back in the day (not a great idea). I was playing with water cooling and Peltiers before you could buy ANY hardware for that off the shelf too. Cut down heatsinks, PVC caps, fountain pumps, and overseas sourced Peltiers made for some really quick computers for their time! Games were fast, looked great, and I ran RC5 cracking programs to use up idle cycles for years.

    Fast forward to the present. I still game but I am not quite into the really crazy high end stuff. I still use a PC for gaming almost exclusively. I no longer run programs in the background to eat up spare cycles and the cooling of my room thanks me for it. I AM running a water cooled CPU though using mostly off the shelf stuff that doesn't leak, my CPU is rock stable and not quite pushed to the edge. I upgraded my computer in the not so distant past for more speed and I'm pondering doing it again to the later SandyBridge architecture from my older i7 920 (4.1ghz). I'm also looking at the new 6core CPUs that have come out but they strip H.264 instructions apparently. :-(

    Why? Well it certainly isn't gaming since right now games seems woefully poor at using multiple cores! Now I have another "hobby" and that is compressing video. I buy BluRay, rip them, and put them on my personal server for viewing on efficient Atom powered STBs (overclocked though lol). When I was doing this with a C2D running in the mid 3-4ghz range some movies like Watchmen took 8 hours or more to encode with my high settings. Now I can do a movie in 2 hours or less while still having CPU available to do other things. If I move to the more efficient CPUs produced now, and especially if x.264 supports their ENcoding instructions one day, my times will drop again as I should be able to hit close to 5ghz. At that point I'll either encode with higher settings or just enjoy that it's as fast as it's going to get. I boot from an SSD so that's quick enough. My video card is a fairly pedestrian GTX275 which might get a bump too, I'm not sure.

    I have tinkered with using the GPU to encode as well. Right now my CPU alone can keep up with encoding on my GPU alone but mixing my GPU and CPU together (I found ONE package doing that and it wasn't x.264) was noticeably faster but severely limited my encoding options so I've stuck to CPU brute force. I'm hoping that with CUDA being open sourced more programs will begin using the GPU too.

    I've processed A LOT of video and I do video for friends too sometimes. Being able to run tons of apps, lots of browser windows, and generally not care too much about what is and isn't running is a side benefit. I may try BF3 out but doubt it'll be so much better than UT2K4 that I'll be sold as it will likely be exponentially more difficult to play. I'd love to find more things to do with the CPU power I have and I do try to use power wisely. My server(s) are actually underclocked and sleep their drives when not being accessed, my video front-ends draw less than 15watts apiece, the PSU in this box is Silver rated and under 650watts. Rendering or compiling code would be fun but I am neither developer nor artist. Those of us who are could certainly find value in overclocking! I know a certain Apple guy who was pretty butt hurt his 8 core powerhouse costing quite a bit more than my computer couldn't encode video as quickly when he challenged me :-)

    P.S. Yeah, I tinker with cars too, it's fun. I also laugh at those who talk about "shortened CPU lives" - get a clue. I have had exactly ONE CPU die and that was within the first 24 hours - warranty replaced. I've had overclocked CPU go for 5 years or more being passed down with no issue. This 920 has seen temps as high as 90C under full load for hours at a time when I had voltages too high and it's still ticking fine. My current peak is recorded as 75C. If you REALLY want to drop some heat water cool the video card, sadly these water blocks tend to be pretty custom and I don't do it since an upgrade on the video means a costly new block.

    --
    Build it, Drive it, Improve it! Hybridz.org
  37. Distinctly I remember it was in the bleak December by silverspell · · Score: 2

    Checking the usernames on this subthread, it would appear there is a conspiracy of Ravens in here!

    Yes, I've been keeping count too. This is a real statistical outlier, even for December.

    (Mind you, I've seen fewer ravens on one thread -- but never more.)