RX6700XT low performance

After a while after turning on the computer, amdgpu performance drops in all games. Changing the resolution solves the problem temporarily.

For video:
https://www.reddit.com/r/Fedora/comments/1huow7f/amd_rx_6700_xt_low_performance/

Are you using steam with overlay disabled? If so try turning the overlay back on. When off it is know to damage performance.

Overlay is enabled and also this performance damage affects bottles(flatpak),heroic launcher and lutris :sob: but when I change resolution, refresh rate or logout and login gnome session performance back to normal

I found solution!
My problem seems like same with this
https://wiki.archlinux.org/title/AMDGPU#High_idle_power_draw_due_to_MCLK_locked_at_MAX_(1000MHz),_or_MIN_(96MHz)_causing_low_game_performance_(on_6.4_kernel)

And I started reading this

This solution working but also too complicated

This one much more easy

sudo nano/etc/default/grub

And add this command to GRUB_CMDLINE_LINUX

video=DP-3:1920x1080MR@164(change according to your own monitor specifications) 

save it and update grub config

sudo grub2-mkconfig -o /boot/grub2/grub.cfg

reboot

and select new refresh rate

1 Like