KrispyCamel4u / SysMonTask

Linux system monitor with the compactness and usefulness of windows task manager to allow higher control and monitoring.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CPU speed not showing

sloke123 opened this issue · comments

  1. CPU speed not showing. It says 0.00 GHz.
  2. CPU utilization graph is always set to overall every time close the app.
    Screenshot 2022-04-10 082001

I have this problem too, in ubuntu 22.04
But I also have it with the python terminal utility s-tui

commented

#102

A fix was posted here. Just edit the 175th line in cpu.py to remove the division by 1000 and rebuild the program.

I think #105 also has the fix (im having this issue too on Ryzen)

When compiling from source, it does seem to show without editing the code (found that out when installing on @Jisu101 s Pop OS 22.04)