Conversation
purposes; Introduce ProcessDRM.with_paths () creator for testing purposes.
e83c0c9 to
685e842
Compare
|
Somehow the new test is not working on CI, but locally it does This PR is basically the same as closed #490, but I got it working for both Xe and i915 Intel GPU drivers, and, of course, amdgpu. |
|
@stsdc works on my PC with AMD dGPU. i have another PC with both iGPU and dGPU have not yet tested on that but would it be easy to add a tooltip for each process GPU percentage item label to simply say Sorry, I'm unfamiliar/unable to look at why that CI test is failing. |
|
I have disabled the test for ProcessDRM.vala since it is failing CI. Will try to fix it in another PR. |
|
"The nVidia TU106 [GeForce RTX 2060 Rev. A] GPU was detected, but is not yet supported". |
That's weird, it shouldn't show the GPU column if the GPU is not detected. Do you have another GPU running? |
|
@stsdc i just now tried on my ryzen PC with iGPU and a AMD 7800XT dGPU, both charts show in the system view but only the dGPU shows utilisation, the iGPU is always 0% even if I open apps to run on it. Also, the process view GPU column is always 0% for processes that use either GPU. |
could you run Monitor in debug mode and show the logs? Also may i ask you to screenshot both views? |
Just one GPU and my CPU does not have integrated GPU |
|
@stsdc i've opened a branch targeting this PR here: #574 with some observed hopefully improvements for you to consider, thanks! i was mistaken that iGPU was always zero percent, upon closer observation, it looked like ALL per-process CPU and GPU percents were zero but that was just because there are so many processes and many consume under |
This is the modified #490 to adopt recent ColumnView changes.
Needs testing on hardware.