| General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun! |
| 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.
 |
GNU/Linux Basic Guide
This 255-page guide will provide you with the keys to understand the philosophy of free software, teach you how to use and handle it, and give you the tools required to move easily in the world of GNU/Linux. Many users and administrators will be taking their first steps with this GNU/Linux Basic guide and it will show you how to approach and solve the problems you encounter.
Click Here to receive this Complete Guide absolutely free. |
|
 |
07-10-2007, 12:26 PM
|
#1
|
|
Member
Registered: Apr 2005
Location: London, England.
Distribution: Ubuntu 7.04 "Feisty Fawn"
Posts: 55
Rep:
|
CPU frequency scaling
BENIS DENIS! DENNACE DENNACE DENNACE.
Alright. Now let's get to business.
Do you use CPU frequency scaling in linux? I do, on my laptop and desktop computers.
In my desktop, I have an Athlon64 3800+, and I have enabled the 'cool'n'quiet' function. It didn't work at first, but it worked fine after I updated my bios to the most recent version available.
In my laptop, an Asus Z35FM with the Celeron M processor, I didn't know what to do to get it working. After asking for help amongst some people, I found that loading the 'p4_clockmod' module would enable it. It works very well now.
Do you use it? And laptop users, do you notice any increase in battery life when you use it?
|
|
|
|
07-10-2007, 12:49 PM
|
#2
|
|
Member
Registered: Oct 2006
Location: Ontario, Canada
Distribution: Xubuntu 6.06!! =D
Posts: 137
Rep:
|
Erm... What's CPU frequency scaling? *flees from various thrown objects*
|
|
|
|
07-10-2007, 12:57 PM
|
#3
|
|
Senior Member
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016
Rep:
|
i use cpufreq on my laptop, works great.
i have an A64 3200+ -- how do you enable "cool'n'quiet"? is it a bios option only in certain motherboards, or a kernel + software capability?
|
|
|
|
07-10-2007, 01:10 PM
|
#4
|
|
Senior Member
Registered: Sep 2005
Location: Out
Posts: 3,307
Rep:
|
I use speedstep_centrino (Intel M) and enable powersaving (thanks to this amazing tool from Intel) for some devices that support it. With only X-Window loaded, I get +5h of autonomy at 600Mhz using governor ondemand. With several dozens of windows open, firefox, music, gkrellm it stays very often in lower speed. If I want quick response, I will set profile performance (applet klaptop in kde).
Before I was using http://cpufreqd.sourceforge.net/ but I haven't reinstalled it yet. With this, you can define complex profiles: when temperature goes too high, lower freq; when xine is running, set the higher freq,..)
It works quite well!
|
|
|
|
07-10-2007, 01:20 PM
|
#5
|
|
Member
Registered: Apr 2005
Location: London, England.
Distribution: Ubuntu 7.04 "Feisty Fawn"
Posts: 55
Original Poster
Rep:
|
Quote:
|
Originally Posted by slackhack
i use cpufreq on my laptop, works great.
i have an A64 3200+ -- how do you enable "cool'n'quiet"? is it a bios option only in certain motherboards, or a kernel + software capability?
|
Check the power management area of your bios. There should be an option to enable or disable it... there is in mine. If it doesn't work even when the option is enabled, you might need to update your bios; that was the case for me.
I dunno much about the kernel stuff... but it is the 'powernow-k8' module which does the cool'n'quiet stuff, I think.
|
|
|
|
07-10-2007, 02:26 PM
|
#6
|
|
Senior Member
Registered: Jun 2004
Distribution: Arch, Debian, Slack
Posts: 1,016
Rep:
|
Quote:
|
Originally Posted by PatrickMay16
Check the power management area of your bios. There should be an option to enable or disable it... there is in mine. If it doesn't work even when the option is enabled, you might need to update your bios; that was the case for me.
I dunno much about the kernel stuff... but it is the 'powernow-k8' module which does the cool'n'quiet stuff, I think.
|
excellent! i just installed powernow-k8 and it works. bios was set to auto, so i just assumed it didn't work in linux. thanks!
|
|
|
|
07-10-2007, 02:29 PM
|
#7
|
|
LQ 5k Club
Registered: Jan 2006
Location: Oldham, Lancs, England
Distribution: Laptop: Slackware 14.0 // Desktop: Slackware64 14.0 // Netbook: Slackware 14.0
Posts: 6,183
|
Real (Wo)Men dont need CPU frequency scaling...whatever that is.
|
|
|
|
07-10-2007, 02:55 PM
|
#8
|
|
Member
Registered: Nov 2006
Location: hawaii, usa
Distribution: slackware 14
Posts: 80
Rep:
|
i use cpu frequency scaling on my desktop to lower electricity usage.
|
|
|
|
07-10-2007, 04:35 PM
|
#9
|
|
Senior Member
Registered: Nov 2003
Location: Knoxville, TN
Distribution: Kubuntu 9.04
Posts: 1,168
Rep:
|
To make full use of AMD's "Cool 'N' Quiet" you need a special four pin PWM (pulse width modulation) fan. The high-end retail processors come with them. My boxed 64-bit Sempron 3000+ didn't.
Anyway, the objective isn't to get the lowest temp possible, believe it or not. The objective is to get the smallest difference between min and max temps, thereby minimizing thermal "stress". So you might actually see higher idle temps when enabled. Heck, if you live in Norway the CPU fan might not even turn on!  Don't be alarmed! It's supposed to work that way. 
|
|
|
|
07-10-2007, 06:11 PM
|
#10
|
|
Member
Registered: Apr 2005
Location: London, England.
Distribution: Ubuntu 7.04 "Feisty Fawn"
Posts: 55
Original Poster
Rep:
|
Quote:
|
Originally Posted by slackhack
excellent! i just installed powernow-k8 and it works. bios was set to auto, so i just assumed it didn't work in linux. thanks!
|
YES! Congratulations, man. And here's to a world of coolar processors.
|
|
|
|
07-10-2007, 08:07 PM
|
#11
|
|
Member
Registered: Oct 2004
Location: Southeast, U.S.A.
Distribution: Fedora (Desktop), CentOS (Server), Knoppix (Diags)
Posts: 934
Rep:
|
Quote:
|
Originally Posted by Jorophose
Erm... What's CPU frequency scaling? *flees from various thrown objects*
|
Frequency Scaling is the act of changing the operating speed of your processor, which in turn saves electricity and reduces heat, allowing fans to run slower. Sort of like overclocking, but reverse, with the intent on increasing the overall lifespan of your system.
|
|
|
|
| Thread Tools |
Search this Thread |
|
|
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 04:33 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
|
|