[CONFIG] please enable highdpi font FONT_TER16x32
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
linux (Ubuntu) |
Fix Released
|
Undecided
|
Po-Hsu Lin | ||
Trusty |
Won't Fix
|
Undecided
|
Po-Hsu Lin | ||
Xenial |
Fix Released
|
Undecided
|
Po-Hsu Lin | ||
Bionic |
Fix Released
|
Undecided
|
Po-Hsu Lin | ||
Cosmic |
Fix Released
|
Undecided
|
Po-Hsu Lin |
Bug Description
== Justification ==
The console font size on a high resolution screen is only suitable for
eagles, although we can choose a bigger font by running:
sudo dpkg-reconfigure console-setup
But that is not enough, the font size before video driver kicks in is
still small. If we need to debug some early stage issues that will be a
problem.
== Fix ==
ac8b6f14 (Fonts: New Terminus large console font)
Config for this TER16x32 and the compiled-in fonts support needs to be
enabled to keep engineers away from ophthalmologists.
* Disco
It's already there. Just need to enable the configs.
* Cosmic / Bionic
Patch can be cherry-picked.
* Xenial
It needs an extra patch to make it a clean cherry-pick:
* 7bcae826 (lib/fonts/Kconfig: keep non-Sparc fonts listed together
* Trusty
It needs two extra patches to make it a clean cherry-pick:
* fonts: Add 6x10 font (33ac9dba)
* lib/fonts/Kconfig: keep non-Sparc fonts listed together (7bcae826).
And a config entry for the 6x10 font.
Commit "fonts: Add 6x10 font" is just adding a new font.
Commit "lib/fonts/Kconfig: keep non-Sparc fonts listed together" is
just a patch for context rearrangement.
I think these two are safe to be pulled-in.
== Test ==
Test kernels: http://
Add "fbcon=
/etc/default/grub, and follow these steps.
* Disco
sudo update-grub; sudo reboot
* Cosmic / Bionic
Add "GRUB_GFXPAYLOA
sudo update-grub; sudo reboot
* Xenial
sudo update-grub; sudo reboot
* Trusty
sudo update-grub; sudo reboot (I need the proprietary nvidia driver
to boot for my SUT - Dell Precision M3800)
The font before the video driver kicks in will get bigger.
== Regression potential ==
Minimal, changes are limited to adding console fonts, turn on fonts
related kernel configs.
[CONFIG] please enable highdpi font FONT_TER16x32
This is now available in v5.0
config/
Changed in linux (Ubuntu Trusty): | |
status: | Invalid → In Progress |
Changed in linux (Ubuntu Bionic): | |
status: | Invalid → In Progress |
Changed in linux (Ubuntu Xenial): | |
status: | Invalid → In Progress |
Changed in linux (Ubuntu Cosmic): | |
status: | Invalid → In Progress |
description: | updated |
tags: | added: bionic cosmic disco trusty xenial |
This bug is missing log files that will aid in diagnosing the problem. While running an Ubuntu kernel (not a mainline or third-party kernel) please enter the following command in a terminal window:
apport-collect 1819881
and then change the status of the bug to 'Confirmed'.
If, due to the nature of the issue you have encountered, you are unable to run this command, please add a comment stating that fact and change the bug status to 'Confirmed'.
This change has been made by an automated script, maintained by the Ubuntu Kernel Team.