Environment
- OS: Windows 10/11 (64-bit)
- Display Scaling: High-DPI (e.g., 125% / 150%)
- App: Google Antigravity IDE
Problem Description
The IDE user interface and editor fonts render noticeably blurry and out of focus under default GPU acceleration settings on High-DPI Windows setups.
Steps to Reproduce
- Launch Google Antigravity IDE on Windows.
- Observe blurred text rendering across the editor and UI panels.
- Open Command Palette (
Ctrl+Shift+P) →Preferences: Configure Runtime Arguments. - Add
"disable-hardware-acceleration": truetoargv.json. - Restart the IDE.
Expected Result
Text and UI elements should render crisp fonts by default without requiring manual runtime argument changes.
Solution / Workaround
Uncommenting or adding "disable-hardware-acceleration": true in argv.json immediately fixes the blurring issue.