]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Default loader.conf: Drop efi_max_resolution to 1x1
authorkevans <kevans@FreeBSD.org>
Tue, 3 Apr 2018 02:41:32 +0000 (02:41 +0000)
committerkevans <kevans@FreeBSD.org>
Tue, 3 Apr 2018 02:41:32 +0000 (02:41 +0000)
commit9c579660b9d87ac4de598a1f55182d35204d6028
tree9cc23d39f71adce98c1f1b1c5594ae50a4dfa503
parente7995099e0525143a3e8033184542067c895d54c
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
stand/defaults/loader.conf