Comment # 81 on bug 1173733 from
(In reply to Matthias Bach from comment #75)
> (In reply to Stefan Dirsch from comment #70)
> > (In reply to Stefan Dirsch from comment #67)
> > > 2) or make sure they are not added at all
> > > 
> > > # cat > /etc/dracut.conf.d/50-nvidia-default.conf << EOF
> > > omit_dracutmodules+="nvidia nvidia-drm nvidia-modeset nvidia-uvm"
> > > EOF
> > 
> > Sorry, that was wrong. It should have been
> > 
> > # cat > /etc/dracut.conf.d/50-nvidia-default.conf << EOF
> > omit_drivers+="nvidia nvidia-drm nvidia-modeset nvidia-uvm"
> > EOF
> > 
> > Could you please try this as well? I believe this should result in what
> > achieved Cor Blom by comment #56.
> 
> I can confirm that this also fixes the issue for me. I like this even better
> than force-including them into the initrd as this gives a nice reduction in
> initrd size from 37 MiB to 14 MiB.

Thanks for feedback! I've implemented this now in our packages. Anyone building
the packages themselves from obs://X11:Drivers:Video can test this right now.
Hello @Cor Blom, glad to know that at least one person is making use of this
service! :-)


You are receiving this mail because: