https://bugs.kde.org/show_bug.cgi?id=470474

--- Comment #12 from k...@imkx.dev ---
I checked it myself, and I'm pretty certain that
https://invent.kde.org/plasma/ksystemstats/-/merge_requests/57 should already
fix this.

It seems that NVIDIA added columns to the output.

Was: gpu   pwr gtemp mtemp    sm   mem   enc   dec  mclk  pclk  fb  bar1
Is:     gpu   pwr gtemp mtemp    sm   mem   enc   dec   jpg    ofa   mclk  
pclk     fb   bar1   ccpm

 and because the old parser implemented the following using index based
splitting:

if (parts.count() != 12) {
            continue;
}

that might've caused all the fields to be 0. #57 filters the headers not by
index of a split, so this should fix it.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to