Documentation for the ASUS ROG Flow Z13 (GZ302) Linux Setup project.
| Document | Description |
|---|---|
| Kernel Support | Kernel compatibility matrix, troubleshooting |
| AI/ML Packages | ROCm, Ollama, PyTorch setup |
| ROCm Support | ROCm 7.1.1 configuration |
| RGB Lightbar | Rear window RGB control |
| Testing Guide | How to test changes |
| Changelog | Version history |
| Obsolescence Analysis | Component lifecycle status |
ASUS ROG Flow Z13 (GZ302EA-XS99)
| Distribution | Kernel | Support Level |
|---|---|---|
| Arch Linux | 6.17+ | ✅ Full |
| CachyOS | 6.18+ | ✅ Full |
| Fedora 43 | 6.17+ | ✅ Full |
| OpenSUSE TW | 6.17+ | ✅ Full |
| Ubuntu 25.10 | 6.11+ | ⚠️ Upgrade HWE |
GZ302-Linux-Setup/
├── gz302-main.sh # Main installer
├── gz302-minimal.sh # Minimal hardware fixes
├── install-command-center.sh # GUI tools installer
├── gz302-lib/ # Shared bash libraries
├── modules/ # Optional modules (gaming, AI)
├── scripts/ # Standalone tools & utilities
│ ├── gz302-rgb* # RGB control scripts
│ └── uninstall/ # Cleanup scripts
├── tray-icon/ # Python/Qt6 system tray app
└── docs/ # Documentation (you are here)
To pull the latest fixes and apply them:
cd GZ302-Linux-Setup
git pull
# Re-run the relevant installer to apply updates:
sudo ./gz302-main.sh # Hardware fixes
sudo ./install-command-center.sh # Power/RGB tools
sudo ./scripts/gz302-rgb-install.sh # RGB only
[!NOTE] Some fixes (like suspend hooks) are installed to system paths and require re-running the installer to update.