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.
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.
Press Ctrl+Shift+P
Run Preferences: Configure Runtime Arguments
Add this line:
{
"disable-hardware-acceleration": true
}
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.