Intel macOS: persistent blurred overlay in normal launch; --disable-gpu-compositing reveals UI but breaks colors
Resolved 💬 4 comments Opened Apr 28, 2026 by kwj903 Closed Apr 28, 2026
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:
- Normal launch shows persistent blurred/translucent overlay below composer.
- The overlay blocks or hides expected home UI.
- --disable-gpu does not show usable app; process remains alive at 100% CPU.
- --disable-gpu-compositing reveals the expected UI elements, but composer/input area renders as bright cyan.
- 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
This issue has 4 comments on GitHub. Read the full discussion on GitHub ↗