Skip to content

v1.3.7 - CLI and cTGP,PPAB fixes

Choose a tag to compare

@yunusemreyl yunusemreyl released this 15 May 09:37

### πŸ› οΈ What's New in v1.3.7?
πŸš€ New: omen Command Line Interface (CLI)
Introducing a powerful new CLI for terminal lovers. Control your laptop's core features without opening the GUI.

omen fan max          # Set fans to max speed
omen fan auto         # Restore auto fan control
omen mode performance # Enable high-performance mode (lifts 80W cap)
omen mode balanced    # Switch to balanced profile
omen mode quiet       # Switch to quiet/power-saver mode
omen mux hybrid       # Switch to Hybrid GPU mode
omen mux discrete     # Switch to Discrete GPU mode

⚑ GPU Power Limit (80W Cap) Resolution

The 80W power limit issue on NVIDIA GPUs is now fully resolved.

Kernel-level TGP & PPAB Control: Added support for lifting power caps on OMEN/Victus laptops via the patched hp-wmi driver.
Automatic Sync: Switching to "Performance" mode now automatically triggers both NVIDIA-SMI limits and kernel-level power expansion (lifting the 80W cap to 140W+ on supported hardware).

πŸ”§ Driver & Stability Improvements

Fixed INIT_DELAYED_WORK Race Condition: Prevented potential kernel crashes during module initialization.
Fixed TOCTOU Vulnerabilities: Synchronized GPU power state updates in the driver for better data integrity.
Improved NULL-Safety: Hardened the hp-wmi driver against unexpected WMI responses.
Cleaned up Fan Fallbacks: Improved reliability on newer Victus-S series boards.