codex - 💡(How to fix) Fix Intel macOS: persistent blurred overlay in normal launch; --disable-gpu-compositing reveals UI but breaks colors [4 comments, 3 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openai/codex#19930Fetched 2026-04-29 06:25:15
View on GitHub
Comments
4
Participants
3
Timeline
9
Reactions
0
Author
Timeline (top)
commented ×4cross-referenced ×2labeled ×2closed ×1
RAW_BUFFERClick to expand / collapse

Device:

  • MacBook Pro 16-inch 2019 Intel
  • x86_64

Codex:

  • Desktop app version: 26.422.30944
  • Electron: 41.2.0
  • Bundled codex: 0.125.0-alpha.3

Symptoms:

  1. Normal launch shows persistent blurred/translucent overlay below composer.
  2. The overlay blocks or hides expected home UI.
  3. --disable-gpu does not show usable app; process remains alive at 100% CPU.
  4. --disable-gpu-compositing reveals the expected UI elements, but composer/input area renders as bright cyan.
  5. Plugin page also shows rendering/skeleton/blur artifacts.

Commands tested:

  • open -na /Applications/Codex.app
  • open -na /Applications/Codex.app --args --disable-gpu
  • open -na /Applications/Codex.app --args --disable-gpu-compositing

ps output:

  • Codex --disable-gpu process remains alive with high CPU
  • Codex --disable-gpu-compositing process also runs

extent analysis

TL;DR

Disabling GPU compositing with the --disable-gpu-compositing flag may provide a temporary workaround to reveal the expected UI elements, despite rendering issues.

Guidance

  • The issue seems to be related to GPU rendering, as disabling GPU (--disable-gpu) causes the app to become unusable, while disabling GPU compositing (--disable-gpu-compositing) reveals the UI but with rendering artifacts.
  • To verify the effectiveness of the workaround, launch the app with the --disable-gpu-compositing flag and check if the UI elements are visible.
  • Further investigation into the rendering artifacts, such as the bright cyan composer/input area, may be necessary to fully resolve the issue.
  • The ps output indicates that the process remains alive with high CPU usage when GPU is disabled, which could be related to the rendering issues.

Example

No code snippet is provided as the issue seems to be related to command-line flags and app configuration rather than code.

Notes

The provided information suggests a potential issue with GPU rendering in the Electron app, but the root cause is unclear. The workaround may not be suitable for all users, and further debugging may be necessary to fully resolve the issue.

Recommendation

Apply workaround: Use the --disable-gpu-compositing flag when launching the app, as it provides a temporary solution to reveal the expected UI elements, despite rendering issues.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING

codex - 💡(How to fix) Fix Intel macOS: persistent blurred overlay in normal launch; --disable-gpu-compositing reveals UI but breaks colors [4 comments, 3 participants]