video: Disable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER again

It won't work nicely unless we make the boot loader completely silent,
and we might need to update themes as well.
<https://fedoraproject.org/wiki/Changes/FlickerFreeBoot> has the full
details.
This commit is contained in:
Ben Hutchings 2019-02-11 16:54:38 +00:00
parent fd527676dd
commit b4995d6607
2 changed files with 2 additions and 2 deletions

1
debian/changelog vendored
View File

@ -454,7 +454,6 @@ linux (4.19.20-1) UNRELEASED; urgency=medium
* thermal: Enable DEVFREQ_THERMAL, THERMAL_STATISTICS
* tpm: Enable TCG_TIS_SPI, TCG_VTPM_PROXY as modules
* usbtouchscreen: Enable TOUCHSCREEN_USB_EASYTOUCH
* video: Enable FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER
* watchdog: Enable WATCHDOG_PRETIMEOUT_GOV, WATCHDOG_PRETIMEOUT_GOV_NOOP,
WATCHDOG_PRETIMEOUT_DEFAULT_GOV_NOOP; WATCHDOG_PRETIMEOUT_GOV_PANIC,
WDAT_WDT as modules

View File

@ -5549,7 +5549,8 @@ CONFIG_DUMMY_CONSOLE_ROWS=25
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
#. This won't work nicely unless we also hide the boot menu
# CONFIG_FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER is not set
##
## file: drivers/video/fbdev/Kconfig