docs(agent): #95 is two Ghostty failures, not one OpenGL floor
Some checks failed
Check / eval (push) Has been cancelled

Photo A (Acer): OpenGL 4.2 → OpenGLOutdated / SurfaceError.
Photo B (XPS): silent exit after GDK_DISABLE=gles-api,vulkan with no
OpenGL line — different machine, different root cause. A fix for only
one is not done.
This commit is contained in:
2026-07-15 09:34:17 +01:00
parent fbc93159a6
commit 70f2d4d54d
3 changed files with 58 additions and 23 deletions

View File

@@ -31,14 +31,24 @@ Template:
2. **#124** — seeded flake hardcodes `?ref=v1` while installer writes
main-era `nomarchy.hardware.*`; v1 lags (~hundreds of commits) →
`nomarchy.hardware does not exist` on Acer rebuild/pull.
3. **#95** enriched — Ghostty on Acer is OpenGL 4.2 < required 4.3
(`error.OpenGLOutdated`); XPS starts Ghostty fine.
3. **#95** — Ghostty fails on **both** machines for **different** reasons
(corrected after Bernardo: two photos ≠ one diagnosis). **(A) Acer:**
OpenGL 4.2 → `OpenGLOutdated`. **(B) XPS:** silent exit after
`GDK_DISABLE=gles-api,vulkan` with no OpenGL line — not a GL-floor bug.
HARDWARE-QUEUE V3 rows for all three. Photos stay local (not committed).
- **Verified:** V0 (docs/agent only).
- **Pending:** implement #123 first (unblocks first-boot polish); then
#124; #95 is independent (old-GPU floor).
#124; #95 is independent and likely **two slices** (A vs B).
- **Next suggestion:** #123 (installer bake) — highest blast radius.
## 2026-07-15 — Correct #95: two Ghostty photos, two causes
- **Task:** Bernardo noted two Ghostty-fail photos with different reasons.
- **Did:** #95 + HARDWARE-QUEUE rewritten: (A) Acer OpenGLOutdated explicit;
(B) XPS silent exit after GDK_DISABLE — must not be folded into one fix.
- **Verified:** V0 (docs only).
- **Pending:** —
- **Next suggestion:** still #123.
## 2026-07-15 — #119: mime defaults must name a present .desktop (this commit)
- **Task:** BACKLOG #119`text/plain` named vscode, which the live ISO never
ships (same GIO-skip trap as #94, one key over).