Results 1 to 9 of 9

Thread: [SOLVED] How to throttle down nvidia card?

  1. #1
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    [SOLVED] How to throttle down nvidia card?

    I want my nvidia GPU to run at lower clock speed. How do I do that without having to flash its BIOS. Is it possible (with a command or something) ?

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

    Re: How to throttle down nvidia card?

    To some extent you can underclock your nvidia card. Edit /etc/X11/xorg.conf and, in the section where it describes your nvidia card, add:

    Code:
    Option "CoolBits" "1"
    Once you restart the X server, you'll have an option in nvidia-settings called Clock Freqencies. You can also set the clock speeds via the command line with:

    Code:
    nvidia-settings -a GPUOverclockingState=1
    nvidia-settings -a GPU3DClockFreqs=400,600
    If your graphics card has PowerMizer, the under/over clocking only seems to effect the highest PowerMizer state.
    Don't try to make something "fast" until you are able to quantify "slow".

  3. #3
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How to throttle down nvidia card?

    Thanks. I forgot to mention that this is on a Dell XPS Gen 2 laptop. I reckon that coolbits is locked in the BIOS. Anyway, I'll give this a try when I get back home.

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

    Re: How to throttle down nvidia card?

    I'm using CoolBits on an XPS m1330 without any problems. As long as you don't need the legacy nvidia drivers, it should be supported. For laptops I believe the driver only lets you underclock.
    Don't try to make something "fast" until you are able to quantify "slow".

  5. #5
    Join Date
    Jan 2008
    Location
    the space between spaces.
    Beans
    1,654

    Re: How to throttle down nvidia card?

    Is there any way at all to change the lowest powermizer state?
    "If a cluttered desk signs a cluttered mind, Of what, then, is an empty desk a sign?" -Albert Einstein.

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

    Re: How to throttle down nvidia card?

    Quote Originally Posted by damis648 View Post
    Is there any way at all to change the lowest powermizer state?
    Not that I'm aware of. It's possible to underclock the 2D power state to something below default (which is usually the same as lowest the 3D state) but, in talking to someone who has done this, it caused stability problems.
    Don't try to make something "fast" until you are able to quantify "slow".

  7. #7
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How to throttle down nvidia card?

    Quote Originally Posted by vor View Post
    I'm using CoolBits on an XPS m1330 without any problems. As long as you don't need the legacy nvidia drivers, it should be supported. For laptops I believe the driver only lets you underclock.
    Great. Thats a relief. Also, I noticed that the GPU automatically throttles down when run with battery power. So I guess there is some hope. Can't wait to check this out. Thanks again.

  8. #8
    Join Date
    Jun 2006
    Location
    $ pwd _
    Beans
    3,999
    Distro
    Ubuntu 12.10 Quantal Quetzal

    Re: How to throttle down nvidia card?

    Perfect. Worked flawlessly.

  9. #9
    Join Date
    Jul 2007
    Beans
    22

    Re: How to throttle down nvidia card?

    Quote Originally Posted by sdennie View Post
    I'm using CoolBits on an XPS m1330 without any problems. As long as you don't need the legacy nvidia drivers, it should be supported. For laptops I believe the driver only lets you underclock.
    On my 9-month-old Compaq CQ50 with Nvidia 8200M G, the only option I see is a checkbox labeled "Enable Overclocking", and a bunch of controls that are faded out.

    Do I have to enable overclocking, then reduce the frequencies? Or should there be a separate option labeled "underclocking"?
    Last edited by Lego Dragon Rider; September 28th, 2009 at 11:59 PM. Reason: Mistyped the GPU number

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
  •