The ultimate Linux optimization suite for the ASUS ROG Flow Z13 (GZ302). Transform your device into a powerhouse with kernel-aware hardware fixes, intelligent power management, and a dedicated Command Center.
| Feature | 1. Command Center | 2. Full Setup | 3. Minimal |
|---|---|---|---|
| Best For | Existing Users / Power Users | Fresh Installations | Purists / Servers |
| Hardware Fixes | โ (Assumes native/fixed) | โ (Kernel-aware) | โ (Kernel-aware) |
| Power/Fan Control | โ | โ | โ |
| RGB Control | โ | โ | โ |
| GUI / Tray App | โ | โ | โ |
| Optional Modules | โ | โ | โ |
Installs: Power profiles, Fan curves, RGB control, Refresh rate manager, and the System Tray App. Does NOT touch kernel parameters or hardware drivers.
curl -L https://raw.githubusercontent.com/th3cavalry/GZ302-Linux-Setup/main/install-command-center.sh -o install-command-center.sh
chmod +x install-command-center.sh
sudo ./install-command-center.sh
Installs: Everything in Command Center PLUS essential hardware fixes (WiFi, GPU, Input) tailored to your kernel version.
curl -L https://raw.githubusercontent.com/th3cavalry/GZ302-Linux-Setup/main/gz302-main.sh -o gz302-main.sh
chmod +x gz302-main.sh
sudo ./gz302-main.sh
Installs: Only the bare minimum kernel patches and configuration files to make the hardware function. No extra tools.
curl -L https://raw.githubusercontent.com/th3cavalry/GZ302-Linux-Setup/main/gz302-minimal.sh -o gz302-minimal.sh
chmod +x gz302-minimal.sh
sudo ./gz302-minimal.sh
After installation, look for โGZ302 Command Centerโ in your application menu or system tray.
Control your device entirely from the terminal.
| Command | Usage | Description |
|---|---|---|
pwrcfg |
pwrcfg gaming |
Switch power/fan profiles (silent, balanced, gaming, max) |
rrcfg |
rrcfg 120 |
Set refresh rate (30, 60, 120, 144, 165) or VRR mode |
gz302-rgb |
gz302-rgb static ff0000 |
Control Keyboard and Rear Window RGB lighting |
Note: RGB settings persist across reboots automatically.
The Full Setup script includes an optional module manager:
The scripts automatically detect your kernel and adapt the strategy:
The project uses a Library-First Architecture for stability and modularity.
GZ302-Linux-Setup/
โโโ gz302-main.sh # ๐ข Entry Point: Full Setup
โโโ install-command-center.sh # ๐ข Entry Point: Tools Only
โโโ gz302-minimal.sh # ๐ข Entry Point: Minimal Fixes
โโโ modules/ # ๐ฆ Optional feature packs (Gaming, AI, etc.)
โโโ scripts/ # ๐ ๏ธ Standalone binaries & helpers (RGB, Restore)
โโโ gz302-lib/ # ๐ Shared core libraries (Power, Display, Utils)
โโโ tray-icon/ # ๐ผ๏ธ Python/Qt6 GUI Application
โโโ docs/ # ๐ Documentation & hardware research
License: MIT
Maintained by: th3cavalry