Slackware This Forum is for the discussion of Slackware Linux.
|
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
|
03-20-2006, 03:32 AM
|
#1
|
Member
Registered: Jan 2006
Location: Australia
Distribution: Fedora, Slackware, RHEL, AIX, HP-UX
Posts: 358
Rep:
|
How hot is your your Pentium M ?
HI All,
Just wondering what temperature other users Pentium M processors run at? (shipped w Centrino)
Back when i used to play w.desktops a good temp was between 35-40 degrees celcius (In Australia)
This unit sits at around 50-55 Degrees..
The cpu fan works and regularly turns off or slows down.. just wondering about you guys?
It seems kinda hot to me... this is with no load on the system.. just browsing 1 x webpage etc..
Pentium M (Banias) @ 1.8Ghz
Hmmm.. i prob should have posted this in Hardware but the Slack forum seems like home now...
Last edited by -=Graz=-; 03-20-2006 at 03:34 AM.
|
|
|
03-20-2006, 05:48 AM
|
#2
|
Senior Member
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687
Rep:
|
Code:
$ cat /proc/acpi/thermal_zone/THRM/temperature
temperature: 49 C
$ cat /proc/acpi/thermal_zone/THRM/trip_points
critical (S5): 105 C
passive: 99 C: tc1=0 tc2=9 tsp=50 devices=0xc14d3ce0
active[0]: 45 C: devices=0xc14d3a60
$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 13
model name : Intel(R) Pentium(R) M processor 1.60GHz
stepping : 6
cpu MHz : 598.292
cache size : 2048 KB
.
.
.
This is with not much to do for the cpu - so the frequency is down to minimum - but it never got hotter than just under 60 degree celsius
|
|
|
03-20-2006, 06:04 AM
|
#3
|
Member
Registered: Jul 2004
Location: Ottawa
Distribution: Arch, OpenBSD
Posts: 123
Rep:
|
you guys are on fire! mine is at 30-35 idle and goes at 45-50 C on full load on a Pentium M 2 GHz
|
|
|
03-20-2006, 06:24 AM
|
#4
|
Senior Member
Registered: May 2004
Location: Leipzig/Germany
Distribution: Arch
Posts: 1,687
Rep:
|
...not that I'm worried - it is a quite thin laptop (Samsung P35) and the environment is at about 21 degrees.
The fan runs at low speed almost all the time - see the trip points...the heat might get easier out of your machine - not much I can see to do about it to change that - or do you know...?
|
|
|
03-20-2006, 11:53 AM
|
#5
|
Member
Registered: Aug 2004
Distribution: Slackware current
Posts: 250
Rep:
|
my M770 runs at 45C idle and up to 100C when compileing hard core. For somereason i think that its not really 100C but 100% the temp it can take.
|
|
|
03-20-2006, 12:00 PM
|
#6
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Here's how I set mine: (Put in /etc/rc.d/rc.local )
Code:
# Set the trip point temperatures (in Celsius)
echo -n "100:0:90:80:58" > /proc/acpi/thermal_zone/THRM/trip_points
# Activate the temperature control system of the kernel
echo -n "30" > /proc/acpi/thermal_zone/THRM/polling_frequency
# Turn off the fan
echo -n "3" > /proc/acpi/fan/FAN0/state
As you can see, my fan doesn't even turn on until 58C. I do mess with it every once inna while. I needed the above because otherwise my fan was on all the time. You can change the trip point to what you want, but make sure you keep all five.
|
|
|
03-20-2006, 12:01 PM
|
#7
|
Member
Registered: Sep 2004
Location: formerly Fanelia and Zaibach
Distribution: Slackware-current !
Posts: 342
Rep:
|
55 °c
Pentium M 725. 1.6 GHz. Toshiba Satellite A50.
-When the fan is not running, it's less than 55°C.
-When the fan starts running, it means it has reached 55°C and it's cooling down.
So far I haven't had any problems .
|
|
|
03-20-2006, 12:16 PM
|
#8
|
Member
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816
Rep:
|
well looks like Pentium M tends to work really freakin' hot!!
on my laptop (HP pavilion zv5200) I got an AMD AthlonXP 3000+ ~ 1.8 GHz and never gets hotter than 65 °C even when I'm playing (UnrealTournament, UT2004) for several hours, when idling it's only at 30 - 35 °C
on my desktop machine (built by myself ; has a lot of ventilation) I got an AMD Athlon64 3700+ ~ 2.2GHz and idle is at 25 - 30 °C and gaming (Doom3, Quake4) is at 55 - 60 °C
I just wanted to share my facts, not to start some kind of processors war
Peace
|
|
|
03-20-2006, 12:19 PM
|
#9
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
The tempurature is why my laptop is named 'toaster'...And since it's a laptop, you know what it's toasting......
|
|
|
03-20-2006, 12:31 PM
|
#10
|
Member
Registered: Aug 2004
Location: Aguascalientes, AGS. Mexico.
Distribution: Slackware 13.0 kernel 2.6.29.6
Posts: 816
Rep:
|
|
|
|
03-20-2006, 01:04 PM
|
#11
|
Member
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789
Rep:
|
I have an acer 3613 laptop with a Pentium M 1.5 ghz and it runs at around 48C up to 55C at it's hotest, even with processor throttling enabled. This has been my experience with all Pentium Ms (when in a laptop at least), and I think you'll find that they are desinged to handle temps in excess of the normals that we would see on a desktop.
slight
|
|
|
03-20-2006, 02:55 PM
|
#12
|
Member
Registered: Aug 2004
Distribution: Slackware current
Posts: 250
Rep:
|
what kernel is everyone on? I never really used 2.4 on this laptop. I installed slack then went straight to 2.6
|
|
|
03-20-2006, 03:02 PM
|
#13
|
Member
Registered: May 2003
Location: Lisbon Falls, Maine
Distribution: RH 8.0, 9.0, FC2 - 4, Slack 9.0 - 10.2, Knoppix 3.4 - 4.0, LFS,
Posts: 789
Rep:
|
2.6.14.13
processor throttling enabled using 'conservative' mode most of the time.
slight
|
|
|
03-20-2006, 03:50 PM
|
#14
|
Senior Member
Registered: Dec 2004
Location: In my house.
Distribution: Ubuntu 10.10 64bit, Slackware 13.1 64-bit
Posts: 2,649
Rep:
|
Custom compiled 2.6.16
|
|
|
03-20-2006, 04:01 PM
|
#15
|
Member
Registered: Aug 2004
Distribution: Slackware current
Posts: 250
Rep:
|
thats odd, i wounder why are getting different temps
|
|
|
All times are GMT -5. The time now is 02:23 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|