Fedora 41 - No screen after installing NVIDIA proprietary drivers

New to Fedora here.

I’ve decided to install Fedora over Windows on my pc.

It’s a fresh install. I just updated the system and installed X11.
Everything was working great but the resolution was stuck on 1024x768.

Then I installed the nvidia drivers from rpm fusion (dnf install akmod-nvidia xorg-x11-drv-nvidia-cuda) and after akmod update I got stuck with just a gray screen and no interaction.

Any clue where I can dig to fix it?


modinfo -F version nvidia

570.124.04

lsmod | grep nvidia

nvidia_drm            151552  20
nvidia_modeset       1826816  7 nvidia_drm
nvidia_uvm           4087808  0
nvidia              96968704  101 nvidia_uvm,nvidia_modeset
drm_ttm_helper         16384  1 nvidia_drm
video                  81920  1 nvidia_modeset

nvidia-smi

+-----------------------------------------------------------------------------------------+
| NVIDIA-SMI 570.124.04             Driver Version: 570.124.04     CUDA Version: 12.8     |
|-----------------------------------------+------------------------+----------------------+
| GPU  Name                 Persistence-M | Bus-Id          Disp.A | Volatile Uncorr. ECC |
| Fan  Temp   Perf          Pwr:Usage/Cap |           Memory-Usage | GPU-Util  Compute M. |
|                                         |                        |               MIG M. |
|=========================================+========================+======================|
|   0  NVIDIA GeForce RTX 4070        Off |   00000000:0A:00.0  On |                  N/A |
|  0%   48C    P8             12W /  200W |     273MiB /  12282MiB |      0%      Default |
|                                         |                        |                  N/A |
+-----------------------------------------+------------------------+----------------------+

+-----------------------------------------------------------------------------------------+
| Processes:                                                                              |
|  GPU   GI   CI              PID   Type   Process name                        GPU Memory |
|        ID   ID                                                               Usage      |
|=========================================================================================|
|    0   N/A  N/A            1454      G   /usr/bin/gnome-shell                    217MiB |
|    0   N/A  N/A            1507      G   /usr/bin/Xwayland                         3MiB |
+-----------------------------------------------------------------------------------------+