Black screen on main laptop screen OpenSUSE Tumbleweed Linux

Looks like the nvidia driver only loaded too late because it’s not in the initrd.
Please install the driver from repo, then create
/etc/dracut.conf.d/nvidia.conf

add_drivers+="nvidia nvidia-modeset nvidia-drm"

run sudo dracut -f
and reboot.

1 Like