Slashdot Mirror


Intel Releases Several Projects to Help Save Power

GeekyBodhi writes "LessWatts.org is Intel's new website that hosts several power saving tools. As Linux.com reports, it also shares tips and tricks to help optimize power consumption on hardware from portable devices running on batteries to large data centers. 'LessWatts.org is not about marketing, trying to sell you something or comparing one vendor to another. LessWatts.org is about how you can save real watts, however you use Linux on your computer or computers.' As reported on Slashdot earlier, this isn't the first time Intel has tried to help Linux users cut their power bills. In May, the company launched the PowerTOP program that monitors individual processes to keep track of power consumption. The project comes at a time when more vendors are pre-installing Linux on handhelds and laptops." Linux.com and Slashdot are both owned by SourceForge.

17 of 83 comments (clear)

  1. Fewer Watts by Anonymous Coward · · Score: 2, Informative

    Shouldn't it be fewer Watts? Less Watts would mean less of Mr. Watts. Gee, at lest get the grammar right! They could say less wattage.

    1. Re:Fewer Watts by ScrewMaster · · Score: 2, Funny

      No, his name is Lester Watts ... Les Watts for short.

      --
      The higher the technology, the sharper that two-edged sword.
  2. powertop... by PaintyThePirate · · Score: 4, Informative

    It looks to me like it's just a relaunched version of Intel Powertop with better marketing behind it.

    Regardless, Powertop actually is a useful tool, and it's helped me get much better battery life out of my T61 running Ubuntu.

    1. Re:powertop... by PaintyThePirate · · Score: 2, Informative

      Err, a relaunched version of the Powertop site, that is. The program itself remains unchanged.

  3. Interesting question... by Zymergy · · Score: 4, Interesting

    It would be interesting to compare the actual power usage between two sets of IDENTICAL test systems, one set running Linux and the Intel Optimizations described in the site, and the second set running the equivalent commercial MICROSOFT software (Server 2003, Vista, XP, etc..) running equivalent real-world workloads.... (And I suppose some sort of Linux Anti-Virus software would need to be procured and added to the Linux test systems to make it fair...)

    1. Re:Interesting question... by Kadin2048 · · Score: 3, Insightful

      And I suppose some sort of Linux Anti-Virus software would need to be procured and added to the Linux test systems to make it fair... Why? Give each machine whatever it requires to safely accomplish its workload in real-world conditions. If that means loads more anti-virus and IDS/IPS on the Windows machine than on the Linux one, so be it.
      --
      "Ladies and gentlemen, my killbot features Lotus Notes and a machine gun. It is the finest available."
    2. Re:Interesting question... by grotgrot · · Score: 4, Informative

      I did on my dual boot laptop (Lenovo T61). Under Windows with no tuning etc, all radios on, power consumption was 12W. Under the latest Gutsy (32 bit tickless kernel) with no tweaking and same screen brightness consumption was 18W. Turning off the physical radio switch reduced consumption by 1W. Doing all the powertop suggested tweaks brought things down by another watt. (Incidentally there wasn't much difference between the 32 bit tickless kernel and the 64bit tickfull kernel suggesting that most power consumption is in the various peripherals and devices).

      Basically Windows consumed significantly less power than Linux (about 30-40% less). From the lesswatts site it is good to see that more power saving will be in the Linux kernel in the 2.6.24/25 timeframe (eg SATA power saving) as well as user space (eg not polling SATA cdroms every 2 seconds looking for media changes). I guess we'll be seeing those updates in Hardy Heron.

  4. for desktop, power supply is biggest waste by bzipitidoo · · Score: 3, Informative

    I'd read cheap power supplies can waste upwards of 4/5 the energy converted to DC. Fixing that is way more savings than any OS or PC tweaking. An effort by Google (pdf warning) was mentioned on Slashdot a while ago.

    --
    Intellectual Property is a monopolistic, selfish, and defective concept. It is "tyranny over the mind of man"
    1. Re:for desktop, power supply is biggest waste by houstonbofh · · Score: 4, Informative

      There is a lot of good info on Toms Hardware Guide. A PSU listed as 'high efficiency' is %75 efficient. Toms showed several at %85 or better. And some as low as %60. And that is on total power, so big gains here.

    2. Re:for desktop, power supply is biggest waste by Repossessed · · Score: 2, Interesting

      The sad thing is, efficient power supplies are a really marginal cost increase compared to the whole system. (My 375 Watt 80% efficient one cost me $60, including shipping). But since every OEM in existence insists on spending the absolute minimum on power supplies, you get lousy 60% efficiency, and a lot of blown power supplies.

      --
      Liberte, Egalite, Fraternite (TM)
    3. Re:for desktop, power supply is biggest waste by bcrowell · · Score: 3, Informative

      The efficiency of power supplies is also non-linear. They only peak when under a fair load. If a switching supply is minimally loaded, its efficiency is very bad (50%).

      You'll find a variety of statements about this running around on the web. It's true that a switching power supply is a wildly nonlinear device (which is why, for example, you can't test it without a load). But there's no simple, reliable rule for when it will be most efficient. You'll hear some people saying a PS is most efficient when used near 100% of its rated capacity, and others who say 50%. Some usenet folks did systematic measurements (you can probably turn up the thread on google groups, I don't have it handy), and they found that basically none of these statements was generally true. There was no clear relationship between % load and efficiency that held true across a variety of power supplies. When people say that it's most efficient when almost 100% loaded (I know, you didn't say that, but other people do), there are two things to keep in mind: (a) it's not necessarily true, and (b) even if it was, you wouldn't want to design your system so that it used almost 100% of the PS's rated power. What typically happens if your PS is on the ragged edge of having enough power for your system is that you get random failures to boot which are hard to reproduce. The reason is that booting tends to require a lot of power (spinning up the drives, running the CPU full-out), and may go over what the PS can supply.

      The main thing is to get an 80PLUS power supply. Not only can you be sure it will be efficient, but it won't contain any lead.

      What Intel is doing seems laudable, but it seems like it's likely to be a very time-consuming way for an individual to cut one watt off of their system's power consumption. You want to pick the low-hanging fruit first. Get a power consumption meter such as a kill-a-watt, and take some measurements. I used to have a pair of speakers that drew 12 W, even when the computer was off, and I didn't know it. If you've got a CRT, replace it with an LCD. Another big issue is doing your word processing on a machine with a video card that gets hot enough to fry an egg on.

      The other big issue on Linux is poor support for power management. There are some success stories, such as the fact that the kernel automagically supports AMD cool'n'quiet, but in general, there are serious problems with sleep and hibernation on linux, and the reason is that manufacturers of peripherals refuse to publicly release the documentation for all the registers that need to be saved in order to restore their states when the machine wakes back up. Personally, I've never had any luck with sleep or hibernation on any machine I've ever installed linux on.

  5. Re:less? by User+956 · · Score: 3, Funny

    LessWatts is short, understandable and catchy. FewerWatts or LessWattage just sounds pedantic.

    Or, they could have gone the nostalgia route and used "WattsYouTalkinAboutWillis.com"

    --
    The theory of relativity doesn't work right in Arkansas.
  6. What about... Windows users :( ? by suv4x4 · · Score: 2, Interesting

    Any "PowerTaskManager" or something :(?
    Please?

  7. Re:trust them? by Wesley+Felter · · Score: 2, Informative

    PowerTop does use a physical power meter: the battery in your laptop.

  8. Grammar by AdamWill · · Score: 3, Informative

    If they'd bothered running the site name past someone passingly familiar with the rules of English before going live, it'd be called FewerWatts. sigh.

  9. Of the 291 million transistors by gillbates · · Score: 4, Interesting

    on modern Intel CPUs, the overwhelming majority are used to compensate for the fact that the CPU is ridiculously faster than the memory to which it interfaces. IOW, the cache. These CPUs consume between 80 and 120 watts of power. The reduced power versions use only 50.

    By way of comparison, the 1 GHz AMD Geode runs on about 1 watt of power, and ARM processors can get by for even less.

    By way of further comparison, a register to register transfer can be completed in 1/2 clock cycle. Contrast this with a read-modify-write memory cycle where a word is fetched from one memory location, modified, and written to a distant location, which will take 4 memory cycles (which typically runs at 1/2 or less of the clock speed of the CPU).

    The power consumption problem is due more to the fact that compensating for this difference in speed requires a large SRAM cache on the die. And even then, it's not perfect - if you do things which routinely involve cache misses (such as video encoding, etc...) the CPU is stuck operating at the effective speed of the memory bus.

    The key to reducing CPU power consumption is to use lower-latency memories, which require smaller on-die caches for a given performance level. We could double the throughput of DDR SDRAM by simply demultiplexing the address and data busses, similar to the way SRAM functions. There's no requirement in the underlying storage structure of DRAM to require separate row and column addresses; it's just a historical artifact. Originally, before DRAM and SDRAM became popular, computers were built with SRAM because its lower latency allowed even slow CPUs to work efficiently. But DRAM promised lower cost (via fewer bus lines) and lower power consumption (bits stored in charged capacitors, rather than cross-coupled transistors), at the price of latency, and the rest, unfortunately, is history.

    --
    The society for a thought-free internet welcomes you.
  10. move heat away of power supply by Via_Patrino · · Score: 2, Interesting

    Power supplies are more efficient at lower temperatures (around 25C), so don't send the heat from your processor to the PS as most people do using a horizontal cooler over the heat sink.
    Instead use a heat sink that have a vertical cooler like Zalman CNPS9500