[Bug] Windows Codex Desktop sidebar flickers / renders incorrectly with GPU acceleration enabled
What issue are you seeing?
Summary
Codex Desktop on Windows has a GPU/hardware-accelerated rendering issue. The left sidebar flickers during assistant thinking/streaming, and in light mode the sidebar becomes extremely dark/low-contrast with white hover rectangles. Launching Codex with GPU disabled / software rendering makes the UI render normally, which strongly suggests the issue is specific to the GPU compositing path.
Environment
- OS: Windows
- Codex Desktop package: OpenAI.Codex_26.519.11010.0_x64
- App release seen in logs: 26.519.81530
- Electron seen in logs: 42.1.0
- Workspace: C:\Users\31236\Documents\DZH
- Display scale: 125% observed in renderer args (
--device-scale-factor=1.25)
Reproduction
- Start Codex Desktop normally on Windows.
- Use light mode.
- Observe the left sidebar.
- Hover sidebar items.
- Send a prompt and wait while the assistant is thinking/streaming.
- Switch to dark mode and repeat.
- Launch Codex with GPU disabled / software rendering and compare.
Actual Behavior
- In light mode, the left sidebar renders almost black / very low contrast.
- Hovering items in the left sidebar shows white rectangular artifacts.
- In dark mode the sidebar is readable, but the left side still flickers during assistant thinking/streaming.
- Normal launch shows a GPU process in command line:
--type=gpu-process
- At least one log contained:
Recoverable Chromium child process gone ... processType=GPU reason=killed serviceName=GPU
Expected Behavior
The sidebar should render consistently in light and dark mode, with no flickering or hover artifacts during assistant activity.
Important Finding
When launching Codex with GPU disabled / software rendering, the UI renders normally and the sidebar flicker disappears. This strongly suggests a Windows GPU / hardware acceleration / Chromium compositing issue rather than a project configuration issue.
Things Already Tried
- Switched between light and dark mode.
- Cleared Codex GPU/cache state.
- Installed Git for Windows and fixed PATH.
- Initialized the workspace as a Git repo.
- Fixed
safe.directory/ dubious ownership warnings. - Cleared Codex Local Storage / stale feature-flag cache.
- Restarted Codex multiple times.
These reduced unrelated log noise, but the sidebar rendering/flicker issue persisted under normal GPU-accelerated launch.
Related Public Reports
There appear to be other Windows Codex Desktop UI/GPU/flicker/freeze reports, including:
- openai/codex#19352
- openai/codex#19437
- openai/codex#21232
This report adds the key observation that disabling GPU/software rendering makes the UI normal.
What steps can reproduce the bug?
- On Windows, launch Codex Desktop normally.
- Use light mode.
- Observe the left sidebar: it appears very dark / low contrast.
- Move the mouse over items in the left sidebar.
- Observe white rectangular hover artifacts.
- Send any prompt and wait while the assistant is thinking or streaming a response.
- Observe that the left sidebar flickers during assistant activity.
- Switch to dark mode.
- The sidebar becomes readable, but flickering still occurs during assistant thinking/streaming.
- Launch Codex with GPU disabled / software rendering.
- Observe that the sidebar renders normally and flickering disappears.
What is the expected behavior?
The left sidebar should render correctly in both light and dark mode, without dark/white hover artifacts, and it should not flicker while the assistant is thinking or streaming a response.
GPU-accelerated normal launch and software-rendered launch should have consistent UI rendering behavior.
Additional information
Hi, I’m seeing a Codex Desktop Windows GPU rendering bug.
In normal launch, the left sidebar flickers during assistant thinking/streaming. In light mode the sidebar becomes almost black/low contrast and hover states show white rectangular artifacts. In dark mode it is readable but still flickers.
Launching Codex with GPU disabled/software rendering makes the UI normal, so this appears to be a Windows GPU / Chromium compositing issue.
Environment:
- Windows
- Codex Desktop: OpenAI.Codex_26.519.11010.0_x64
- Release in logs: 26.519.81530
- Electron in logs: 42.1.0
- Display scale: 125%
I already tried clearing cache/Local Storage, installing Git, fixing PATH and Git safe.directory warnings, and restarting. The issue persists only under normal GPU-accelerated launch.
This issue has 5 comments on GitHub. Read the full discussion on GitHub ↗