Nvidia 545.29.06 drivers won't work with Wayland

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

but please be aware that there are endless discussions on Nvidia issues recently.
Just give a look at this long thread (not necessarily covering your issue):

3 Likes