From f9a7bd0fe0dd8c539c4f08620285f5ffa6d6c388 Mon Sep 17 00:00:00 2001 From: Rakaveli Date: Sat, 5 Aug 2023 17:58:22 +0500 Subject: [PATCH 01/12] Added support for rog keris eva edition mouse --- .../Mouse/Models/ROGKerisWireless.cs | 24 +++++++++++++++++++ app/Peripherals/PeripheralsProvider.cs | 2 ++ 2 files changed, 26 insertions(+) diff --git a/app/Peripherals/Mouse/Models/ROGKerisWireless.cs b/app/Peripherals/Mouse/Models/ROGKerisWireless.cs index 6591f19e..c539a292 100644 --- a/app/Peripherals/Mouse/Models/ROGKerisWireless.cs +++ b/app/Peripherals/Mouse/Models/ROGKerisWireless.cs @@ -170,4 +170,28 @@ return "ROG Keris (Wired)"; } } + + public class ROGKerisWirelessEvaEdition : ROGKerisWireless + { + public ROGKerisWirelessEvaEdition() : base(0x1A59, false) + { + } + + public override string GetDisplayName() + { + return "ROG Keris EVA Edition"; + } + } + + public class ROGKerisWirelessEvaEditionWired : ROGKerisWireless + { + public ROGKerisWirelessEvaEditionWired() : base(0x1A57, false) + { + } + + public override string GetDisplayName() + { + return "ROG Keris EVA Edition (Wired)"; + } + } } diff --git a/app/Peripherals/PeripheralsProvider.cs b/app/Peripherals/PeripheralsProvider.cs index b7f18ffa..9ad0b1df 100644 --- a/app/Peripherals/PeripheralsProvider.cs +++ b/app/Peripherals/PeripheralsProvider.cs @@ -189,6 +189,8 @@ namespace GHelper.Peripherals DetectMouse(new GladiusIIIAimpointWired()); DetectMouse(new ROGKerisWireless()); DetectMouse(new ROGKerisWirelessWired()); + DetectMouse(new ROGKerisWirelessEvaEdition()); + DetectMouse(new ROGKerisWirelessEvaEditionWired()); DetectMouse(new TUFM4Wirelss()); DetectMouse(new StrixImpactIIWireless()); DetectMouse(new StrixImpactIIWirelessWired()); From 29f0de9cbabc2fd8fbea24c9babc4b5708b82b48 Mon Sep 17 00:00:00 2001 From: Rakaveli Date: Sat, 5 Aug 2023 18:11:18 +0500 Subject: [PATCH 02/12] wrong wireless flag fixed --- app/Peripherals/Mouse/Models/ROGKerisWireless.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Peripherals/Mouse/Models/ROGKerisWireless.cs b/app/Peripherals/Mouse/Models/ROGKerisWireless.cs index c539a292..5e2e5e88 100644 --- a/app/Peripherals/Mouse/Models/ROGKerisWireless.cs +++ b/app/Peripherals/Mouse/Models/ROGKerisWireless.cs @@ -173,7 +173,7 @@ public class ROGKerisWirelessEvaEdition : ROGKerisWireless { - public ROGKerisWirelessEvaEdition() : base(0x1A59, false) + public ROGKerisWirelessEvaEdition() : base(0x1A59, true) { } From 3b5587d2e174a1372bbc5fccb6fbcfd6efdf7c02 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:29:41 +0200 Subject: [PATCH 03/12] Update README.md --- docs/README.md | 99 ++++++++++++++++++++++++++------------------------ 1 file changed, 51 insertions(+), 48 deletions(-) diff --git a/docs/README.md b/docs/README.md index c450a29e..52382e38 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,74 +4,76 @@ [![GitHub release](https://img.shields.io/github/release/seerge/g-helper.svg)](https://GitHub.com/seerge/g-helper/releases/) [![Github all releases](https://img.shields.io/github/downloads/seerge/g-helper/total.svg)](https://GitHub.com/seerge/g-helper/releases/) [![GitHub stars](https://img.shields.io/github/stars/seerge/g-helper.svg?style=social&label=Star)](https://GitHub.com/seerge/g-helper/stargazers/) Language: English | [中文] -Lightweight Armoury Crate alternative for Asus laptops. A small utility that allows you to do almost everything you could do with Armoury Crate but without extra bloat and unnecessary services. Works on all popular models, such as ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, TUF, Strix, Scar, ProArt and many more! Feel free to try :) +Small and lightweight Armoury Crate alternative for Asus laptops offering almost same functionality without extra bloat and unnecessary services. Works on all popular models, such as ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, Flow Z13, TUF Series, Strix / Scar Series, ProArt, VivoBook and many more! # [:floppy_disk: Download](https://github.com/seerge/g-helper/releases/latest/download/GHelper.zip) - Don't forget to [Read FAQ](#question-faq) -- If you like this app, please [star :star: it on Github](https://github.com/seerge/g-helper) and spread the word about it! +- If you like this app, please give it a star :star: and spread the word about it! #### Support project in [:euro: EUR](https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA) | [💵 USD](https://www.paypal.com/donate/?hosted_button_id=SRM6QUX6ACXDY) | [:credit_card: Stripe](https://buy.stripe.com/00gaFJ9Lf79v7WobII) ![Gihhub](https://github.com/seerge/g-helper/assets/5920850/4d98465a-63a5-4498-ae14-afb3e67e7e82) -## :gift: Main advantages +## :gift: Main Advantages -1. Seamless and automatic GPU switching (without asking you to close all apps, etc) -2. All performance modes can be fully customized (with fan curves and PPTs) -3. Very lightweight and consumes almost no resources, doesn't install any services. Just a single exe to run +1. Seamless and automatic GPU switching +2. All performance modes can be fully customized with power limits and fan curves +3. Lightweight. Doesn't install anything in your system. Just a single exe to run 4. Simple and clean native UI with easy access to all settings -5. FN-Lock -6. Doesn't need administrator privileges to run (*) +5. FN-Lock and custom hotkeys ### :zap: Features -1. **Performance modes**: Silent - Balanced - Turbo (built-in, with default fan curves) -2. **GPU modes**: Eco - Standard - Ultimate - Optimized -3. Laptop screen refresh rate 60hz or 120hz (144hz, etc) with display overdrive (OD) and mini-led multi-zone switch -4. Custom fan curve editor, power limits (PPT) and turbo boost selection for every performance mode -5. Anime matrix control thanks to [Starlight](https://github.com/vddCore/Starlight) + some tweaks from my side including animated GIFs, clock and audio visualizer -6. Keyboard backlit animation and colors (including sleep animation and support for TUF models) -7. All basic and custom Keyboard hotkeys (M-keys, FN+X keys) -8. Monitor CPU / GPU temperature, fan speeds and battery discharge rate +1. Performance modes: Silent - Balanced - Turbo (built-in, with default fan curves) +2. GPU modes: Eco - Standard - Ultimate - Optimized +3. Screen refresh rate control with display overdrive (OD) +4. Custom fan curve editor, power limits and turbo boost selection for every performance mode +5. Anime matrix control including animated GIFs, clock and Audio visualizer +6. Backlight animation modes and colors +7. Custom hotkeys (M-keys, FN+X keys) +8. Monitor CPU / GPU temperature, fan speeds and battery status 9. Battery charge limit to preserve battery health 10. NVidia GPU overclocking 11. XG Mobile Control 12. AMD CPU Undervolting +13. BIOS and Driver Updates +14. Asus Mice settings +15. Mini-led multi-zone switch ![Screenshot 2023-04-13 190951](https://user-images.githubusercontent.com/5920850/231859391-c4963af4-491c-4523-95d4-0bdcfd7cfd6f.png) ### :gear: Automatic switching when on battery or plugged in - App remembers last Mode used on battery or when plugged -- Optimized GPU mode - disables dGPU on battery and enables when plugged -- Auto Screen refresh rate (60hz on battery, max hz when plugged) -- Keyboard backlight timeout on battery or when plugged +- Optimized GPU mode - disables dGPU on battery and enables when plugged in +- Auto Screen refresh rate (60Hz on battery and max Hz when plugged) +- Keyboard backlight timeout on battery or when plugged in -To keep auto switching and hotkeys working the app needs to stay running in the tray. It doesn't consume any resources. +_To keep auto switching and hotkeys working the app needs to stay running in the tray. It doesn't consume any resources._ ### :rocket: Performance Modes -Modes are **same** as in Armoury Crate as they are stored in bios including default fan curves +Modes are **baked in BIOS** along with default fan curves and power limits. They are the **same** as in the Armoury Crate. -1. **Silent** (minimal or no fans, 70W PPT total, up to 45W PPT to CPU) + Best power efficiency setting in windows -2. **Balanced** (balanced fans, 100W PPT total, up to 45W PPT to CPU) + Balanced setting in windows -3. **Turbo** (intense fans, 125W PPT total, up to 80W PPT to CPU) + Best performance setting in windows +1. **Silent** (minimal or no fans, 45W CPU) + Best power efficiency setting in windows +2. **Balanced** (balanced fans, 45W CPU) + Balanced setting in windows +3. **Turbo** (intense fans, up to 80W CPU) + Best performance setting in windows -_PPTs are shown for G14 2022, for other models PPTs will be different as they are set in bios._ +_Default power limits are measured for G14 2022. For other models they will be different._ ### :video_game: GPU Modes 1. **Eco** : only low power integrated GPU enabled, iGPU drives built in display 2. **Standard** (MS Hybrid) : iGPU and dGPU enabled, iGPU drives built in display 3. **Ultimate**: iGPU and dGPU enabled, but dGPU drives built in display (supported on 2022+ models) -4. **Optimized**: disables dGPU on battery (Eco) and enables when plugged (Standard) +4. **Optimized**: disables dGPU on battery (Eco) and enables when plugged in (Standard) ![Screenshot 2023-08-03 193646](https://github.com/seerge/g-helper/assets/5920850/ac7debcf-163a-4529-b7fd-fb4d2f3bb1da) ## :question: FAQ -#### How do I stop the Armory Crate install popup appearing every time I press the M4 / Rog key? -Stop ``ArmouryCrateControlInterface`` service under windows Services app or you can stop all asus services all together from ``Extra`` -> ``Stop services`` +#### How do I stop the Armoury Crate install popup appearing every time I press the M4 / Rog key? +Stop ``ArmouryCrateControlInterface`` service under windows Services app or you can stop all asus services from ``Extra`` -> ``Stop services`` #### Why is Ultimate GPU mode not available on my laptop? Ultimate mode is supported (by hardware) only on 2022+ models @@ -131,14 +133,14 @@ Currently you can undervolt AMD CPUs. If your model supports that - you will see #### I have G14 2023 and my GPU refuses to disable/enable It seems to be an issue in older BIOS versions. As [users report](https://github.com/seerge/g-helper/issues/680) - latest BIOS 312 (installable via MyASUS or G-Helper -> Updates) resolves all issues :) So please update. -#### I have G15 2022 and my GPU refuses to disable/enable or my fans missbehave -G15 2022 is known to have a notoriously bugged BIOS (last one 313). Multiple users have reported that problems can be solved by rolling back to a [revious BIOS 311 from Asus Support website](https://rog.asus.com/nl/laptops/rog-zephyrus/rog-zephyrus-g15-2022-series/helpdesk_bios/). +#### I have G15 2022 and my GPU refuses to disable/enable or my fans misbehave +G15 2022 is known to have a notoriously bugged BIOS (last one 313). Multiple users have reported that problems can be solved by rolling back to a [previous BIOS 311 from Asus Support website](https://rog.asus.com/nl/laptops/rog-zephyrus/rog-zephyrus-g15-2022-series/helpdesk_bios/). #### I have uninstalled Armoury and my GPU performance is lower than it was Check your NVidia Experience settings and make sure that you have **Whisper Mode** set to ``OFF``. Also you can go to reset all settings ``Nvidia Control panel -> Manage 3D Settings -> Reset to defaults`` #### How do I do a hardware reset on a laptop? -All Asus laptops have an option to do a hardware reset that can be handy sometimes. It doesn't touch your data, but resets all main hardware-related things (enables your dGPU, wakes up wifi/bt adapter if it hangs for some reason, etc). Turn OFF laptop. Press and hold the "power" button for 30-40 seconds. Then boot normally (it will take a bit longer to boot) +All Asus laptops have an option to do a hardware reset that can be handy sometimes. It doesn't touch your data, but resets all main hardware-related things (enables your dGPU, wakes up wifi/bt adapter if it hangs for some reason, etc.). Turn OFF laptop. Press and hold the "power" button for 30-40 seconds. Then boot normally (it will take a bit longer to boot) #### What is G-helper ? G-Helper is a lightweight Armoury Crate alternative for Asus laptops. A small utility that allows you to do almost everything you could do with Armoury Crate but without extra bloat and unnecessary services. @@ -168,7 +170,7 @@ G-Helper is a lightweight Armoury Crate alternative for Asus laptops. A small ut ### Recommendations (optional) -- It's **not recommended** to use an app in combination with Armoury Crate services, because they adjust the same settings. You can [uninstall it using AC own uninstall tool](https://dlcdnets.asus.com/pub/ASUS/mb/14Utilities/Armoury_Crate_Uninstall_Tool.zip?model=armoury%20crate). Just in case, you can always install it back later. +- It's **not recommended** to use the app in combination with Armoury Crate services, because they adjust the same settings. You can [uninstall it using AC own uninstall tool](https://dlcdnets.asus.com/pub/ASUS/mb/14Utilities/Armoury_Crate_Uninstall_Tool.zip?model=armoury%20crate). Just in case, you can always install it back later. - It's **not recommended** to have "ASUS Smart Display Control" app running, as it will try to change refresh rates and fight with g-helper for the same function. You can safely uninstall it. @@ -179,25 +181,29 @@ G-Helper is a lightweight Armoury Crate alternative for Asus laptops. A small ut ------------------------------- -_Designed and developed for Asus Zephyrus G14 2022 (with AMD Radeon iGPU and dGPU). But could and should potentially work for G14 of 2021 and 2020, G15, X FLOW, and other ROG models for relevant and supported features._ - -I don't have a Microsoft certificate to sign the app yet, so if you get a warning from Windows Defender on launch (Windows Protected your PC), click More Info -> Run anyway. Alternatively you can compile and run project by yourself using Visual Studio :) +I don't have a Microsoft certificate to sign the app yet, so if you get a warning from Windows Defender on launch (Windows Protected your PC), click More Info -> Run anyway. ------------------ ## Power user settings -_GENERAL NOTE: "Power user" settings require some config edits. Before making any changes to ``config.json`` - quit G-Helper. Make your changes. Run G-Helper again._ +GENERAL NOTE: "Power user" settings require editing config located at ``%AppData%\GHelper\config.json``. + +Quit G-Helper +Make your changes / additions co ``config.json`` +Start G-Helper again + +_Make sure to keep json structure (i.e. not to break it with extra or missing commas, etc.) or the app will fail to read it and will just recreate an empty config instead._ ### Manual app language setting By default the app will use your windows language setting. But you can set language manually (if it supported of course) -Add following line to ``%AppData%\GHelper\config.json`` : ``"language" : "en"`` (by replacing "en" with language of your choice) +``"language" : "en"`` (by replacing "en" with language of your choice) ### Custom windows power plans with each mode -In ``%AppData%\GHelper\config.json`` you can manually add a custom power plan (or power mode) GUID. It can be either "real" power plan that can be switched or "overlay" power plan like the ones g-helper sets by default. +You can manually assign a custom power plan (or power mode) GUID to each mode. It can be either "real" power plan that can be switched or "overlay" power plan like the ones g-helper sets by default. Format is following : ``"scheme_" : "GUID" `` Where ``mode = 0 (balanced), 1 (turbo), 2 (silent)`` @@ -209,11 +215,9 @@ Default behavior is : "scheme_2": "961cc777-2547-4f9d-8174-7d86181b8a7a", ``` -Make sure to keep json structure (i.e. not to break it with extra or missing commas, etc) - or the app will fail to read it and will just recreate a new config instead. - ### Custom hotkey actions -App supports custom actions for M3, M4 and FN+F4 hotkeys. To set them select "Custom" next to appropriate hotkey and do one of the following: +Select ``Custom`` next to appropriate hotkey under ``Extra`` settings and do one of the following: 1. To run any custom application - put a full path to exe into "action" text field, for example: ``C:\Program Files\EA Games\Battlefield 2042\BF2042.exe`` @@ -224,13 +228,14 @@ Full list of keycodes https://learn.microsoft.com/en-us/windows/win32/inputdev/v ![Screenshot 2023-07-17 192155](https://github.com/seerge/g-helper/assets/5920850/e450e124-1589-4787-bce8-7c37ffe72fbd) ### Force Standard mode on shutdown / hibernation -In some rare cases G14 2023 seem to have issues with enabling / disabling dGPU - i.e. Eco mode. Till we wait for a fix from asus on BIOS level, one of the proposed solutions is to always shutdown the laptop in Standard mode (then everything seems to work fine). To enable "forced" Standard mode on shutdown add following line to ``%AppData%\GHelper\config.json`` + +In some rare cases G14 2023 seem to have issues with enabling / disabling dGPU - i.e. Eco mode. Till we wait for a fix from asus on BIOS level, one of the proposed solutions is to always shutdown the laptop in Standard mode (then everything seems to work fine). To enable "forced" Standard mode on shutdown add following line config ``` "gpu_fix" : 1, ``` ### Disable OSD -You can disable app's OSD (for performance modes, keyboard backlight, etc) by adding following line to ``%AppData%\GHelper\config.json`` +Disable app's OSD (for performance modes, keyboard backlight, etc.) ``` "disable_osd": 1, ``` @@ -241,7 +246,7 @@ You can disable app's OSD (for performance modes, keyboard backlight, etc) by ad - ``Ctrl + M1 / M2`` - Screen brightness Down / Up - ``Shift + M1 / M2`` - Backlight brightness Down / Up -If you don't want this bindings to work you can add ``"skip_hotkeys":1,`` to ``%AppData%\GHelper\config.json`` +If you don't want this bindings to work you can add ``"skip_hotkeys":1,`` ### Keybinding to toggle performance modes (on external keyboards) @@ -249,7 +254,7 @@ By default the app will toggle performance modes with Ctr+Shift+F5. You can chan ------------ -**Libraries / projects used** +**Libraries and projects used** - [Linux Kernel](https://github.com/torvalds/linux/blob/master/drivers/platform/x86/asus-wmi.c) for some basic endpoints in ASUS ACPI/WMI interface - [NvAPIWrapper](https://github.com/falahati/NvAPIWrapper) for accessing Nvidia API - [Starlight](https://github.com/vddCore/Starlight) for anime matrix communication protocol @@ -258,6 +263,4 @@ By default the app will toggle performance modes with Ctr+Shift+F5. You can chan **Disclaimers** "ROG", "TUF", and "Armoury Crate" are trademarked by and belong to AsusTek Computer, Inc. I make no claims to these or any assets belonging to AsusTek Computer and use them purely for informational purposes only. -THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. MISUSE OF THIS SOFTWARE COULD CAUSE SYSTEM INSTABILITY OR MALFUNCTION. - - +THE SOFTWARE IS PROVIDED “AS IS” AND WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. MISUSE OF THIS SOFTWARE COULD CAUSE SYSTEM INSTABILITY OR MALFUNCTION. From c04f26ae00290e0c4d9439db0baec5a2574ab243 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:34:34 +0200 Subject: [PATCH 04/12] Update README.md --- docs/README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/docs/README.md b/docs/README.md index 52382e38..08c6f5ff 100644 --- a/docs/README.md +++ b/docs/README.md @@ -75,6 +75,9 @@ _Default power limits are measured for G14 2022. For other models they will be d #### How do I stop the Armoury Crate install popup appearing every time I press the M4 / Rog key? Stop ``ArmouryCrateControlInterface`` service under windows Services app or you can stop all asus services from ``Extra`` -> ``Stop services`` +#### Battery charge limiter is not working +It could be that Asus services are overwriting this limit after. You may want to stop them by clicking "Stop" in the Asus Services section (under Extra). + #### Why is Ultimate GPU mode not available on my laptop? Ultimate mode is supported (by hardware) only on 2022+ models @@ -85,23 +88,20 @@ Some older models (for example G14 2020) don't support disabling GPU on hardware You don't have to, it's purely optional. From my experience built in (in bios) performance modes work well. Limit your power or apply custom fan curves only if you have issues. As soon as you click Apply in the fan + power section bios will be considering the fan profile as "custom"! (no matter if you modified it or not) #### How does G-helper control my fan speeds? -It doesn't. Your bios does (same as in case with armoury). What G-helper can do - is (optionally) set a custom fan profile to current performance mode consisting of 8 pairs of temperature + fan speed % via same endpoint armoury seem to use. +**It doesn't.** Your BIOS does (same as in case with Armoury). What G-helper can do - is (optionally) set a custom fan profile to current performance mode consisting of 8 pairs of temperature + fan speed % via same endpoint armoury seem to use. #### How do I change fan % to fan RPM? Click on them #### I don't see a GPU temperature in G-helper -Most probably either you are using Eco / Optimized mode and your dGPU is simply off, or your windows has put the dGPU into sleep (to preserve power). In this situations G-helper won't be able to reach your GPU and get readings +Most probably either you are using Eco / Optimized mode and your dGPU is simply off, or your windows has put the dGPU into sleep to preserve power. #### I don't see app after starting it -Please check the system tray for a (G) icon. By default windows is keen to hide all icons, so you may need to click ^ to see them all. I would advise to right click on Taskbar select TaskBar Settings -> Other System Tray icons -> Mark G-Helper to be always ON. +Please check the system tray for a ``(G)`` icon. By default Windows is keen to hide all icons, so you may need to click ``^`` to see them all. I would advise to right click on Taskbar select TaskBar Settings -> Other System Tray icons -> Mark G-Helper to be always ON. #### App crashes or doesn't work properly, what should I do ? Open "Event Viewer" from the start menu, go to Windows Logs -> Application and check for recent Errors mentioning G-Helper. If you see one - please post a [new issue](https://github.com/seerge/g-helper/issues) with all details from this error. -#### Battery charge limiter is not working -It could be that Asus services are overwriting this limit after. You may want to stop them by clicking "Stop" in the Asus Services section (under Extra). - #### Can I use MyASUS app along with G-Helper? You can, the only problem is that MyASUS may override the battery charge limit that you set before. My advice in such a situation would be to set the same limit (i.e. 80%) in both MyASUS and G-Helper. @@ -189,9 +189,9 @@ I don't have a Microsoft certificate to sign the app yet, so if you get a warnin GENERAL NOTE: "Power user" settings require editing config located at ``%AppData%\GHelper\config.json``. -Quit G-Helper -Make your changes / additions co ``config.json`` -Start G-Helper again +- Quit G-Helper +- Make your changes / additions co ``config.json`` +- Start G-Helper again _Make sure to keep json structure (i.e. not to break it with extra or missing commas, etc.) or the app will fail to read it and will just recreate an empty config instead._ From 53b0dc343c2164ddf3685c0d486880459df20a74 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 16:45:36 +0200 Subject: [PATCH 05/12] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 08c6f5ff..b4a6021d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -143,7 +143,7 @@ Check your NVidia Experience settings and make sure that you have **Whisper Mode All Asus laptops have an option to do a hardware reset that can be handy sometimes. It doesn't touch your data, but resets all main hardware-related things (enables your dGPU, wakes up wifi/bt adapter if it hangs for some reason, etc.). Turn OFF laptop. Press and hold the "power" button for 30-40 seconds. Then boot normally (it will take a bit longer to boot) #### What is G-helper ? -G-Helper is a lightweight Armoury Crate alternative for Asus laptops. A small utility that allows you to do almost everything you could do with Armoury Crate but without extra bloat and unnecessary services. +Small and lightweight Armoury Crate alternative for Asus laptops offering almost same functionality without extra bloat and unnecessary services. Works on ROG G14, G15, G16, M16, X13, Z13, X16, TUF, Scar, Vivobook, ProArt and all other popular models. ----------------------------- From 934ed919e40bd8070a539f6fc32db8a1e2f41980 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 17:02:30 +0200 Subject: [PATCH 06/12] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index b4a6021d..895bb2b1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -68,7 +68,7 @@ _Default power limits are measured for G14 2022. For other models they will be d 3. **Ultimate**: iGPU and dGPU enabled, but dGPU drives built in display (supported on 2022+ models) 4. **Optimized**: disables dGPU on battery (Eco) and enables when plugged in (Standard) -![Screenshot 2023-08-03 193646](https://github.com/seerge/g-helper/assets/5920850/ac7debcf-163a-4529-b7fd-fb4d2f3bb1da) +![Screenshot 2023-08-05 170159](https://github.com/seerge/g-helper/assets/5920850/84a5beb3-2463-40f1-9188-930d3099aad9) ## :question: FAQ From 6746916425b0e83aec62903145c210ff716a0c51 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 17:04:21 +0200 Subject: [PATCH 07/12] Add files via upload --- docs/ua.png | Bin 11166 -> 11477 bytes 1 file changed, 0 insertions(+), 0 deletions(-) diff --git a/docs/ua.png b/docs/ua.png index 4d2a7979f7c3c9b32b67321a90cc60963d48e471..e4cf1c0f5cf619b1b914fe1447cdcd27935136f9 100644 GIT binary patch literal 11477 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 KE7dAkNBw`C!BEiv From 08382a6ec5b2908f786910299fb19511fb4c71c9 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 17:06:02 +0200 Subject: [PATCH 08/12] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index 895bb2b1..1b664c06 100644 --- a/docs/README.md +++ b/docs/README.md @@ -8,7 +8,7 @@ Small and lightweight Armoury Crate alternative for Asus laptops offering almost # [:floppy_disk: Download](https://github.com/seerge/g-helper/releases/latest/download/GHelper.zip) -- Don't forget to [Read FAQ](#question-faq) +- Don't forget to [**Read FAQ**](#question-faq) - If you like this app, please give it a star :star: and spread the word about it! #### Support project in [:euro: EUR](https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA) | [💵 USD](https://www.paypal.com/donate/?hosted_button_id=SRM6QUX6ACXDY) | [:credit_card: Stripe](https://buy.stripe.com/00gaFJ9Lf79v7WobII) From d01fe2e4b04228d86c2baff12f59c8fd895b9361 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 19:05:49 +0200 Subject: [PATCH 09/12] Update README.md --- docs/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/README.md b/docs/README.md index 1b664c06..489a23a1 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,6 +23,8 @@ Small and lightweight Armoury Crate alternative for Asus laptops offering almost 4. Simple and clean native UI with easy access to all settings 5. FN-Lock and custom hotkeys +![Screenshot 2023-08-05 190302](https://github.com/seerge/g-helper/assets/5920850/5d32b8d8-0eb8-4da8-9d5f-95120ea921cf) + ### :zap: Features 1. Performance modes: Silent - Balanced - Turbo (built-in, with default fan curves) @@ -41,10 +43,8 @@ Small and lightweight Armoury Crate alternative for Asus laptops offering almost 14. Asus Mice settings 15. Mini-led multi-zone switch -![Screenshot 2023-04-13 190951](https://user-images.githubusercontent.com/5920850/231859391-c4963af4-491c-4523-95d4-0bdcfd7cfd6f.png) - ### :gear: Automatic switching when on battery or plugged in -- App remembers last Mode used on battery or when plugged +- Performance Mode switching when on battery or plugged in - Optimized GPU mode - disables dGPU on battery and enables when plugged in - Auto Screen refresh rate (60Hz on battery and max Hz when plugged) - Keyboard backlight timeout on battery or when plugged in From 8c621fe6d564cdedf9c0031e3aff2020489e0c34 Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:20:23 +0200 Subject: [PATCH 10/12] Update README.md --- docs/README.md | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/docs/README.md b/docs/README.md index 489a23a1..a32ec81e 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,12 +1,11 @@ # G-Helper - Lightweight control tool for Asus laptops [![United24](https://raw.githubusercontent.com/seerge/g-helper/main/docs/ua.png)](https://u24.gov.ua/) - [![GitHub release](https://img.shields.io/github/release/seerge/g-helper.svg)](https://GitHub.com/seerge/g-helper/releases/) [![Github all releases](https://img.shields.io/github/downloads/seerge/g-helper/total.svg)](https://GitHub.com/seerge/g-helper/releases/) [![GitHub stars](https://img.shields.io/github/stars/seerge/g-helper.svg?style=social&label=Star)](https://GitHub.com/seerge/g-helper/stargazers/) Language: English | [中文] Small and lightweight Armoury Crate alternative for Asus laptops offering almost same functionality without extra bloat and unnecessary services. Works on all popular models, such as ROG Zephyrus G14, G15, G16, M16, Flow X13, Flow X16, Flow Z13, TUF Series, Strix / Scar Series, ProArt, VivoBook and many more! -# [:floppy_disk: Download](https://github.com/seerge/g-helper/releases/latest/download/GHelper.zip) +# [:floppy_disk:Download](https://github.com/seerge/g-helper/releases/latest/download/GHelper.zip) - Don't forget to [**Read FAQ**](#question-faq) - If you like this app, please give it a star :star: and spread the word about it! @@ -78,14 +77,14 @@ Stop ``ArmouryCrateControlInterface`` service under windows Services app or you #### Battery charge limiter is not working It could be that Asus services are overwriting this limit after. You may want to stop them by clicking "Stop" in the Asus Services section (under Extra). -#### Why is Ultimate GPU mode not available on my laptop? -Ultimate mode is supported (by hardware) only on 2022+ models - #### I don't see GPU modes section Some older models (for example G14 2020) don't support disabling GPU on hardware level, therefore GPU section makes no sense for them and will be hidden -#### Should I apply custom power limits (PPT) and fan profiles? -You don't have to, it's purely optional. From my experience built in (in bios) performance modes work well. Limit your power or apply custom fan curves only if you have issues. As soon as you click Apply in the fan + power section bios will be considering the fan profile as "custom"! (no matter if you modified it or not) +#### Why is Ultimate GPU mode not available on my laptop? +Ultimate mode is supported (by hardware) only on 2022+ models + +#### Should I apply custom power limits (PPT) and fan curves? +You don't have to, it's purely optional. From my experience built in (in BIOS) performance modes work well. Limit your power or apply custom fan curves only if you have issues. As soon as you click Apply in the ``Fans + Power`` section BIOS will consider your fan curve as "custom"! (no matter if you modified it or not) #### How does G-helper control my fan speeds? **It doesn't.** Your BIOS does (same as in case with Armoury). What G-helper can do - is (optionally) set a custom fan profile to current performance mode consisting of 8 pairs of temperature + fan speed % via same endpoint armoury seem to use. @@ -99,7 +98,7 @@ Most probably either you are using Eco / Optimized mode and your dGPU is simply #### I don't see app after starting it Please check the system tray for a ``(G)`` icon. By default Windows is keen to hide all icons, so you may need to click ``^`` to see them all. I would advise to right click on Taskbar select TaskBar Settings -> Other System Tray icons -> Mark G-Helper to be always ON. -#### App crashes or doesn't work properly, what should I do ? +#### App crashes or doesn't work properly Open "Event Viewer" from the start menu, go to Windows Logs -> Application and check for recent Errors mentioning G-Helper. If you see one - please post a [new issue](https://github.com/seerge/g-helper/issues) with all details from this error. #### Can I use MyASUS app along with G-Helper? @@ -114,13 +113,13 @@ Personally, I'm not a big fan of them, as they make colors very inaccurate. But #### Can I overclock Nvidia GPU core / memory? Make sure that your dGPU is enabled (i.e. it's not in Eco mode). Open Fans + Power section and adjust core / memory clock offsets. They work the same as in armoury's manual mode. Please keep in mind that (unfortunately) you need admin permissions for that, and the app will ask you for them. (*) -#### Windows defender marks app download as malware / virus +#### Windows Defender marks app as malware / virus False positives from Windows Defender (or any other similar system that uses machine learning for detection) is possible as the application is not digitally signed with a certificate. You can always download a version below or compile the app by yourself. All application sources are open and can be monitored from A to Z :) #### Where can I find app settings or logs ? You can find them under the ``%AppData%\GHelper`` folder. Please include them when posting a new bug-report or issue. -#### App refuses to run on startup / runs without icon in tray on startup +#### App refuses to run on startup or runs without any icon in tray on startup Open the app, and uncheck and check again "run on startup". If it still doesn't help (for some reason), you can try to manually edit the "GHelper" task in Windows Task Scheduler, and add a couple of seconds delay to start. #### How do I uninstall G-helper? @@ -140,7 +139,8 @@ G15 2022 is known to have a notoriously bugged BIOS (last one 313). Multiple use Check your NVidia Experience settings and make sure that you have **Whisper Mode** set to ``OFF``. Also you can go to reset all settings ``Nvidia Control panel -> Manage 3D Settings -> Reset to defaults`` #### How do I do a hardware reset on a laptop? -All Asus laptops have an option to do a hardware reset that can be handy sometimes. It doesn't touch your data, but resets all main hardware-related things (enables your dGPU, wakes up wifi/bt adapter if it hangs for some reason, etc.). Turn OFF laptop. Press and hold the "power" button for 30-40 seconds. Then boot normally (it will take a bit longer to boot) +All Asus laptops have an option to do a hardware reset that can be handy sometimes. It doesn't touch your data, but resets all main hardware-related things (enables your dGPU, wakes up wifi/bt adapter if it hangs for some reason, etc.). +Turn OFF laptop. Press and hold the "power" button for 30-40 seconds. Then boot normally (it will take a bit longer to boot) #### What is G-helper ? Small and lightweight Armoury Crate alternative for Asus laptops offering almost same functionality without extra bloat and unnecessary services. Works on ROG G14, G15, G16, M16, X13, Z13, X16, TUF, Scar, Vivobook, ProArt and all other popular models. From 60a154851fc29939fd0bccffc6903032676b5acd Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:21:32 +0200 Subject: [PATCH 11/12] Update README.md --- docs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/README.md b/docs/README.md index a32ec81e..86718a40 100644 --- a/docs/README.md +++ b/docs/README.md @@ -7,7 +7,7 @@ Small and lightweight Armoury Crate alternative for Asus laptops offering almost # [:floppy_disk:Download](https://github.com/seerge/g-helper/releases/latest/download/GHelper.zip) -- Don't forget to [**Read FAQ**](#question-faq) +- Don't forget to [**Check Requirements**](#requirements-mandatory) and [**Read FAQ**](#question-faq) - If you like this app, please give it a star :star: and spread the word about it! #### Support project in [:euro: EUR](https://www.paypal.com/donate/?hosted_button_id=4HMSHS4EBQWTA) | [💵 USD](https://www.paypal.com/donate/?hosted_button_id=SRM6QUX6ACXDY) | [:credit_card: Stripe](https://buy.stripe.com/00gaFJ9Lf79v7WobII) From 39a61b5118751fc4aab777a02cc33f7538ce98da Mon Sep 17 00:00:00 2001 From: Serge <5920850+seerge@users.noreply.github.com> Date: Sat, 5 Aug 2023 21:51:14 +0200 Subject: [PATCH 12/12] Update README.md --- docs/README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/README.md b/docs/README.md index 86718a40..00c081d3 100644 --- a/docs/README.md +++ b/docs/README.md @@ -92,6 +92,9 @@ You don't have to, it's purely optional. From my experience built in (in BIOS) p #### How do I change fan % to fan RPM? Click on them +#### When I try to apply a custom fan curve I get "BIOS rejected fan curve" +TUF models from 2021 and older don't support custom fan curves at all. Most probably you didn't have them in Armoury as well? + #### I don't see a GPU temperature in G-helper Most probably either you are using Eco / Optimized mode and your dGPU is simply off, or your windows has put the dGPU into sleep to preserve power.