Hi there, welcome to the forum.
With Wayland try using the following kernel boot parameter:
nvidia-drm.modeset=1
e.g. with:
sudo cp /etc/default/grub /etc/default/grub.bak && sudo sed '/^GRUB_CMDLINE_LINUX_DEFAULT=/s/"$/ nvidia-drm.modeset=1 "/g' -i /etc/default/grub && sudo update-grub