fix(track-a): bind canonical Xvfb to contained DRI provider - #423
Closed
blakinio wants to merge 11 commits into
Closed
fix(track-a): bind canonical Xvfb to contained DRI provider#423blakinio wants to merge 11 commits into
blakinio wants to merge 11 commits into
Conversation
This was referenced Aug 16, 2026
Owner
Author
|
Coordinator disposition: ACCEPT / CLOSED_SUPERSEDED_BY_429. The DRI-path repair was independently audited against promoted causal proof #427/#428. Dedicated hosted validator |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Track A hosted-only canonical Xvfb DRI-path repair
Task:
OTC-20260816-track-a-canonical-xvfb-dri-path-fix.Base: exact trusted
main@d3f186414256151c9d5e03f34c5a9026b1fba500.Execution: GitHub-hosted only,
runtime_access:none; no Synology/runtime E2E in this PR.Physical research Drafts #415–#421 narrowed the missing-window graphics prerequisite to one exact provider path. Most importantly, #421 proved the current canonical Xvfb argument surface exposes GLX without any new server flag when only the contained DRI search path is supplied: extension count 22→23 and
GLX=false→true, opcode 150.This repair therefore stays minimal:
contained_dri_root()contract derived only from the selected trusted toolroot;usr/lib/x86_64-linux-gnu/dridirectory;swrast_dri.soto exist and resolve to a regular file below that DRI directory/toolroot;LIBGL_DRIVERS_PATH="$dri"into the canonical Xvfb launch environment;+extension GLX;No lease, transition, registration, Gate B, WARP, credential, client backend, Track B or runtime ownership contract is weakened. No owner-funded Codex/OpenAI API quota is used.
This remains Draft-only pending exact-head hosted validation and coordinator promotion.