Computer Monitor Flickering using Arduino IDE 2.3.2

Hello, I need some help regarding a problem with the IDE. I had the Arduino IDE installed a year ago, and since the beginning, the software started to give me issues with my screen. like every time I open my computer monitor starts flickering for some weird reason, I uninstall and install the software repeatedly, and the issue still remains. I have a Dell Inspiron 2020 computer with Windows 11.

I have seen another guy with the same problem but he was asking more about how to turn off the GPU power. my computer has a low-end GPU. So I really doubt that could be the problem.

Hi @electrodani2000.

You are probably right, but since I don't have any other ideas it might be worth a try anyway:

  1. Select File > Quit from the Arduino IDE menus if it is running.
    All Arduino IDE windows will close.
  2. Start Windows "File Explorer".
  3. Open the Arduino IDE installation folder.
    The default installation location is at one of the following paths:
    • C:\Program Files\Arduino IDE
      
    • C:\Users\<username>\AppData\Local\Programs\Arduino IDE
      
      (where <username> is your Windows username)
      :exclamation: If looking for it with your file manager or command line, note that the AppData folder is hidden by default. On Windows "File Explorer", you can make it visible by opening the "View" menu, then checking the box next to "☐ Hidden items".
  4. In the folder listing of the Arduino IDE installation folder, hold the Shift key while clicking the right hand button on the mouse.
  5. From the context menu, click "Open PowerShell window here".
    Windows PowerShell will now open with the current directory set to the Arduino IDE installation folder.
  6. Type the following command:
    & ".\Arduino IDE" --disable-gpu
    
  7. Press the Enter key.

If you find this solves the problem, I can provide instructions for creating a Windows shortcut that starts Arduino IDE with that --disable-gpu flag so you don't need to use PowerShell every time, but for the initial experiment I think it is probably easiest to use PowerShell.

Laptop.

Windows allow users to change settings that badly effect the usability, in this case I would check your display resolution is at "recommended" setting.

Control Panel >> Hardware >> Devices >> Devices >> Display >> Display Resolution (RECOMMENDED)

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.