-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base-config: add FRAMEBUFFER_CONSOLE #71
Conversation
When graphics fail, a blank screen is not useful. Even when graphics work, without a framebuffer console chvt still works but it is "blind" / with a frozen GUI instead! Incredibly confusing. Linux distributions expect this. Also useful in case of hangs like thesofproject/linux#3387: text consoles are always more responsive and they may even have some logs Signed-off-by: Marc Herbert <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@plbossart fyi
@plbossart pointed me at https://fedoraproject.org/wiki/Changes/ReplaceFbdevDrivers... trying to find time and have a look. |
I reverted this change locally and made a naive attempt where I enabled Unless someone (@kv2019i ?) can explain the following jargon to me I'm going to leave this as it is now. https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/firmware/Kconfig
|
When graphics fail, a blank screen is not useful.
Even when graphics work, without a framebuffer console chvt still
works but it is "blind" / with a frozen GUI instead! Incredibly
confusing. Linux distributions expect this.
Also useful in case of hangs like
thesofproject/linux#3387: text consoles
are always more responsive and they may even have some logs
Signed-off-by: Marc Herbert [email protected]