question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Provide way to check chrome://gpu

See original GitHub issue

Launching VS Code with --disable-gpu works but adding disable-hardware-acceleration to argv.json has no effect.

  • VSCode Version: 1.43.0
  • OS Version: MacOS 10.15.3

Does this issue occur when all extensions are disabled?: Yes

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:1
  • Comments:14 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
deepak1556commented, Nov 29, 2021

@ChadMcCaffery the gpu process will be launched even when hardware acceleration is disabled, the name is bit misleading but this process is also responsible for software rasterization. The right way to check if hardware acceleration is used should be via loading chrome://gpu in the application. I will make that page available so that the issue can be clarified further.

Side note: @ChadMcCaffery the gpu process failing to launch in your case is a side effect of trying to open the application as an administrator. Due to the nature of sandbox profiles applied to the different processes in the application, you should launch the application as non-elevated to have a stable experience.

1reaction
deepak1556commented, Mar 17, 2020

@seawalk24 can you please expand on what basis you think the argv.json flag is not working. Thanks!

@hangtwenty the issue you are facing is different, its https://github.com/microsoft/vscode/issues/92420. Please follow that issue for updates.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Confirm correctly working of hardware acceleration in Chrome ...
A better method is to open chrome://media-internals/ while playing a YouTube video. Then click the button that's captioned with 'blob' and the ...
Read more >
How to identify Chrome GPU Process on Windows 10
The only way to identify this is to go to the Task Manager. You should know that just because you see GPU Process...
Read more >
How to Enable and Disable GPU Acceleration in Google ...
Now, we can check if the acceleration is enabled successfully by visiting the chrome://gpu page. Aside from most of the choices, we should...
Read more >
How to check if Firefox and Chrome are really using hardware ...
In Firefox, type about:support in the URL bar, and check under "Graphics", it should say "GPU Accelerated Windows: 1/1", i.e. one of one...
Read more >
Chromium Docs - GPU Testing - Google Git
The GPU bots run a different set of tests than the majority of the Chromium test machines. The GPU bots specifically focus on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found