From 17f3b49a092b79a7acc23998ed8cc6b84ffda22b Mon Sep 17 00:00:00 2001 From: Jeena Date: Sun, 20 Sep 2026 14:03:50 +0900 Subject: [PATCH] hypr: render rutherford's desktop on the Intel iGPU MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The RTX 3060 sits idle otherwise and its driver reserves ~1.5 GiB of VRAM that the llama-server on the same machine wants. The monitor is plugged into the iGPU anyway, so pin Aquamarine to card0 on this host only — machines with different GPU layouts must not inherit this. --- hypr/hosts/rutherford.lua | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/hypr/hosts/rutherford.lua b/hypr/hosts/rutherford.lua index 3e469d7..aec7b09 100644 --- a/hypr/hosts/rutherford.lua +++ b/hypr/hosts/rutherford.lua @@ -1,6 +1,12 @@ -- Host-specific overrides: Rutherford (desktop PC) -- Loaded automatically by hyprland.lua via hostname detection. +-- Render the desktop on the Intel iGPU (card0), not the RTX 3060 (card1). +-- Rutherford-only: keeps ~1.5 GiB VRAM free on the dGPU for the +-- llama-server. card0 is also where the monitor DP-1 is plugged in. Do NOT +-- set this on machines with different GPU layouts (see hyprland.lua note). +hl.env("AQ_DRM_DEVICES", "/dev/dri/card0") + hl.monitor({ output = "DP-1", mode = "2560x1440@74.97",