I bit the bullet and changed from SysVinit to systemd, everything is pretty ironed up apart from the console font, which even though I addedFONT="ter-112n"to vconsole.conf doesn't seem to affect the console font.
I've recently switched to Arch Linux and am quite happy with it. I've never had so much fun with Linux until a friend recommended Arch. I have since installed it on both my MacBook Pro and Mac mini. Everything has been pretty smooth, but I do have one issue.During the boot process, the system starts up with its default console font, per the usual. I have edited /e
I don't think this has anything to do with virtual console setup. Virtual console setup is when it is starting systemd-vconsole-setup.service, and that simple applies the settings is /etc/vconsole.conf. Do you have anything in vconsole.conf? If you speak English and you are okay with the default font and keymap, you can actually remove /etc/vconsole.conf altogether. I
Tried FONT="Lat2-Terminus16" with quotes. No improvement.
Doctor Colossus
https://bbs.archlinux.org/profile.php?id=63237
2012-11-05T11:01:19Z
Try:# nano /etc/locale.gen
en_US.UTF-8 UTF-8
tr_TR.UTF-8 UTF-8# locale-gen
# export LANG=tr_TR.UTF-8# loadkeys tr_q-latin5
# setfont Lat2-Terminus16# nano /etc/vconsole.conf
KEYMAP="tr_q-latin5"
FONT="Lat2-Terminus16"
FONT_MAP=Leave "FONT_MAP" blank.
DSpider
https://bbs.archlinux.org/profile.php?id=28388
2012-09-20T20:50:01Z
Hi guys, I'm from Brazil, then sry my English!!I've installed Arch by the latest media (2012-11-01)everything ok except the windows and their contents start getting deconfigured, looking like special characters!I've done a lot of research about it and follow all wikis about keyboard settings, keymap, vconsole.conf files, and locale.gen and locale.conf ....
Im using tesseract-ocr package on Ubuntu Linux, I have been using it for a while and I think that in order to improve the accuracy of the OCR I only need a subset of letters from the alphabet.
Hello arch users!Today i installed Arch on my laptop.Then follow Internationalization (Русский) guide to install Russian language for system.But after reboot instead of Russian lang (system messages, etc) i see:I use search and read some threads about localization, but they did not help./etc/vconsole.confFONT="ter-v16v"
KEYMAP="ru-mab"/etc/locale.confLANG="ru_RU.UTF-8"
You do have the settings above in /etc/vconsole.conf? If so, add "consolefont" to HOOKS array in /etc/mkinitcpio.conf (put it at the very beginning of the array) and rebuild your vmlinuz.
bohoomil
https://bbs.archlinux.org/profile.php?id=41264
2012-08-25T20:01:38Z