What | Removed | Added |
---|---|---|
Flags | needinfo?(sndirsch@suse.com) |
(In reply to Aleksey Kontsevich from comment #95) > (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/ Well, I meanwhile did this for our G05 packages. Even though for different reason: to enable Wayland support. I guess here it's needed for the KMS support of plymouth. > 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/ Actually I did the contrary a long time ago. ------------------------------------------------------------------- Tue Jul 21 09:08:17 UTC 2020 - Stefan Dirsch <sndirsch@suse.com> - added /etc/dracut.conf.d/60-nvidia-default.conf in order to omit nvidia modules in initrd, which apparently were added automatically on many systems - apart from nvidia-uvm module! - which then made GPU computing/CUDA impossible on all theses systems (boo#1173733) Readding them to initrd may work as well or may lead (again) to different issues, which turn out to be more serious than a splash screen, which you nowadays with SSDs in place see for about 2 seconds.