This guide explains how to control fans on the Gigabyte AORUS 16X 9KG laptop using the gigabyte-laptop-wmi kernel driver.
The laptop's fans don't spin up until ~85°C, then go full speed causing thermal throttling or shutdown during gaming.
This guide explains how to control fans on the Gigabyte AORUS 16X 9KG laptop using the gigabyte-laptop-wmi kernel driver.
The laptop's fans don't spin up until ~85°C, then go full speed causing thermal throttling or shutdown during gaming.
| #! /usr/bin/env bash | |
| # Colors | |
| RED='\033[0;31m' | |
| GREEN='\033[0;32m' | |
| BLUE='\033[0;34m' | |
| PURPLE='\033[0;35m' | |
| NC='\033[0m' # No Color | |
| # Emojis |