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:
parent
496fd6fc67
commit
17f3b49a09
1 changed files with 6 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
||||||
-- Host-specific overrides: Rutherford (desktop PC)
|
-- Host-specific overrides: Rutherford (desktop PC)
|
||||||
-- Loaded automatically by hyprland.lua via hostname detection.
|
-- 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({
|
hl.monitor({
|
||||||
output = "DP-1",
|
output = "DP-1",
|
||||||
mode = "2560x1440@74.97",
|
mode = "2560x1440@74.97",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue