Hey everyone, I recently made a post about a new PC build. I was successful in building the PC. The specs are: ryzen 7 7800x3d and an 4070 ti super, 32 gigs of ddr5 ram, with an 850 watt PSU. I have booted up a couple games and have configured mango hud to make sure I’m getting the right performance. As far as I can tell, everything is running as it should. But, if you look at the picture provided, mangohud is showing that I’m currently throttling in power and temps. But looking at the above numbers I don’t see how I’m throttling. Out of the games I’ve tested, black myth wukong, Hogwarts and silent hill 2 show I’m throttling. However, dead space remake, shadow of the tomb raider and ghost of Tsushima don’t show im throttling. I’m confused by this and am wondering if it’s a bug in mangohud?
EDIT: I’m on Linux mint. Kernal 6.8.0-52 EDIT2: doing some more research, I found this post https://www.reddit.com/r/linux_gaming/comments/13z1ov1/how_do_i_resolve_throttling_power_issue/
Which says that the throttling is actually what I should expect and it shows I’m getting the most out of my PC. So maybe I misunderstood
EDIT 3: 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 popu up appears if you have any 1 of those conditions.
I’m not familiar with that program. How does it determine “throttling”?
Apparently it’s gets the info from the kernal.
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
- 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