Results 1 to 5 of 5

Thread: Scaling CPU Frequency

  1. #1
    Join Date
    Aug 2008
    Beans
    13

    Arrow Scaling CPU Frequency

    Hello,

    I installed cpufreq and gave suid root to the gnome applet for it so that I can easily control it. Something keeps changing the allowed range for frequencies every time I restart, plug in the power cord, or unplug it though. What program is changing these settings? I would really like to just control it myself and it gets annoying having to type sudo cpufreq-set -d ".8GHz" -u "2.4GHz" over and over.

    Thanks

  2. #2
    Join Date
    Jun 2007
    Beans
    14,788

    Re: Scaling CPU Frequency

    It's probably the cpufreqd (daemon). Try removing it (through Synaptic or apt-get remove) and seeing if the scaling functions properly. If you have to reinstall it, you can configure it by editing /etc/cpufreqd.conf

  3. #3
    Join Date
    Feb 2007
    Location
    Cameron Park CA USA
    Beans
    4,571
    Distro
    Ubuntu Development Release

    Re: Scaling CPU Frequency

    This always works for me:

    Code:
    sudo chmod +s /usr/bin/cpufreq-selector
    That permits you to control from the tray applet.
    Regards, frank, at http://yantrayoga.typepad.com/noname/
    Homebuilt Lian-Li PC-Q33WB, Intel i7-4790K 4.6GHz, SSDs,32G RAM | Dell Laptop 13.3".
    Oracle VBox w/ WinXP/Win10 running Xara Designer, PaintShopPro, and InDesign CS.

  4. #4
    Join Date
    Oct 2005
    Location
    Queensland, Australia
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: Scaling CPU Frequency

    Quote Originally Posted by fjgaude View Post
    This always works for me:

    Code:
    sudo chmod +s /usr/bin/cpufreq-selector
    That permits you to control from the tray applet.
    Thanks for that fjgaude, I wondered what the problem was.
    Mike

  5. #5
    Join Date
    Jul 2008
    Beans
    19

    Re: Scaling CPU Frequency

    Quote Originally Posted by fjgaude View Post
    This always works for me:

    Code:
    sudo chmod +s /usr/bin/cpufreq-selector
    That permits you to control from the tray applet.
    Thank you for your post! This worked like a charm for my HP tx1320us, and I'm sure it could work for other people as well. Now I can switch from Userspace, to Ondemand as needed...this is great! Thanks again.

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
  •