If you're booting via UEFI, it should be because r305779 (MFC of r305484) is not yet MFS'ed (causing insufficient memory to load nvidia.ko).
See below for detail. https://lists.freebsd.org/pipermail/svn-src-stable-11/2016-September/000503.html If so, while waiting for MFS, you can load it via rc.conf by adding nvidia-modeset.ko (or nvidia.ko depending on which version you're installing) on kldlist= line, or directly writing kldload command in rc.conf, or rebuild loader.efi with the patch obtained below applied. https://svnweb.freebsd.org/base/stable/11/sys/boot/efi/loader/copy.c?r1=302408&r2=305779&view=patch don't forget to give -p2 option to patch command line. If you're booting via legacy BIOS mode, sorry, I have no idea. :-( On Sun, 18 Sep 2016 18:58:38 -0700 Charles Cowart <unique.identif...@gmail.com> wrote: > I did a clean install of RC3 over RC2, and I noticed that nvidia_load="yes" > no longer appears to work in /boot/loader.conf. I can still load the module > from etc/rc.conf > _______________________________________________ > freebsd-stable@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org" > -- 青木 知明 [Tomoaki AOKI] <junch...@dec.sakura.ne.jp> _______________________________________________ freebsd-stable@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscr...@freebsd.org"