On Sun, 17 Apr 2005 12:51:26 -0700 Brian C <[EMAIL PROTECTED]> wrote:
> debian-powerpc:/sys/devices/temperatures# dmesg | grep adt adt746x: > Thermostat bus: 1, address: 0x2e, limit_adjust: 0, fan_speed: -1 > adt746x: ADT7467 initializing > adt746x: Lowering max temperatures from 73, 80, 109 to 70, 50, 70 > What is a safe temperature for the CPU? Could I just set the > cpu_limit to 55? If so, how would I do that? echo 5 > /sys/devices/temperatures/limit_adjust (this will add 5 to the default 50°C) I should give a look at Darwin's drivers to see whether default temperatures are different for your model, and adapt the driver if necessary. -- Colin