Console/VT font is (randomly) not set (sometimes) on some machines. Stuck with the default VGA BIOS font.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
console-setup |
New
|
Undecided
|
Unassigned | ||
console-setup (Ubuntu) |
Confirmed
|
High
|
Unassigned | ||
Bug Description
[Impact]
[Fix]
[Test Case]
[Regression Potential]
[Original Report]
Since the Karmic transition away from init.d scripts to upstart services has started, the font is no longer set at bootup. This results in unreadable user prompts, whenever applications output non-ascii characters to screen and it also affects graphic box characters used by ncurses, such as for debconf dialogs.
ProblemType: Bug
Architecture: i386
Date: Mon Sep 21 12:51:40 2009
DistroRelease: Ubuntu 9.10
Package: console-setup 1.34ubuntu2
PackageArchitec
ProcEnviron:
LANGUAGE=
PATH=(custom, user)
LANG=fi_FI.UTF-8
SHELL=/bin/bash
ProcVersionSign
SourcePackage: console-setup
Uname: Linux 2.6.31-10-generic i686
Related branches
- Colin Watson: Needs Fixing
- Ubuntu branches: Pending requested
-
Diff: 69 lines (+39/-0)4 files modifieddebian/changelog (+10/-0)
debian/console-setup.console-font.upstart (+12/-0)
debian/console-setup.initramfs-confhook (+13/-0)
debian/rules (+4/-0)
Changed in console-setup (Ubuntu): | |
status: | New → Confirmed |
tags: | added: precise |
tags: | removed: precise |
summary: |
- [karmic] does not set font since upstart transition + at boot, the font is not set by the upstart job |
Changed in console-setup (Ubuntu): | |
importance: | Undecided → High |
Changed in console-setup (Ubuntu Precise): | |
status: | New → Confirmed |
importance: | Undecided → High |
description: | updated |
Changed in console-setup (Ubuntu Quantal): | |
assignee: | nobody → Colin Watson (cjwatson) |
Changed in console-setup (Ubuntu Quantal): | |
milestone: | none → ubuntu-12.10 |
summary: |
- at boot, the font is not set by the upstart job + Console/VT font is (randomly) not set (sometimes) on some machines. + Stuck with the default VGA BIOS font. |
Changed in console-setup (Ubuntu Quantal): | |
assignee: | Colin Watson (cjwatson) → nobody |
Changed in console-setup (Ubuntu): | |
milestone: | quantal-updates → none |
assignee: | Colin Watson (cjwatson) → nobody |
tags: | added: cosmic disco |
Changed in console-setup (Ubuntu Precise): | |
status: | Confirmed → Won't Fix |
no longer affects: | console-setup (Ubuntu Precise) |
no longer affects: | console-setup (Ubuntu Quantal) |
Same in Natty.
But it seems to be the problem with KMS. Font and encoding from console-setup are applied to VT's just before KMS is initiated. And then KMS sets everything to default.
If you run 'udevadm trigger' after boot, your console-setup settings will be reapplied.