-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] fastfetch displays wrong CPU frequency #947
Comments
Fastfetch always shows the maximum boost frequency, while neofetch shows BIOS limited frequency if set. Seems you set the CPU frequency to 3.6 GHz explicitly in BIOS. If true, this behavior is expected. Explanation: https://wiki.archlinux.org/title/CPU_frequency_scaling#BIOS_frequency_limitation Please paste the output of
The AMD official CPU spec reads It's worth noting that neofetch always shows the frequency of first core. For CPU that uses performance / efficiency core (not the case for AMD CPUs), the first core is usually, but not necessarily the performance core. |
There's no base_frequency file in my case. |
Is there any way I can edit the config file to display the BIOS limited frequency? |
Not yet. Can I ask why did you limit the max CPU frequency? |
It seems that the format option overrides freqNdigits. It works when I cut the whole format line out and displays, for example, 3 decimal numbers. But when I put format back in, it displays the full frequencies. I'll close the issue with this comment since there's nothing I can do about it. |
It was just fixed yesterday |
To match neofetch's behavior Fix #947
Thanks, I installed fastfetch-git with yay and it's all working now. |
Be sure to read FAQ before submitting a new issue.
General description of bug: I installed fastfetch as an alternative for neofetch, but it displays the wrong frequency for my CPU, doesn't happen in neofetch or screenfetch and I even double checked my BIOS to see if it was set to the default value.
Often helpful information:
Screenshot:
The content of the configuration file you use (if any):
Output of
fastfetch -c ci.jsonc --format json
:Output of
fastfetch --list-features
:The text was updated successfully, but these errors were encountered: