Home
last modified time | relevance | path

Searched hist:"643 dc495a06aec1070a50aada4cbe92454a06e5d" (Results 1 – 1 of 1) sorted by relevance

/freebsd/stand/defaults/
H A Dloader.confdiff 643dc495a06aec1070a50aada4cbe92454a06e5d Tue Apr 03 04:41:32 CEST 2018 Kyle Evans <kevans@FreeBSD.org> Default loader.conf: Drop efi_max_resolution to 1x1

Effectively disabling the mode changing bits in the loader. No matter which
way we go with it, it seems to be wrong- either the firmware doesn't change
the resolution and reports the resolution we requested, or the firmware
changes the resolution and doesn't report the resolution we requested. It
some cases, it does the right thing, but the bad cases outweight those.

Interested individuals can still set efi_max_resolution to 1080p or whatnot
in loader.conf(5) to restore the new behavior, but the new behavior does not
work out well for many cases.

Discussed with: imp