[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2020-10-16 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398346

Nate Graham  changed:

   What|Removed |Added

 Status|NEEDSINFO   |RESOLVED
 Resolution|WAITINGFORINFO  |FIXED

--- Comment #9 from Nate Graham  ---
Oh good! Thanks for confirming.

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

[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2020-10-16 Thread viktor
https://bugs.kde.org/show_bug.cgi?id=398346

--- Comment #8 from viktor  ---
Good day.
Widget suddenly started working after some of the automatic updates to Kubuntu
18.04. :) I was unable to track this update. Now I have no problems - the
widget is working properly. I don’t know how the widget works in other systems. 
Thanks.

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

[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2020-10-15 Thread Nate Graham
https://bugs.kde.org/show_bug.cgi?id=398346

Nate Graham  changed:

   What|Removed |Added

 Status|REPORTED|NEEDSINFO
 Resolution|--- |WAITINGFORINFO
 CC||n...@kde.org

--- Comment #7 from Nate Graham  ---
Is this still relevant for the new System Monitor applet?

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

[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2020-08-06 Thread viktor
https://bugs.kde.org/show_bug.cgi?id=398346

--- Comment #6 from viktor  ---
Created attachment 130696
  --> https://bugs.kde.org/attachment.cgi?id=130696&action=edit
plasmoidviewer --applet

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

[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2020-08-06 Thread viktor
https://bugs.kde.org/show_bug.cgi?id=398346

--- Comment #5 from viktor  ---
Hello! I have a similar problem. Processor Threadripper 3970x. plasmashell
5.12.9, Kubuntu 18.04.
The SystemLoadViewer widget shows nothing. But ksysguard after recompilation
with the fix "#define CPUINFOBUFSIZE (128 * 1024)" correctly shows the number
of cores. When I add the SystemLoadViewer widget to the taskbar, it doesn't
show anything. But if you run the widget using "plasmoidviewer --applet
/usr/share/plasma/plasmoids/org.kde.plasma.systemloadviewer/" - all information
is displayed perfectly. See screenshots.
Using the virtual machine, I found out that the "SystemLoadViewer" widget stops
working if the processor has more than 31 cores. In the last stable KDE Neon,
there is no such problem. Can I somehow fix a complete KDE update?

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

[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2020-08-06 Thread viktor
https://bugs.kde.org/show_bug.cgi?id=398346

viktor  changed:

   What|Removed |Added

 CC||v...@viktor-heli.ru

--- Comment #4 from viktor  ---
Created attachment 130695
  --> https://bugs.kde.org/attachment.cgi?id=130695&action=edit
some screens

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

[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2020-02-20 Thread bugzilla_noreply
https://bugs.kde.org/show_bug.cgi?id=398346

k...@happyjack.org changed:

   What|Removed |Added

 CC||k...@happyjack.org

--- Comment #3 from k...@happyjack.org ---
I had the same problem, and have found the source.

In ksysguard, in ksysguardd/Linux/cpuinfo.c, there is a buffer meant to hold
/proc/cpuinfo.  It has a fixed size of 32 * 1024.

This size is too small for some modern, multi-core systems.  I have a 24-core
system, and each entry in /proc/cpuinfo takes up around 1500 bytes.  My entire
/proc/cpuinfo is 35982 bytes, meaning it won't fit into the buffer, and as a
result, ksysguardd doesn't register monitors like system/cores, which causes
the system load viewer to fail.

I don't know the right size for the buffer, but I'd say "significantly larger"
is proper.  I can't imagine (for example) 128K being onerous at all, and it'd
allow for significantly larger /proc/cpuinfo files.  But that might not even
work, given that apparently AMD is coming out with 64-core/128-thread
systems...  It should probably just be a megabyte or something, so you never
have to worry agin.  Or just allocate dynamically, with a gigantic ceiling.

Anyway, the fix is to increase the size of the buffer one way or another.

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

[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2018-09-07 Thread wolfyrion
https://bugs.kde.org/show_bug.cgi?id=398346

--- Comment #2 from wolfyrion  ---
(In reply to Kai Uwe Broulik from comment #1)
> Does it show in ksysguard?

Yeap!

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

[kdeplasma-addons] [Bug 398346] System Load Viewer is not working at all with X399 motherboard

2018-09-06 Thread Kai Uwe Broulik
https://bugs.kde.org/show_bug.cgi?id=398346

Kai Uwe Broulik  changed:

   What|Removed |Added

 CC||k...@privat.broulik.de

--- Comment #1 from Kai Uwe Broulik  ---
Does it show in ksysguard?

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