Author: kevans Date: Fri Mar 23 23:02:50 2018 New Revision: 331469 URL: https://svnweb.freebsd.org/changeset/base/331469
Log: loader.conf(5): Document efi_max_resolution Modified: head/stand/defaults/loader.conf.5 Modified: head/stand/defaults/loader.conf.5 ============================================================================== --- head/stand/defaults/loader.conf.5 Fri Mar 23 22:59:45 2018 (r331468) +++ head/stand/defaults/loader.conf.5 Fri Mar 23 23:02:50 2018 (r331469) @@ -23,7 +23,7 @@ .\" SUCH DAMAGE. .\" .\" $FreeBSD$ -.Dd March 19, 2018 +.Dd March 23, 2018 .Dt LOADER.CONF 5 .Os .Sh NAME @@ -220,6 +220,13 @@ selects the video console which prevents any input and replacing it with .Dq spinning character (useful for embedded products and such). +.It Va efi_max_resolution +Specify the maximum desired resolution for the EFI console. +The following pre-defined values are accepted: 480p, 720p, 1080p, 2160p or 4k, +5k. +The standard +.Va WidthxHeight +format is also accepted, e.g., 1920x1080. .It Va kernel .Pq Dq kernel .It Va kernels _______________________________________________ [email protected] mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-head To unsubscribe, send any mail to "[email protected]"
