Results 1 to 7 of 7

Thread: [SOLVED] make cpu scaling changes permanent

  1. #1
    Join Date
    Jan 2008
    Beans
    588
    Distro
    Xubuntu 12.04 Precise Pangolin

    [SOLVED] make cpu scaling changes permanent

    title says it all here. i added the cpu scaling applet to my task bar and changed it from 'on demand' to 'conservative'. im happy with the results. but after a reboot, its back to 'on demand', and i have to change it back to my preferred option of 'conservative' again.

    is there a way to make the changes permanent, so after i reboot the cpu scaling is still 'conservative'?

    im running intrepid on a dell inspiron 1525n, if that helps.

    cheers!
    Last edited by bryncoles; November 10th, 2008 at 12:39 PM.
    'I know lifes a bummer baby, But thats got precious little to do with me' - Monster Magnet

  2. #2
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: make cpu scaling changes permanent

    I don't advise setting the governor to conservative but, you should be able to make it permanent if you add the following to /etc/rc.local:

    Code:
    cpufreq-selector -g conservative
    That may not work across a suspend/resume though. Though not specifically for your laptop, this guide is for a similar(-ish) laptop and you may find some useful information about power savings (which, it sounds like you are trying to do if you are changing the CPU governor): HOWTO: XPS m1330 power savings
    Don't try to make something "fast" until you are able to quantify "slow".

  3. #3
    Join Date
    Jan 2008
    Beans
    588
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: make cpu scaling changes permanent

    cheers! ill look into that, and possibly try and read up on why conservative might not be such a good idea... then maybe do it anyway ha ha ha!
    'I know lifes a bummer baby, But thats got precious little to do with me' - Monster Magnet

  4. #4
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: make cpu scaling changes permanent

    Quote Originally Posted by bryncoles View Post
    cheers! ill look into that, and possibly try and read up on why conservative might not be such a good idea... then maybe do it anyway ha ha ha!
    Haha. It won't cause your machine to explode either way so, I'll be happy to help you do it even if I don't recommend it.
    Don't try to make something "fast" until you are able to quantify "slow".

  5. #5
    Join Date
    Jan 2008
    Beans
    588
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: [SOLVED] make cpu scaling changes permanent

    ive made the change to /etc/rc.local. ill post back tomorrow when ive had chance to find out if it works over suspend and resume, and rebooting. now, might i ask, why is it not recommended....?
    'I know lifes a bummer baby, But thats got precious little to do with me' - Monster Magnet

  6. #6
    Join Date
    Jan 2007
    Location
    $here ? $here : $there
    Beans
    3,717
    Distro
    Ubuntu 8.04 Hardy Heron

    Re: [SOLVED] make cpu scaling changes permanent

    Quote Originally Posted by bryncoles View Post
    ive made the change to /etc/rc.local. ill post back tomorrow when ive had chance to find out if it works over suspend and resume, and rebooting. now, might i ask, why is it not recommended....?
    Power savings sometimes isn't intuitive. There are two variables at play. One is the CPU frequency and the other is the CPU idle (or sleep) state. Your computer probably spends most of its time idle and modern chips recognize this fact and switch into a very low power state when nothing is happening (they do this often and fast). With that in mind, the *faster* you make your chip run, the quicker it can return to a deep sleep state and, as such, save power. The idea is called "Race to idle".
    Don't try to make something "fast" until you are able to quantify "slow".

  7. #7
    Join Date
    Jan 2008
    Beans
    588
    Distro
    Xubuntu 12.04 Precise Pangolin

    Re: [SOLVED] make cpu scaling changes permanent

    i see... interesting! though ive noticed having been running on conservative since about 9am that my cpu temp is 2 degrees lower than normal, which strikes me as being a good thing! that said, its only 42 degrees, so its not like it was abnormally high anyway...
    'I know lifes a bummer baby, But thats got precious little to do with me' - Monster Magnet

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •