diff --git a/README.md b/README.md index 127f7ca1..7b9d892e 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,17 @@ # G14-helper -Designed for Asus Zephyrus G14 2022 (with AMD Radeon iGPU and dGPU). But could potentially work for G14 of 2021 and 2020. +Designed for Asus Zephyrus G14 2022 (with AMD Radeon iGPU and dGPU). But could potentially work for G14 of 2021 and 2020, G15, X FLOW, and other ROG models. -A small windows system tray utility that allows you to switch between 3 main GPU modes (mirroring ones from ASUS Armory Crate). Uses proprietary ASUS WMI commands to do switching. Therefore requires Administrator priveledges on Windows to run. +A small windows system tray utility that allows you to switch between 3 main GPU modes (mirroring ones from ASUS Armory Crate). Uses ASUS WMI commands to do switching and doens't require Armory Crate to be isntalled at all. Requires Administrator priveledges on Windows to run. -![Screenshot](https://github.com/seerge/g14-helper/blob/main/g14-gpu.png) +![Screenshot](https://github.com/seerge/g14-helper/blob/main/g14-helper.png) 1. Eco mode : only low power iGPU (Radeon 680u) enabled, iGPU drives built in display 2. Standard mode (Windows Hybrid) : iGPU and dGPU (Radeon 6700s/6800s) enabled, iGPU drives built in display 3. Ultimate mode: iGPU and dGPU enabled, but dGPU drives built in display +UPDATE: February 12, 2023 + +Swithing of performance profiles (including default fan curves) is also available! Swhiching happens via same ASUS WMI low leven commands. Profiles are same as in Armory Crate. + ![Ultimate Mode](https://github.com/seerge/g14-helper/blob/main/ultimate.png) diff --git a/g14-gpu.png b/g14-gpu.png deleted file mode 100644 index 33ef8cd8..00000000 Binary files a/g14-gpu.png and /dev/null differ diff --git a/g14-helper.png b/g14-helper.png new file mode 100644 index 00000000..7a67de54 Binary files /dev/null and b/g14-helper.png differ