Blackscreen after boot, nvidia fedora 41. Was working until I did post Fedora Install Guide

Fedora 41 on my XPS 16 has been great. I am not sure what I did but things were working fine in kernel-6.11.11 until I went throught the post Fedora install guide here: GitHub - devangshekhawat/Fedora-41-Post-Install-Guide: Things to do after installing Fedora 41

When I rebooted it went to black screen. I still had my older 6.11.10 kernel and it works fine. Waited for 6.11.12 that came out today and yep black screen as well. I’m guessing some sort of nvidia issue but everything was working just fine and 6.11.10 is still good with nvidia drivers an wayland.

Dec 16 12:24:12 kernel: nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  565.77  Wed Nov 27 22:53:48 UTC 2024
Dec 16 12:24:12 kernel: [drm] [nvidia-drm] [GPU ID 0x00000100] Loading driver
Dec 16 12:24:12 kernel: [drm] Initialized nvidia-drm 0.0.0 for 0000:01:00.0 on minor 0
Dec 16 12:24:12 kernel: nvidia 0000:01:00.0: [drm] No compatible format found
Dec 16 12:24:12 kernel: nvidia 0000:01:00.0: [drm] Cannot find any crtc or sizes
Dec 16 12:24:03 systemd[1]: Started nvidia-powerd.service - nvidia-powerd service.
Dec 16 12:24:12 systemd[1]: nvidia-fallback.service - Fallback to nouveau as nvidia did not load was skipped because of an unmet condition check (ConditionPathExists=!/sys/module/nvidia).

Actually don’t think those logs mean much, I get the same logs in 6.10.10 and everything is working. Im at a loss and afraid kernel updates are just going to be broken for me. Is there anything I should try?

❯ dnf list --installed | grep nvidia  | grep kmod
akmod-nvidia.x86_64                                  3:565.77-1.fc41                     <unknown>
kmod-nvidia-6.11.10-300.fc41.x86_64.x86_64           3:565.77-1.fc41                     u/commandline
kmod-nvidia-6.11.11-300.fc41.x86_64.x86_64           3:565.77-1.fc41                     <unknown>
kmod-nvidia-6.12.4-200.fc41.x86_64.x86_64            3:565.77-1.fc41                     u/commandline
xorg-x11-drv-nvidia-kmodsrc.x86_64                   3:565.77-1.fc41                     <unknown>

❯ dnf list installed "*nvidia*"
Updating and loading repositories:
 FirefoxPWA                             100% |   3.2 KiB/s |   2.7 KiB |  00m01s
Repositories loaded.
Installed packages
akmod-nvidia.x86_64                                 3:565.77-1.fc41                  <
kmod-nvidia-6.11.10-300.fc41.x86_64.x86_64          3:565.77-1.fc41                  @
kmod-nvidia-6.11.11-300.fc41.x86_64.x86_64          3:565.77-1.fc41                  <
kmod-nvidia-6.12.4-200.fc41.x86_64.x86_64           3:565.77-1.fc41                  @
libnvidia-container-tools.x86_64                    1.17.3-1                         <
libnvidia-container1.x86_64                         1.17.3-1                         <
nvidia-container-toolkit.x86_64                     1.17.3-1                         <
nvidia-container-toolkit-base.x86_64                1.17.3-1                         <
nvidia-gpu-firmware.noarch                          20241210-1.fc41                  <
nvidia-modprobe.x86_64                              3:565.77-1.fc41                  <
nvidia-persistenced.x86_64                          3:565.77-1.fc41                  <
nvidia-settings.x86_64                              3:565.77-1.fc41                  <
xorg-x11-drv-nvidia.x86_64                          3:565.77-1.fc41                  <
xorg-x11-drv-nvidia-cuda.x86_64                     3:565.77-1.fc41                  <
xorg-x11-drv-nvidia-cuda-libs.x86_64                3:565.77-1.fc41                  <
xorg-x11-drv-nvidia-kmodsrc.x86_64                  3:565.77-1.fc41                  <
xorg-x11-drv-nvidia-libs.x86_64                     3:565.77-1.fc41                  <
xorg-x11-drv-nvidia-power.x86_64                    3:565.77-1.fc41                  <
xorg-x11-drv-nvidia-xorg-libs.x86_64                3:565.77-1.fc41                  <

This ended up being a bug in the kernel due to ipu6 webcam. Kernel 6.12.5 has fixed the issue.