Cooling Down Hot Processors
DonnaMai writes "Face it: the only scorching hot thing you want with a chip is salsa. Any other overheating is potentially counterproductive, and can be downright damaging to the microprocessor -- or other components. This article uncovers potential ways to chill the chips."
What we really need is a spare, low-power, mimimal processor without all the fancy extensions that you can switch to when you're just, say, reading a webpage or email, or such.. you could integrate this right into the motherboard and completely shut down your processor when you're not using it for real stuff. IMHO... maybe an engineer will give me a reason this is unreasonable.
Dr. Trevor Mudge (U. Michigan) came to give a lecture at my University last year. He had an interesting proposal which I suspect is probably going to end up being used in nearly every architecture. The energy usage of a procesor is proportion to the square of the voltage - so dropping it as much as possible is desirable. The only problem is that once you get too close, you start getting bit level errors. He proposes to use a shadow register to keep track of values as they pass through and detect bit errors automatically, and route around them. If run at the optimal voltage (1.4 volts) a razored process will see a dramatic drop in energy consumption with a virtually-nonexistant hit to processing power.
To make laws that man cannot, and will not obey, serves to bring all law into contempt.
--E.C. Stanton
As reported on /. a while back. "Record Attempt: The 5 GHz Project"
Tell the truth and you won't have so much to remember.
There are many, many ICs that run happily for years at high operating temperatures (Blaupunkt's Digiceiver digital RF processor being one I'm familiar with).
Saying this, I do run a 12" G4 PowerBook and can appreciate the delights of a 20degC chip...
The Slashdot Paradox: "100% Overrated"
a liquid cooling system that is also a conversation piece http://nobispro.com/aquatank/?
When I first got my Prescott chip, it ran *way* too hot. Realized that the stock thermal pad was just acting as insulation, so I scraped it off and replaced it with Ceramique. It still ran warm, so I superglued a piece of 3" PVC pipe to my case fan. Now air blows right onto the processor area, and the CPU temps are great. I highly recommend the ducting. Cheap, easy, and oh-so-geeky.
Call me a curmudgeon, but it seems like most of the heat is created by wasted cpu cycles. Eye candy is nice, but at 200 million computers in the U.S. alone, each Watt saved represents about $31 million in annual energy costs (assuming 40 hrs/wk, @ $0.074/kWHr. Reducing power consumption by 10 W would pay for a lot of good beer to fuel software development for more efficient software.
Two wrongs don't make a right, but three lefts do.
...but would increasing the size of the actual chip help any? Like a vented, flow-through design. The actual chip is about the size of a fingernail, i know, but if we increased it to the size of the whole plastic skirt around it (that which has all the pins) wouldn't that help heat dissipation?
I haven't taken any measurements, but i'm willing to bet that the skirting around that wouldn't be much bigger- we've got more length on all sides, so we don't have to go as deep.
However, i don't design microprocessors, and don't know anything about electronics, so i'm betting there's something i'm missing out- i.e. the impedance or capacitance effects of increasing the microscopic traces. I would assume someone has thought of this once before, but with all the rush to make stuff smaller and smaller, can it be overlooked?
It's not like we don't have any spare room in a PC case, y'know...
do() || do_not();
Here it is in the "mostly finished" stage:
Picture 1
Picture 2
DAMN YOU OCTODOG! DAMN YOU TO HELL!
apt-get install athcool
The old Lie: Dulce et decorum est Pro patria mori
How to fry an egg on an XP
Someone needs to figure out an efficient way of makeing use of the huge surface area on the lid of a laptop for cooling. When in operation, it's facing away from you, so you wouldn't feel all the heat from it. The problem is tranferring the heat to a part that has to hinge away from the area that's making the heat. Plus there might be problems if it transfers too much heat to the LCD screen rather than to the air on the surface away from the user. It just seems a shame not to be able to take advantage of all that surface area.
Water cooling is the WORST for of cooling if have encountered.
When a water filled radiator is used on a cpu instead of a fan the heat that leaves does not get dealt with. Small components overheating aren't any better than the cpu. Sure, you can put in a powerfull (loud) set of case fans to deal with the extra heat, but what's the water system there for then?
I worked in a small "geeks for hire" computer support team. ALL THREE of the water cooled systems I worked inside of had HEAT problems. And one was leaking!
The problem with computers heating up is caused by tower cases. If you lay the components out on a sheet of plywood and use regular fans you get superb cooling. Submerged in mineral oil works great too. Don't be an idiot though, you need depth, a few millimeters over the cpu won't cut it (this guy is going to use a pump and copper radiator for what would have cost $2 in mineral oil!).
well,
the linux kernel (and presumbaly the windows kernels as well) issue the hlt instruction when idle, which allows parts of the chip to power down, significantly reducing power and heat.
(some/all?) desktop P4s can also scale down clock cycles under software control, but that is significantly coarser grain than the hlt instruction. When it works, the hlt instruction should be sufficient to keep the cpu cool when not doing anything.
Of course, these recourses don't always work. My P4's fan is currently running very loud: I'm unsure whether the fan is on its last legs, or the CPU is erroneously not doing the hlt thing. Some suggestions are that SMP architectures hate hlt, and that hyperthreaded p4s are treated like SMPs. I'm still actively researching this. Anyone want to chime in?
Something is broken with either your installation, motherboard, fan or air circulation in the case. My Athlong *never* goes above 50. Most of the time, it runs under 40. Stock heatsink/fan.
Your setup is messed up.