Bug 474230 - Empty Fields in Graphics Tab
Summary: Empty Fields in Graphics Tab
Status: RESOLVED NOT A BUG
Alias: None
Product: plasma-systemmonitor
Classification: Applications
Component: general (other bugs)
Version First Reported In: 5.27.7
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: KSysGuard Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-09-06 16:07 UTC by 1238tal
Modified: 2023-09-07 04:18 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In:
Sentry Crash Report:


Attachments
Screenshot of empty fields in plasma-systemmonitor (46.27 KB, image/png)
2023-09-06 16:07 UTC, 1238tal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description 1238tal 2023-09-06 16:07:11 UTC
Created attachment 161448 [details]
Screenshot of empty fields in plasma-systemmonitor

SUMMARY
***
NOTE: If you are reporting a crash, please try to attach a backtrace with debug symbols.
See https://community.kde.org/Guidelines_and_HOWTOs/Debugging/How_to_create_useful_crash_reports
***


STEPS TO REPRODUCE
1. Update system via sudo pacman -Syuu
2. Open Plasma Widget to display dedicated GPU Information.

OBSERVED RESULT
No stats in tab. Charts are empty

EXPECTED RESULT
live status information for GPU usage

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux
KDE Plasma Version: 5.27.7
KDE Frameworks Version: 5.109.0
Qt Version: 5.15.10
Kernel Version: 6.4.12-arch1-1 (64-bit)
Graphics Platform: X11
NVIDIA Driver Version: 535.104.05

ADDITIONAL INFORMATION
Using proprietary nvidia drivers.
Comment 1 Nate Graham 2023-09-06 18:57:02 UTC
That page is a 3rd-party page, right? Can you play around with it to see if the sensors it's looking for need to be updated?
Comment 2 1238tal 2023-09-07 01:18:52 UTC
(In reply to Nate Graham from comment #1)
> That page is a 3rd-party page, right? Can you play around with it to see if
> the sensors it's looking for need to be updated?
Is there another native way to check gpu stats? I am not quite sure how to do that, though in my searching I did find two similar bug reports which had been marked as fixed:
https://bugs.kde.org/show_bug.cgi?id=461361
https://bugs.kde.org/show_bug.cgi?id=470474
>nvidia-smi dmon -s pucm
# gpu    pwr  gtemp  mtemp     sm    mem    enc    dec    jpg    ofa   mclk   pclk     fb   bar1 
# Idx      W      C      C      %      %      %      %      %      %    MHz    MHz     MB     MB 
    0      6     29      -      0      0      0      0      0      0    405    210     73     11 
    0      7     29      -     27      0      0      0      0      0    405    360     73     11 
    0      9     29      -     10      0      0      0      0      0    405    615     73     11 
    0      8     29      -     18      0      0      0      0      0    405    240     73     11 
    0      8     29      -     10      0      0      0      0      0    405    210     73     11 
    0      7     29      -     12      0      0      0      0      0    405    210     73     11
Comment 3 1238tal 2023-09-07 04:18:21 UTC
oops, although nvidia kernel driver was in use, my renderer was still llvmpipe as I forgot to pass the DRM kernel parameter during boot. Apologies!