Nvidia problem? Only default resolution is available

Hello again, guys! My name is Daniel.
I have encountered a problem - I haven’t logged into Linux for a long time and today it wouldn’t start on my machine. I used Alt+F3 to log into the terminal and ran dnf update. This helped and Linux started. But I have encountered a problem that it seems to me that the Nvidia drivers are not working, since the GPU model is not displayed in the system settings, and I can’t change the screen resolution and frequency from FHD 60 Hz (my monitor is 3440x1440 144 Hz). Everything was fine before. I tried reinstalling the drivers in different ways, but nothing changes even after rebooting - I completely uninstalled all Nvidia drivers and installed them from scratch using the HowTo guide. Please help me with this issue. I did a complete system and kernel update.
Thank you very much for your time!

dk@fedora:~$ modinfo -F version nvidia
560.35.03

dk@fedora:~$ xrandr
Screen 0: minimum 16 x 16, current 2560 x 1440, maximum 32767 x 32767
Unknown-1 connected primary 2560x1440+0+0 (normal left inverted right x axis y axis) 508mm x 285mm
2560x1440 59.96*+
1920x1440 59.97
1600x1200 59.87
1440x1080 59.99
1400x1050 59.98
1280x1024 59.89
1280x960 59.94
1152x864 59.96
1024x768 59.92
800x600 59.86
640x480 59.38
320x240 59.52
1920x1200 59.88
1680x1050 59.95
1440x900 59.89
1280x800 59.81
1152x720 59.97
960x600 59.63
928x580 59.88
800x500 59.50
768x480 59.90
720x480 59.71
640x400 59.95
320x200 58.96
2048x1152 59.90
1920x1080 59.96
1600x900 59.95
1368x768 59.88
1280x720 59.86
1024x576 59.90
864x486 59.92
720x400 59.55
640x350 59.77

изображение

So, i managed to enable nvidia drivers by enrolling key to work with secure boot. But new problem is that wayland session is 1 frame per second after reboot. Only x11 session works fine. Any idea why?

Look in the journalctl --user logs for errors. It is often kwin that will report errors when there is an issue with the GPU. Thoses errors will help understand what is wrong.

You can replace your screen shots wth these two commands:
Display settings with kscreen-doctor --outputs
Description of your hardware with inxi -Fzxx (you will need to install inxi)

check the installed version of package egl-wayland
consider to upgrade to version 1.1.16 and reboot.