[LUG.ro] modificaciones para bajar la temperatura de notebook
Angel Aranciba
lugro@lugro.org.ar
Wed, 4 Jan 2006 02:08:48 +0000
> aragh0rn:/proc/acpi$ cat thermal_zone/TZ*/*
> ####
> <setting not supported>
> cooling mode: active
> <polling disabled>
> state: ok
> temperature: 59 C
> critical (S5): 95 C
> passive: 88 C: tc1=1 tc2=2 tsp=100 devices=0xcdfce4c0
> active[0]: 80 C: devices=0xcdf87900
> active[1]: 75 C: devices=0xcdf89820
> active[2]: 65 C: devices=0xcdf897a0
> active[3]: 58 C: devices=0xcdf89720
> <setting not supported>
> cooling mode: passive
> <polling disabled>
> state: ok
> temperature: 62 C
> critical (S5): 100 C
> passive: 90 C: tc1=1 tc2=2 tsp=300 devices=0xcdfce4c0
> <setting not supported>
> cooling mode: passive
> <polling disabled>
> state: ok
> temperature: 37 C
> critical (S5): 100 C
> passive: 60 C: tc1=1 tc2=2 tsp=300 devices=0xcdfce4c0
> ########3
>
> No entiendo mucho, pero parece qeu de alguna manera tengo seteado muy
> altos los valores. puede ser?
> Me sigue extrañando lo del 'sensors' y el restode su familia.
Solucione el tema de los seteo de los thermal_zone. hice un script qeu
cunado me inicia me pones unos valores ams lindos (menos calidos ;)),
lo puse en init.d y listo. Anda bien .
el script es el siguiente:
#############
aragh0rn:/etc/init.d$ cat set_thermal
#!/bin/sh
#
# set_thermal:
# chkconfig: 345 05 95
# description:Fix bad thermal setting
#
start()
{
echo -n $"Starting set_thermal: "
# Me gustan mas estas
echo "75:75:75:65:60:55:45">/proc/acpi/thermal_zone/TZ1/trip_points
echo "75:75:75:65:60:55:45">/proc/acpi/thermal_zone/TZ2/trip_points
echo "75:75:75:65:60:55:45">/proc/acpi/thermal_zone/TZ3/trip_points
# que estas
#echo "95:75:75:65:60:55:45">/proc/acpi/thermal_zone/TZ1/trip_points
#echo "100:85:85:60:55:45">/proc/acpi/thermal_zone/TZ2/trip_points
#echo "100:55:55:60:55:45">/proc/acpi/thermal_zone/TZ3/trip_points
touch /var/lock/subsys/set_thermal
echo
}
stop()
{
echo -n $"Shutting down set_Thermal: "
rm -f /var/lock/subsys/set_thermal
echo
}
case "$1" in
start)
start
;;
stop)
stop
;;
restart|reload)
stop
start
;;
*)
echo $"Usage: $0 {start|stop|restart|reload}"
exit 1
esac
exit 0
# end --------------
##############33
Bueno gracias por todo
Saludos
--
-----
Angel Arancibia
GNU/Linux User Registered #358969
http://counter.li.org/
ICQ: 327093745
MSN: angel.arancibia@gmail.com
-------------------------------
"Computer science is no more about computers than astronomy is about
telescopes." - Edsger W. Dijkstra
"There are only 10 types of people in the world: Those who understand
bynari, and those who don't"