(In reply to Cliff Zhao from comment #94) > Maybe the proprietary Nvidia drivers require a kernel command line to get > the mode-setting. I'm still collecting the information... Found working solution: https://www.reddit.com/r/openSUSE/comments/dxlyfd/how_do_i_bring_back_plymouth_after_nvidia_driver/ - plymouth works just fine now with nvidia proprietary drivers. Think while rpms with drivers are created by SUSE: https://download.nvidia.com/opensuse/README - need to add scripts to create these files on rpms install: Make a nvidia.conf file with the following content: > options nvidia_drm modeset=1 Then copy this file to /etc/modprobe.d/ Second, make another nvidia.conf file with the following content: > add_drivers+=" nvidia nvidia_modeset nvidia_uvm nvidia_drm " > install_items+=" /etc/modprobe.d/nvidia.conf " Copy this file to /etc/dracut.conf.d/ Then update dracut: > sudo dracut -f