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.

    TPfancontrol starts in SMART mode, how do it get it start in Manual mode

    Discussion in 'Lenovo' started by jedisurfer1, Aug 4, 2010.

  1. jedisurfer1

    jedisurfer1 Notebook Deity

    Reputations:
    39
    Messages:
    785
    Likes Received:
    50
    Trophy Points:
    41
    Smart mode doesn't kick the fan on until it's hot on my laptop and I sometimes forget to put it on manual mode. Is there a way to start it in manual mode with a default of 2 fan speed?
     
  2. lead_org

    lead_org Purveyor of Truth

    Reputations:
    1,571
    Messages:
    8,107
    Likes Received:
    126
    Trophy Points:
    231
    which OS are you running, you should be edit the starting behaviour of the TPfancontrol, by going into start, program, tpfancontrol, etc.
     
  3. erik

    erik modifier

    Reputations:
    3,647
    Messages:
    1,610
    Likes Received:
    2
    Trophy Points:
    55
    you need to edit tpfancontrol.ini

    Code:
    // "Active=0" program just reads config.
    // "Active=1" allow program to modify fan.
    // "Active=2" program will come up in smart mode.
    // "Active=3" program will come up in manual mode.
    // bei "Active=0" wird nur die Konfiguration ausgelesen.
    // bei "Active=1" die Veränderung des Lüfterverhaltens ist aktiviert.
    // bei "Active=2" startet das Programm im "Smart"-Modus.
    // bei "Active=3" startet das Programm im "Manual"-Modus.
    
    [B]Active=2[/B]
    change "Active=2" to "Active=3" and it will start in manual mode.

    below that you can change the manual fan speed:

    Code:
    // manual fan speed at program start
    // Lüfterstufe beim Programmstart
    
    [B]ManFanSpeed=7[/B]
    change this to "ManFanSpeed=2"

    once you edit the .ini, you'll have to exit TPFanControl and restart it for the changes to take effect.
     
  4. jedisurfer1

    jedisurfer1 Notebook Deity

    Reputations:
    39
    Messages:
    785
    Likes Received:
    50
    Trophy Points:
    41
    yeah thanks guys right after I posted this I looked for the ini file.
     
  5. hceuterpe

    hceuterpe Notebook Evangelist

    Reputations:
    111
    Messages:
    380
    Likes Received:
    0
    Trophy Points:
    30
    I would like to see TPfancontrol set the fan to SMART on battery, but manual mode on AC...