Fixing Grok Bot's Grey Screen on Linux by Patching GPU Disabling

tetsuoai · x · 2026-08-14

The Grok Bot Linux client hardcodes GPU and hardware acceleration disabling via Electron on startup, causing its built-in screen view to turn grey, even though the stream itself works fine in Chrome.

The author shares a hardcore workaround: copy the app to a user directory, use a Python script to perform a same-length byte replacement of the specific directives inside the packaged app.asar file, and launch it with the --no-sandbox flag to restore proper rendering.

Original post →

More from Apps

Apps channel →