Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

Universal x86 Tuning Utility V2.0.0 - Beta 8

Compare
Choose a tag to compare
@JamesCJ60 JamesCJ60 released this 27 Jun 00:09
· 1 commit to main since this release
e48f88c

Changes made:

• Added per-core curve optimiser for Zen2 and newer APUs
• Added ADLX options to custom preset and adaptive mode menus
• Automation presets will now be applied on startup when "Reapply on Start" option is enabled
• Updated SMU backend to make 50% less interactions with the SMU when applying settings
• Updated ADLX backend with more options
• Application will now detect multiple instances
• Various other bug fixes and optimisations!

Notes:

• Due to the backend rewrite, Dragon Range CPUs are currently unsupported!
• Magpie FSR and a few other features are missing in this build.

Downloads:

Windows Download

Have a Windows handheld?

Try out the new handheld optimised version of UXTU called UXTU Handheld

Fan Control Notes:

• The test menu will only be around however necessary to test fan control in UXTU. Once the test is over, fan control will be integrated into the custom preset menu.
• It is currently limited to controlling one fan at a time and works off CPU temperature.
• There are five configs built as of this release.
• Configs are stored within the Fan Configs folder within the UXTU install directory.
• Configs must be named after the device manufacturer and model, e.g. AYANEO_AYANEO 2.json.
• Configs must follow this formatting:

{
  "MinFanSpeed": 0,
  "MaxFanSpeed": 100,
  "MinFanSpeedPercentage": 0,
  "FanControlAddress": "0x44A",
  "FanSetAddress": "0x44B",
  "EnableToggleAddress": "0x1",
  "DisableToggleAddress": "0x0",
  "RegAddress": "0x4E",
  "RegData": "0x4F"
}