Skip to content

Release 0.96

Pre-release
Pre-release
Compare
Choose a tag to compare
@Valkirie Valkirie released this 06 Feb 09:50
· 128 commits to master since this 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