The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Power options - CPU states missing??

    Discussion in 'Windows OS and Software' started by Razor2, Feb 7, 2011.

  1. Razor2

    Razor2 Notebook Deity

    Reputations:
    107
    Messages:
    914
    Likes Received:
    8
    Trophy Points:
    31
    I have a problem with the power options on an Acer 1830.
    The minimum and maximum processor states are missing under the power options. This means that the CPU does not clock down when on battery.
    Is there any solution for this apart from a complete windows reinstall?
     
  2. Duct Tape Dude

    Duct Tape Dude Duct Tape Dude

    Reputations:
    568
    Messages:
    1,822
    Likes Received:
    9
    Trophy Points:
    56
    Update your chipset drivers?
     
  3. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    Dynamic CPU clocks are managed by the BIOS with technology such as SpeedStep (for Intel CPUs), so you don't have to manage the CPU clocks via Windows unless you want to force it to run at a certain frequency.
     
  4. michael_recycled

    michael_recycled Notebook Deity

    Reputations:
    329
    Messages:
    989
    Likes Received:
    0
    Trophy Points:
    30
    Perhaps Acer's "ePower"-Tool helps here.
    I guess, some registry entries are missing or disabled.

    @Bog: most stuff (at least the fine tuning) is controlled by the OS and the drivers nowadays.

    Michael
     
  5. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    That is true, but CPU frequency is controlled via the BIOS, which is higher-level control than the OS or the drivers the OS runs.
     
  6. michael_recycled

    michael_recycled Notebook Deity

    Reputations:
    329
    Messages:
    989
    Likes Received:
    0
    Trophy Points:
    30
    Well, in some Bios' you can enable or disable the CPU power management, but that's all. And in Laptops, the configuration options are extremely limited.

    Michael
     
  7. JKleiss

    JKleiss Notebook Evangelist

    Reputations:
    261
    Messages:
    660
    Likes Received:
    0
    Trophy Points:
    30
    Open regedit
    Find this key

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\893dee8e-2bef-41e0-89c6-b55d0929964c

    and this key

    HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Power\PowerSettings\54533251-82be-4824-96c1-47b60b740d00\bc5038f7-23e0-4960-96da-33abaf5935ec

    And change attributes key from 1 to 0, it should then show up as an option in the advanced power options
     
  8. Razor2

    Razor2 Notebook Deity

    Reputations:
    107
    Messages:
    914
    Likes Received:
    8
    Trophy Points:
    31
    thanks

    checked the registry keys and it is the same as on my 1520, where it works..
    The BIOS has no option to set speedstep...
    Any other registry keys? or could it be that the powrprof.dll is corrupt?
     
  9. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    some power states cannot be set using the existing windows gui. You need to run command line (via batch files) to manipulate all of the options.

    research this command on technet:

    powercfg /qh scheme_current sub_processor

    and you'll have an idea how to begin.
     
  10. weinter

    weinter /dev/null

    Reputations:
    596
    Messages:
    2,798
    Likes Received:
    1
    Trophy Points:
    56
    Fixed that for you. :D
    As you go down to the hardware it is lower level, just like programming language, assembly is low level, C++ is higher level.
     
  11. Bog

    Bog Losing it...

    Reputations:
    4,018
    Messages:
    6,046
    Likes Received:
    7
    Trophy Points:
    206
    I stand corrected. Thanks, that is what I meant to say. I just think the OP should know that low level control of CPU states means that it is not meant be managed by the user; it is all done automatically.
     
  12. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    Don't assume that the windows gui tools give full access to the machine hardware.
     
  13. Razor2

    Razor2 Notebook Deity

    Reputations:
    107
    Messages:
    914
    Likes Received:
    8
    Trophy Points:
    31
    Ok, this function should be there: It is there on my 1520, it is there on my 1810t and its even there on my office machine, which is a desktop...why is it not there on the 1830?
    Like I said, I'm suspecting some registry problem...but I have no idea which keys control the advanced power settings window behavior.
     
  14. michael_recycled

    michael_recycled Notebook Deity

    Reputations:
    329
    Messages:
    989
    Likes Received:
    0
    Trophy Points:
    30
    Have you tried Acer's ePower-software? Perhaps it "repairs" these registry keys.

    Michael
     
  15. newsposter

    newsposter Notebook Virtuoso

    Reputations:
    801
    Messages:
    3,881
    Likes Received:
    0
    Trophy Points:
    105
    different motherboards, different biosii, they will all allow different things.

    Research the powercfg command line I mentioned. That's the definitive way (via msft an intel) of changing things anyway.

    First you list out the options for your machine, then you decide what to change.