[arch-general] system locale messages readable only on tty1 !

Tom Gundersen teg at jklm.no
Tue Oct 16 18:07:07 EDT 2012


On Tue, Oct 16, 2012 at 2:58 PM, jambov <jambov1 at yahoo.com> wrote:
> I found some kind of ugly workaround, by putting
> setfont Cyr_a8x16 -m cp1251
> in ~/.bashrc ; however the question why systemd-vconsole-setup does not
> affect the rest of the ttys at startup still remains...

Probably what happens is that systemd-vconsole-setup is ran before
your graphics modules are inserted, and when they are inserted the
settings are reset.

If this is the case you could either put your graphics modules in your
initramfs, or you could manually put After= and Wants=
systemd-udev-settle.service in systemd-vconsole-setup.service (meaning
it will only be ran after all the modules have finished loading).

-t


More information about the arch-general mailing list