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 |
| 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 26.04 | 6.19+ | ✅ Full |
[!NOTE] Ubuntu 24.04.4 remains usable with the 6.17 HWE kernel. See Kernel Support for the full Ubuntu matrix.
GZ302-Linux-Setup/
├── strix-halo-setup.sh # Unified installer (v6.7.1)
├── strix-halo-lib/ # Shared bash libraries
├── modules/ # Optional modules (gaming, AI, hypervisor)
├── scripts/ # Standalone tools & utilities
│ └── uninstall/ # Cleanup scripts
├── command-center/ # Python/Qt6 system tray app
├── pkg/arch/ # Arch Linux PKGBUILD
└── docs/ # Documentation (you are here)
To pull the latest fixes and apply them:
cd GZ302-Linux-Setup
git pull
sudo bash strix-halo-setup.sh
[!NOTE] Some fixes (like suspend hooks) are installed to system paths and require re-running the installer to update.