hypr: render rutherford's desktop on the Intel iGPU

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.
This commit is contained in:
Jeena 2026-09-20 14:03:50 +09:00
parent 496fd6fc67
commit 17f3b49a09

View file

@ -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",