I'm not familiar with that program. How does it determine "throttling"?
Linux
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Apparently it's gets the info from the kernal.
Are you sure vsync is disabled? It looks like you're getting a very consistent 144fps.
I personally keep vsync enabled, but you should absolutely disable it if you're testing your hardware since it forces the fps to never exceed you monitor's refresh rate.
As for throttling, it's only useful as a diagnosis tool. First and foremost you should be finding other people's benchmarks of your hardware (cpu/gpu) and running those benchmarks yourself at the same settings. Phoronix is a great resource for Linux benchmarks.
Yes, I disable vsync for testing. I haven't looked up too many benchmarks. I've been just watching the core clocks, temps and overall fps stability to determine if the performance is as it should be. I came across a reddit post saying that throttling in mangohud means that you're using the most out of the PC parts and that's what you want. So I'm going to not worry about it lol
A few things stand out to me in your screenshot.
It lists the GPU as consuming 0W, which is likely not true. Based on that, the power / current limit reason is probably inaccurate
Your temperatures are both well below TJ Max for those components, so I don’t see the Temp limit reason as valid either.
Your GPU utilization is at around 50%, but I also see your framerate at an even 144 - I would surmise that you have vsync enabled.
I can answer this this is what you want it means you already pushing your card to its max and is limited by the power limit of the card. So if your wattage matches your cards rating then you are good.
You may need to fix mango hub in order to see the wattage on your gpu.
NVIDIA has issues reporting correctly so you may need to check in the Nvidia control panel to get the wattage.
I don't think so. I booted up a 2d side scroller game with the GPU usage at 40% and CPU at 9% and it still says I'm throttling just sitting at the main menu. I did put GPU power in mangohud but it always shows 0 watts.
Yeah with Nvidia mango hub doesn't play nice all the time do you see any metrics with nvtop?
Nvtop showed everything normal. The GPU power was below the TDP.
What's your driver version
Run modinfo nvidia | grep ^version
not familiar with the specific app you're using. am I reading that right, that you're throttling on power, current and temp?
if so, there's not much you can do. but if it's just temp throttling, you can get better fans/cooling.
if you're already satisfied with fans/cooling, then yes, you're pretty much using it to it's max.
to be clear: throttling on power and current means you're getting as much as you can out of the hardware you have (without over clocking or similar). although, make sure your CPU governor is 'performance'.
throttling on temperature alone means you're not getting the most out of you're hardware that is technically possible, it means you're hitting the thermal TDP of the system. for some systems (laptops, generally), there's not much you can do there. but for others, you can tinker with cooling.
What I don't understand is how I could be throttling on temps. I've been watching them and the temps don't go above 60c for either GPU or CPU. And the other thing is, it will say I'm throttling as soon as the game loads when the temps are in the 50s. I have also been using a different program to track temps and the most I've seen CPU temps is 79c from loading shaders.
Edit: looking at the config file for mango hud, it says : display GPU throttling status based on power, current, temp or "other". It seems to me that, this popup appears if you have any 1 of those conditions.
that makes sense.
- Do you have any power profile manager installed?
- Check if the amd pstate module is loaded:
lsmod | grep pstate
- What distro and kernel are you running?
I'm not sure. This is my first time using amd. I'm using linux mint on kernel 6.8.0-52. I typed in that command and nothing happened.
You're on an older kernel, so it's hard to tell what exactly is managing your frequency scaling.
Have a look here for a quick primer: https://forums.linuxmint.com/viewtopic.php?t=420899
I have the same cpu as OP, same os and kernel, and it works just fine. the kernel isn't so old it would matter at all, but xanmod works great and is at 6.12. I suppose they could also install a newer one from mainline too but it just always fails to install.
I would avoid manual fiddling like on the forum you linked, just for getting mangohud to report properly. looks a lot like something I would do and then 7 minutes later be reinstalling the OS 😅