Omarchy / Hyprland Fix for ASUS ROG Zephyrus G14 (AMD iGPU + NVIDIA dGPU) A developer has published a bash script that fixes multiple Hyprland and Omarchy display issues on the ASUS ROG Zephyrus G14 with AMD iGPU and NVIDIA dGPU. The script addresses the Aquamarine atomic DRM commit freeze by setting AQ_NO_ATOMIC=1, forces a software cursor fallback for invisible cursors, creates persistent udev symlinks for GPU routing, and corrects HiDPI scaling in Omarchy's Lua configuration. | /usr/bin/env bash | | | ============================================================================== | | | Omarchy / Hyprland Setup & Fix for ASUS ROG Zephyrus G14 | | | Hardware: AMD Ryzen AI 9 HX 370 Radeon 890M iGPU + NVIDIA GeForce RTX dGPU | | | Display: 14" 2.8K/3K 120Hz OLED Panel eDP-1 | | | ============================================================================== | | | This script resolves: | | | 1. Aquamarine atomic DRM commit freeze AQ atomic drm request: failed to commit | | | by setting AQ NO ATOMIC=1 across UWSM, PAM, and shell environments. | | | 2. Invisible/frozen cursor on legacy DRM by forcing software cursor fallback. | | | 3. Colon-safe, persistent GPU device routing via udev symlinks /dev/dri/amd-igpu . | | | 4. Omarchy Lua configuration errors in monitors.lua proper 1.5x HiDPI scaling . | | | 5. Early KMS module loading in mkinitcpio and Limine bootloader DRM modesetting. | | | | | | Usage: | | | curl -sL