Bug 876512
Summary: | VT font isn't set after boot | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Andrew <travneff> |
Component: | systemd | Assignee: | systemd-maint |
Status: | CLOSED DUPLICATE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | 17 | CC: | johannbg, lnykryn, metherid, msekleta, notting, plautrba, systemd-maint, travneff, vpavlin, xgl-maint |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2013-01-14 22:23:18 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
Andrew
2012-11-14 10:21:35 UTC
It might be caused by the values from kernel command line, which overwrites any setting from the config file. (In reply to comment #1) Ok, but what values exactly? SYSFONT has the same value at both places. There is nothing to override... Besides that, results of several vconsole-setup launches should be consistent, as for me. Either change the font in both cases or not, but not a mix. Still exists after upgrade to F18 Beta. /etc/sysconfig/i18n now doesn't exist but vconsole.conf was appeared: # cat /etc/vconsole.conf FONT=ter-v16n KEYMAP=ua-utf It should be noted that in both Fedora versions font was really set to Terminus for some time at boot. So the case looks like default->ter-v16n->default. The last switch happens somewhere around nouveau framebuffer init. I can be wrong though, it goes quite fast. I filmed the boot process and the font switching points are following: default->ter-v16n : starting systemd-vconsole-setup service ter-v16n->default : screen blinks after this lines and new image is using default font: Dec 8 10:20:56 localhost kernel: [drm] nouveau 0000:01:00.0: Detected an NV40 generation card (0x043100a4) Dec 8 10:20:56 localhost kernel: fb: conflicting fb hw usage nouveaufb vs VESA VGA - removing generic driver Dec 8 10:20:56 localhost kernel: Console: switching to colour dummy device 80x25 Hmm, sounds a lot like 892340, merging. *** This bug has been marked as a duplicate of bug 892340 *** |