Cpufrequtils: Why should I care, and acpi-cpufreq vs. p4_clockmod

I'm a cpufrequtils newbie. In the years I've been running Arch on my laptop, I've never set it up.
I wonder, why should I care about cpufrequtils? What should I know about the technology as a laptop user? Does the fact that I rarely unplug make a difference?
I also wonder what module I should be using for frequency scaling. The cpufrequtils article recommends acpi-cpufreq, but the article for my specific laptop recommends p4_clockmod (for some unspecified reason).
Any insight would be greatly appreciated. Thanks in advance!

Just modprobe both acpi-cpufreq and p4-clockmod, only one of them should be able to load.
the article wrote:
For older Intel CPUs, the command above may return with:
FATAL: Error inserting acpi_cpufreq ([...]/acpi-cpufreq.ko): No such device
In this case, replace the kernel module acpi-cpufreq with speedstep-centrino, p4-clockmod or speedstep-ich.
CPU frequency scaling saves power and keeps your processor cooler. It's worth using on a desktop or a server, not just a laptop.
If you use the ondemand governor, and add:
(sleep 5 && echo 11 > /sys/devices/system/cpu/cpufreq/ondemand/up_threshold)
to /etc/rc.local, you'll have basically zero performance loss. Usually it scales up the CPU at 95%, with this it will do it at 11% (you can't go lower atm).
You can load the  "cpufreq_stats" module and see what it's doing with cpufreq-info. You should notice your laptop fan spin down quite a bit once you set it up.
If you have a watt meter, you can take out the battery and see the power use drop from something like 17w to 12w.
Last edited by thestinger (2010-11-26 05:18:31)

Similar Messages

  • Why should I update and buy Lion 10.7 when I already have 10.6.8?

    I am currently running 10.6.8 Lion and  am wondering the advantages of updating to Lion 10.7? I have been reading online about the differences and difficulties in the update and have come to this point. Other than some increases in performance and to the GUI what truly are the advantages to the update. Please advise

    Honestly, I have had no issues with Lion, but as I was a seed test member I was running it for sometime before the public release (although I never had a problem installing/updating as the beta progressed either).
    But it is really a matter of choice, and if you are happy with 10.6 then there is nothing compelling you to upgrade.  If you want iCloud services in OS X, you have to upgrade, but if those are not important to you, then that is moot.
    The interface is changing (will even more so in Mtn.Lion) to try to merge things more seemlessly with iOS - some people like that, some do not and for some I think it is just they do not like change, period.
    Have you been to an Apple Store and really played around with Lion yet?  If not, I'd start there (or a Best Buy or somewhere with hands on display machines), see what you like, what you don't, what you might use that you cannot use now, so on.
    There are also changes "under the hood" to really move fully into a 64-bit OS environment, but for many folks they will not be able to take noticeably advantage of that as their 3rd party software is not 64-bit yet, or they simply do not work with large enough files to see the benefit of 64-bit in any noticeably way (and don't even get me started about so-called 64-bit versions of things that still have idiotic legacy hard coded limits *cough* MS Excel *cough*).

  • So my phone a 4s is less than two years old, the speakers do not work, and it will not connect to wi-fi, so my question is on the 1st of august why should I re-up my contract and purchase a phone that taken care of did not last the distance of a contract?

    So my phone a 4s is less than two years old, the speakers do not work, and it will not connect to wi-fi, so my question is on the 1st of august why should I re-up my contract and purchase a phone that taken care of did not last the distance of a contract?

    This is a user to user technical support forum.  It is not our responsibility to convince you of anything.
    Do you actually have a technical support question?  If not, post your question on a blog or somewhere more appropriate.
    Best,
    GDG

  • Why should we load header data first and then we load item level data?

    Hi BW guru`s,
    I have small confusion about the data loading.
    Why should we load header data first and then we load item level data?
    Is there any particular reason?
    Scenario: 1st I have uploaded 2LIS_11_VAHDR sales document header data from R/3 to BW by using LO-Cockpit extraction. Then I loaded 2LIS_11_VAITM.This is the norma procedure which we use to follow.
    I have a question. If I load 2LIS_11_VAITM data 1st from R/3 to BW and then I will load 2LIS_11_VAHDR by using LO-Cockpit extraction. what will happen?
    Regards,
    Venkat
    Edited by: VENKAT BOORUGADDA on Aug 12, 2008 11:51 AM

    There is no difference in doing it the other way.
    The load sequence will come into play only during activation where if you map the same fields from the two datasources, you might want to have the previous value overwritten by data from the next datasource.
    That is when you should care about loading one datasource before the other.
    To your question it is not arule that header data should come first.

  • I am from Bangladesh. I can't log in with my gmail Apple ID. When I put in the mail and password, and press sign in, it says it has to review on iTunes. Then I am directed to opening a new account. But why should I , since I have one. Plz help :(

    I am from Bangladesh. I can't log in with my gmail Apple ID. When I put in the mail and password, and press sign in, it says it has to review on iTunes. Then I am directed to opening a new account. But why should I , since I have one. Plz help

    Hi Ishrak,
    I apologize, I'm a bit unclear on exactly what you are trying to log into with your Apple ID, or what exactly you are seeing (alert message, directions, etc) when you try to do so. If you continue to have issues with your Apple ID, you may find one or more of the articles linked from the following page helpful:
    Apple ID - Apple Support
    Regards,
    - Brenden

  • HT1725 I want to download a magazine and it is giving me that I have to fill my first car and my first job and i forgot them what should I do ??

    I want to download a magazine and it is giving me that I have to fill my first car and my first job and i forgot them what should I do ??

    That's the security questions on your account.You'll need to answer those correctly to be able to continue with your order or if you can't remember the answers, I'd suggest contacting support for help.
    https://expresslane.apple.com

  • ORA-06508,ORA-06512, why I should re-connect and after that it runs well?

    I have 2 package.
    package A depends on B.
    I call the package A in c++ code. At the begining, all work well.
    I compile package B successfully.
    But when I call package A in c++ code using a existing connection to the oracle, I get
    ORA-06508: PL/SQL:
    ORA-06512: 在 "PARTY.PKG_TRANSACTION", line 102
    ORA-06512: 在 "PARTY.PKG_CFMMC", line 1186
    when I kill this session in database server side and re-connect to the database, it runs well.
    what is wrong, why I should re-connect and then it runs well, and in the mean time, it does raise errors above if I use the old connection?

    It appears sometimes. But sometimes it does not appear.
    you can create 2 package.
    package a, package b.
    A depends on b.
    You can call the package A in the client side using c++ code.
    then compile the b(do not change and code of b, just recompile it) successfully.
    If you are lucky you can see the errors.

  • Why should I download LION when it seems to have been down rated by many. See 1* and 2* reviews

    why should I download LION when it seems to have been down rated by many. See 1* and 2* reviews

    Don't, then.

  • I use Firefox 6.0.2. When I shut the browser and try to reopen it I get a message saying that Firefox is still running and that I should reboot. This happens constantly. Why does this happen and is there a way around it?

    I use Firefox 6.0.2. When I shut the browser and try to reopen it I get a message saying that Firefox is still running and that I should reboot. This happens constantly. Why does this happen and is there a way around it?

    There are a few possible causes for that error, for details see [[Firefox is already running but is not responding]].

  • I bought 3 films and none of them had subtitles or alternative languages: why? I paid full price (like a dvd) without the same options. Why should I pay the same price? What I want is to change languages or to have subtitles (Kung Fu Panda2 and Rise..apes

    I bought 3 films and none of them had subtitles or alternative languages: why? I paid full price (like a dvd) without the same options. Why should I pay the same price? What I want is to change languages or to have subtitles (Kung Fu Panda2 and Rise of the Planet of the Apes and SpongeBob).
    Pease tell me.
    Best Regards

    You can't change languages in any of the movies offered in the store. Some movies have subtitles but it is in the same language as the movie.
    Depending on what country you are in, you may get movies in that countries native language.

  • I updated the mavericks and blocked the iphoto access and now it has a cost to reactivate. Why should I pay again if i bought the ilife previously?

    I updated the mavericks and blocked the iphoto access and now it has a cost to reactivate. Why should I pay again if i bought the ilife previously?

    what version of iPhoto do you have? If you have iPhoto '11 you can update to version 9.5 for free  --  if you have an older version you must purchase the upgrade to iPhoto '11
    LN

  • My ipad died, what should if I dont have apple care and dont live close to a store?

    My ipad died with a full charge and does not even come back when plugged in. I dont have apple care and do not live close to a store. What should I do?

    Have you tried a Reset...
    Press and hold the Sleep/Wake button and the Home button at the same time for at least ten seconds, until the Apple logo appears. Release the Buttons.
    If no joy... Try a Restore...
    1: Connect the device to your computer and open iTunes.
    2: If the device appears in iTunes, select and click Restore on the Summary pane.
    3: If the device doesn't appear in iTunes, try using the steps in this article to force the device into recovery mode.
    From Here
    Unresponsive iPad
    http://support.apple.com/kb/TS3281

  • Why should anyone buy an EXTENDED WARRANTY if you won't honor it? Yamaha Receiver fails and so do U

    Spent about $300.00 bucks on a Yamaha Receiver. At first I had heard all the stories about lack of customer service, but my wife talked with me in the car and I went back and figured what the hell.....so I got it. Supposed to take over after Yamaha's warranty ran out. Instead when I went back to deal with the problem, Receiver in hand to my Local BEST BYE, we could not find a manager. Then they could not find the warranty. Seems like when it benefits you stuff just vanishes.

    Hello IbedoctorGonzo,
    Welcome to the forum, and I sincerely apologize for the delay in replying to your post. Buying the Geek Squad Protection plan is a great way to ensure that should something go wrong with your Yamaha receiver, like a manufacture defect, you are covered, and I'm very sorry they were not able to locate the plan when you took it in for service. 
    The Geek Squad Protection plan ID number should be on the purchase receipt if you still have it. Using the e-mail you registered on the forum, I was unable to locate your information.  If you would like me to assist in locating your plan please send me a private message with your full name, e-mail address, phone number that we have on file for you, and zip code. To send me a private message simple click to the right of my signature below. 
    Thank you again for posting here on the forum, and I look forward to hearing from you. 
    Regards, 
    Maria|Social Media Specialist | Best Buy® Corporate
     Private Message

  • Why should i buy a macbook pro while the i7 windows laptop comes with more features and with a lesser price??

    why should i buy a macbook pro while an i7 windows laptop comes with greater specs with less price???????
    i love mac but i need strong points for mac to convince my father!!!!

    osamawazarat wrote:
    why should i buy a macbook pro while an i7 windows laptop comes with greater specs with less price???????
    i love mac but i need strong points for mac to convince my father!!!!
    For me, presonall, becasue the Mac will run OS X, while the windows machine will run, well, Windows.  Seriously, whenever given the option, I greatly prefer to use OS X over windows without hesitation.  I buy Apple hardware because I prefer OS X to Windows and have since the OS X public beta.  Apple hardware is very good quality, but so are many Windows PC (Lenovo IMO makes some great hardware, if picking a Windows machine).
    I use windows at work because that's what they give me, but I'd not pick it if given the choice.

  • All the my messages from my phone inbox disappeared.Why did it happen and how should i get the messages back?please help

    All the my messages from my phone inbox disappeared.Why did it happen and how should i get the messages back?please help

    Is the MacBook the computer you have synced with in the past? If not you can use the computer that you have synced with to restore your apps. Are you sure you are using the same Apple ID that you used to purchase the Apps?

Maybe you are looking for

  • TAXINJ to TAXINN in 4.7 SAP

    My client is currently using taxinj ( ED inventorizing ) in 4.7 system. Now they want to have tax credits & going as excise registration. can this be achieved in TAXINJ only Or can we configure taxinn in 4.7 only ? Please let me know how to proceed i

  • Modifying slice 1 of an installation CD

    My goal is to create a custom installation CD that can be used to do a hands-off "Core" (SUNWCreq) Solaris 8 install. I've followed the Sun BluePrint document which describes this, but that procedure only discusses customizing slice 0 (HSFS). In orde

  • IOS device does not appear in WIFI sync in iTunes

    It's been six years now that I had inserted the persistent ID of my main computer into iTunes of my second computer in the iTunes Library.xlm and iTunes Library.itl. So I could also copy content of the second computer via USB to the IOS device. Wi-Fi

  • WorkFlow in test mode

    Hi all, I developed a Workflow that involve different users. I would like to test if all the assignement are correct without having to log into the system everytime as a different user (even cause I don't know the different users password). Is there

  • PC and OS switch, now Bridge previews are blurry

    Yesterday I (well, my son--not me!) moved my Photoshop CS4, Bridge, ACR, LR2 to a new PC. Operating system changed from XP to Windows7. Previews are blurry; I cleared cache, in Preferences, I've got Monitor Size Previews selected, Software Rendering