Date: Mon, 19 Sep 2016 15:21:46 +0900 From: Tomoaki AOKI <junchoon@dec.sakura.ne.jp> To: freebsd-stable@freebsd.org Subject: Re: Nvidia_load not working Message-ID: <20160919152146.7e4a27541d1f07968087555e@dec.sakura.ne.jp> In-Reply-To: <CAKqdy7UKTLrGMX47FOxDOkmnU8-Zhd2hi4witrpu8699MOe%2BAw@mail.gmail.com> References: <CAKqdy7UKTLrGMX47FOxDOkmnU8-Zhd2hi4witrpu8699MOe%2BAw@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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.identifier@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-unsubscribe@freebsd.org" > -- 青木 知明 [Tomoaki AOKI] <junchoon@dec.sakura.ne.jp>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160919152146.7e4a27541d1f07968087555e>