CRITICAL: Black screen in Wayland after recent update

I use a Nvidia card and I had the same issue. Enabling fbdev of nvidia_drm module solved it.

  1. I created a file nvidia.conf in /etc/modprobe.d/ and added the following line
    options nvidia_drm modeset=1 fbdev=1
  2. I updated the initramfs with command
    sudo update-initramfs -u
  3. reboot
    Note: you can have any name for the file instead of the nvidia.conf, for example foobar.conf
    Enjoy!
8 Likes