microsoft / devhome

The new Dev Home experience for Windows!
https://aka.ms/devhomedocs
MIT License
3.65k stars 326 forks source link

GPU widgets don't display properly #1588

Open yangziyu-620 opened 1 year ago

yangziyu-620 commented 1 year ago

Dev Home version

0.503.261.0

Windows build number

10.0.22621.2283

Other software

OS Build Version: 10.0.22621.2283.amd64fre.ni_release.220506-1250 .NET Version: .NET 6.0.21

Steps to reproduce the bug

GPU小组件经常突然消失,我的集显和独显都不能正常读取到数据来显示。反而显示其他虚拟显卡的情况

Expected result

可以显示正常GPU占用率

Actual result

GPU占用率一直在0%

Included System Information

Physical Memory: 31.63GB (21.48GB free) Processor Architecture: x64

Included Extensions Information

Extensions: Microsoft.Windows.DevHomeGitHubExtension_0.501.261.0_x648wekyb3d8bbwe Microsoft.Windows.DevHome_0.503.261.0_x648wekyb3d8bbwe

krschau commented 1 year ago

Bing translate:

GPU widgets often disappear suddenly, and neither my integrated display nor my GPU can read the data normally to display. Instead, it shows the situation of other virtual graphics cards

Expected result: Normal GPU usage can be displayed

Actual result: GPU usage has been 0%

krschau commented 1 year ago

Hi @yangziyu-620 Is what you're seeing that you have the widget displaying data for one GPU, then suddenly it displays a different GPU's data and the widget can't be set to the original GPU?

yangziyu-620 commented 1 year ago

image This is not my physical video card (integrated or discrete), this is a virtual video card for one of my remote control software. But here it only shows the occupancy of this device, but I'm not actually using it. I found the following bug:

  1. It's hard to switch between devices: when I click on "Next GPU", it often doesn't respond, so I can't switch between graphics cards.
  2. there is no normal display of values: if I'm lucky enough to switch the graphics card successfully, I can't see any fluctuation in values, and the utilization stays at 0%.

image

krschau commented 1 year ago

Thanks for giving us more details. This might be related to #821.

yangziyu-620 commented 1 year ago

Thank you very much