This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| From https://www.reddit.com/r/GamingLaptops/comments/s2n9kq/gigabyte_g5_kc_8_months_later_undervolting/ | |
| | Power Mode | Max Combined Load | Max CPU Power (PL1) | Max GPU Power | | |
| |---------------|-------------------|---------------------|---------------| | |
| | Power Saving | 100W | 45W | 55W | | |
| | Quiet Mode | 135W | 45W | 85W | | |
| | Entertainment | 125W | 45W | 95W | | |
| | Performance | 135W | 55W | 105W | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # From https://stackoverflow.com/a/66716853 | |
| # To disable Android Home TV Launcher (and use any other launcher) | |
| adb shell pm disable-user --user 0 com.google.android.tvlauncher | |
| # To re-enable it | |
| adb shell pm enable --user 0 com.google.android.tvlauncher |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Execute this with admin rights | |
| # Use the older power plan settings and look for the core parking settings inside the processor tree | |
| # Set the minimum values to 0 | |
| # Set the maximum values on battery to the percentage of a single physical core on your machine (HT processors have two threads per physical core) -- e.g.: CPU with 12 threads and 6 physical cores: 1/6 = 17% | |
| powercfg -attributes SUB_PROCESSOR CPMINCORES -ATTRIB_HIDE | |
| powercfg -attributes SUB_PROCESSOR CPMAXCORES -ATTRIB_HIDE |