New Graphics Bug on latest 2.6.22

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

Since i update to 2.6.22 version, i have a weird visual glitch like if my GPU is making artifacts.

Its only happen when the mouse is movving into the IDE itself.

See visual capture (file too large, was screenshot in 2K) :

Steps to Reproduce

Open Cursor AI
Open Working Folder
Open any .html/.htm file
Move your mouse into the APP or Top Header

Screenshots / Screen Recordings

Operating System

Windows 10/11

Version Information

Version: 2.6.22 (system 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.22621

Additional Information

It’s looking like a Refresh Rates not working well.

Does this stop you from using Cursor

Yes - Cursor is unusable

1 Like

Hey, thanks for the report. I can see the video has artifacts. This looks like a GPU rendering issue in the Chromium layer. We had a similar report last week that was fixed by updating GPU drivers: Cursor Visual IDE Breaking Bug

Two options:

  1. Update your GPU drivers. This solved it in the previous case with an NVIDIA RTX 3060.

  2. Disable hardware acceleration. Start Cursor with the --disable-gpu flag, or in Cursor Settings search for Disable Hardware Acceleration.

What GPU are you using, and what driver version are you on? Let me know if either option helps.

still happening after the new release.

Hey @Adwin_Ho, try turning off hardware acceleration:

  1. Ctrl+Shift+P > Preferences: Configure Runtime Arguments
  2. Add:
    {
      "disable-hardware-acceleration": true
    }
    
  3. Fully close and relaunch Cursor

This fixed a similar issue here: The display will become distorted

If it doesn’t help, send your Cursor version, GPU model, and driver version, and we can dig deeper.

I have added –disable-gpu argument in the shorcut. Worked.