The display will become distorted

Where does the bug appear (feature/product)?

Somewhere else…

Describe the Bug

When I use Cursor on my PC, the display becomes garbled, as shown in the video below:

I’ve tried updating my graphics driver and also reinstalling Cursor, but it didn’t resolve the issue.
If you have any idea what might be causing this or how to fix it, I would appreciate your advice.
Thank you.

Steps to Reproduce

Run Cusor, and input some words in chat window.

Operating System

Windows 10/11

Version Information

Version: 2.6.22 (user setup)
VSCode Version: 1.105.1
Commit: c6285feaba0ad62603f7c22e72f0a170dc8415a0
Date: 2026-03-27T15:59:31.561Z
Build Type: Stable
Release Track: Default
Electron: 39.8.1
Chromium: 142.0.7444.265
Node.js: 22.22.1
V8: 14.2.231.22-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hi @Hiroshi_Senou, thank you for the post and for the helpful video.

This looks like a Windows rendering issue we’ve seen before, and the best first step is to turn off hardware acceleration in Cursor and restart the app.

  1. Press Ctrl+Shift+P

  2. Run Preferences: Configure Runtime Arguments

  3. Add this line:

    {
      "disable-hardware-acceleration": true
    }
    
  4. Close and restart Cursor

If this doesn’t solve the issue, let me know and I can recommend a few additional steps.

Hi @kevinn It seems that adding [“disable-hardware-acceleration”: true] has prevented the issue from occurring, so I’d like to keep this setting for now and monitor the situation.
I appreciate your kindly support, thanks.

Excellent! Thank you for confirming. I really appreciate it. Let us know if you have any future questions. We’re here to help :slight_smile: