docs(agent): #95 both Ghostty fails are Acer pre/post HM, XPS is fine
Some checks failed
Check / eval (push) Has been cancelled

Bernardo: XPS starts Ghostty. Aspire only fails — first attempt before
home built (OpenGLOutdated), second after home built (quiet GDK_DISABLE
exit). Kitty was the manual working shell used to run both.
This commit is contained in:
2026-07-15 09:36:54 +01:00
parent 70f2d4d54d
commit 2c9df329dc
3 changed files with 50 additions and 47 deletions

View File

@@ -31,20 +31,22 @@ 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** — 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).
3. **#95** — Ghostty **Acer-only** (XPS is fine). Two photos = two
attempts on the Aspire: pre-HM explicit `OpenGLOutdated`, post-HM
quiet exit after `GDK_DISABLE` (same machine; kitty used as the
working shell). Primary blocker is GL ≥ 4.3.
HARDWARE-QUEUE V3 rows. Photos stay local (not committed).
- **Verified:** V0 (docs/agent only).
- **Pending:** implement #123 first (unblocks first-boot polish); then
#124; #95 is independent and likely **two slices** (A vs B).
- **Pending:** implement #123 first; then #124; #95 independent (Acer GL).
- **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.
## 2026-07-15 — #95 timeline: both Ghostty fails are Acer, pre/post HM
- **Task:** Bernardo corrected the Ghostty story again.
- **Did:** XPS works. Both fail photos are Aspire M5-481T: (1) before home
properly built → OpenGL 4.2/`OpenGLOutdated`; (2) after home built →
silent exit after `GDK_DISABLE=gles-api,vulkan`. Kitty was the manual
working terminal used to run those experiments. #95 + HARDWARE-QUEUE
rewritten; not two machines.
- **Verified:** V0 (docs only).
- **Pending:** —
- **Next suggestion:** still #123.