Release 0.96
Pre-release
Pre-release
Thunderbolt-Switch now supports application arguments.
Thunderbolt-Switch now supports Power Profiles (look at default.xml under the profiles folder).
Power Profiles contains power information:
- Turbo Boost Long Power Max
- Turbo Boost Short Power Max
- Adaptive Voltage (CPU Core, CPU Cache, System Agent, Intel GPU)
- Intel Power Balance
Power Profiles can be triggered under certain circumstances:
- When device power status has changed (On Battery, Plugged In)
- When bounds to a specific application/game
ApplyMask value from the profile file is a bitmask (Setting it to 3 will get your profile to be applied when device is on battery and plugged in. This can be a useful scenario for an undervolting profile that you want to apply for all possible scenarios).
- OnBattery = 0x01, // 0000 0000 0000 0001
- PluggedIn = 0x02 // 0000 0000 0000 0010