Provide way to check chrome://gpu
See original GitHub issueLaunching 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:
- Created 4 years ago
- Reactions:1
- Comments:14 (4 by maintainers)
Top 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 >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@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.
@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.