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.

    Automatic/User hybrid graphic switch

    Discussion in 'Lenovo' started by djh01, Oct 17, 2008.

  1. djh01

    djh01 Notebook Consultant

    Reputations:
    13
    Messages:
    173
    Likes Received:
    0
    Trophy Points:
    30
    Apparently there is/was some support in the works for automatically switchable graphics (I would assume based on currently running applications). I discovered the following functions in ATIs software:
    • ATIDL_PowerXpress_GetAutoSwitchConfig
    • ATIDL_PowerXpress_SetAutoSwitchConfig

    I also discovered the following functions which could be used to write an app that would handle the switchable graphics without using the crash-prone power manager toolbar:
    • ATIDL_PowerXpress_GetActiveGPU
    • ATIDL_PowerXpress_SetActiveGPU

    If only we had documentation of the API for the applicable DLLs then it would be a piece of cake to write some pretty cool apps that would allow you to customize how your switchable graphics behave when docked/undocked, on battery/AC power, etc... When a movie player is running/not running. You could also map a key to switch between graphics.

    From one of ATI's press releases on "PowerXpress":
    If anyone can reverse engineer DLL calls, give me a shout.