Skip to content

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 21 Jun 10:50

Installation

curl -fsSL https://raw.githubusercontent.com/HorizonUnix/UXTU4Linux/main/install.sh | bash

Updating from v0.8.x? v0.9.0 adds a new dependency (Textual), so the interface won't start until your virtual environment has it. The easiest path is to re-run the installer above
Prefer not to reinstall? Add the dependencies to the existing environment by hand, then restart the daemon:

/opt/uxtu4linux/venv/bin/pip install textual pyzmq
sudo systemctl restart uxtu4linux.service

NVIDIA Tuning

  • NVIDIA tuning has been fully migrated to NVML and no longer relies on the nvidia-smi command. GPU power limit and clock lock controls now call the NVIDIA driver directly through NVML alongside the core and memory offsets that already use it.

  • Desktop NVIDIA GPU power limit support. You can now set a power limit on desktop NVIDIA GPUs. The control reads your GPU's actual power limit range and current value from NVML, then adjusts the minimum, maximum, and current values to match your hardware. On laptop GPUs, where power limits are controlled by Dynamic Boost and cannot be adjusted (NVML reports NOT_SUPPORTED), the control is automatically hidden.

  • Wider GPU clock offset ranges. Core and memory clock offsets now support values from -1000 MHz to +4000 MHz.

New NVIDIA ROP Check

  • NVIDIA ROP check for RTX 4000 and 5000 series GPUs. On startup, UXTU4Linux now reads your GPU's actual ROP count and warns you if it is lower than the expected value for your model.

Premade Presets

  • See the command. Selecting a premade preset now displays the exact command being applied in a dedicated output box, so you can always see what is being sent to your CPU.

Full changelog: https://github.com/HorizonUnix/UXTU4Linux/compare/0.9.0...0.9.1