SUMMARY After updating nvidia drivers to version 525, sensor information is missing STEPS TO REPRODUCE 1. Install new nvidia drivers (525) OBSERVED RESULT Missing sensor information EXPECTED RESULT All sensor information is shown SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.26.4 KDE Frameworks Version: 5.100.0 Qt Version: 5.15.7 Kernel Version: 6.0.10-272-tkg-pds (64-bit) Graphics Platform: Wayland Processors: 16 × AMD Ryzen 7 5700X 8-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: NVIDIA GeForce GTX 1070/PCIe/SSE2 Manufacturer: Micro-Star International Co., Ltd. Product Name: MS-7A37 System Version: 1.0 ADDITIONAL INFORMATION
Created attachment 154330 [details] nvidia smi output comparing 520 vs 525 A bit more info I've compared the output of "/usr/bin/nvidia-smi dmon -d 2 -s pucm" between driver versions and newer driver add some more spaces it seems... Maybe parser is broken?
*** Bug 462687 has been marked as a duplicate of this bug. ***
*** Bug 462689 has been marked as a duplicate of this bug. ***
*** Bug 462624 has been marked as a duplicate of this bug. ***
*** Bug 462024 has been marked as a duplicate of this bug. ***
This might actually be a duplicate of bug 461389, but I do not know enough to decide myself, so intervention by a developer would be welcome! :)
I don't think it is - the GPU sensors are there, they just return nothing but zeros.
*** Bug 462870 has been marked as a duplicate of this bug. ***
*** Bug 463094 has been marked as a duplicate of this bug. ***
*** Bug 461389 has been marked as a duplicate of this bug. ***
This is still issue with latest nvidia driver 525.78.01
(In reply to yizel7 from comment #11) > This is still issue with latest nvidia driver 525.78.01 Confirmed. I am still having the same issue.
Git commit d42ab99437830c1c8aa1b6cd6a616d51fcd42916 by David Redondo. Committed on 09/01/2023 at 12:48. Pushed by davidre into branch 'master'. plugins/gpu: Don't let a newline confuse the nvidia-smi output parsing Newer versions of nvidia-smi add more spaces to the output. While it doesn't matter for the middle parts, there is also an additional space before the new line. Use trimmmed to remove whitespace at the end to cope with both. FIXED-IN:5.27 M +2 -2 plugins/gpu/NvidiaSmiProcess.cpp https://invent.kde.org/plasma/ksystemstats/commit/d42ab99437830c1c8aa1b6cd6a616d51fcd42916
(In reply to David Redondo from comment #13) > Git commit d42ab99437830c1c8aa1b6cd6a616d51fcd42916 by David Redondo. > Committed on 09/01/2023 at 12:48. > Pushed by davidre into branch 'master'. > > plugins/gpu: Don't let a newline confuse the nvidia-smi output parsing > > Newer versions of nvidia-smi add more spaces to the output. While > it doesn't matter for the middle parts, there is also an additional > space before the new line. > Use trimmmed to remove whitespace at the end to cope with both. > FIXED-IN:5.27 > > M +2 -2 plugins/gpu/NvidiaSmiProcess.cpp > > https://invent.kde.org/plasma/ksystemstats/commit/ > d42ab99437830c1c8aa1b6cd6a616d51fcd42916 Tyvm David!
Thanks a lot David!
I'm on the beta version (5.26.90) and it still doesn't seem to be getting any readings on my GPU.
(In reply to Benjamin W. from comment #16) > I'm on the beta version (5.26.90) and it still doesn't seem to be getting > any readings on my GPU. Using Nvidia driver version 525.85.05
*** Bug 464792 has been marked as a duplicate of this bug. ***
*** Bug 462541 has been marked as a duplicate of this bug. ***