You are not logged in.
I want to install Arch on a laptop with high resolution display.
Default installer font has a good size, but there are no ąćśź ![]()
My choice till now was Lat2-Terminus16 but this font is barely visible on the display. Do you know if there is a font with Polish characters?
Last edited by 860lacov (2021-07-23 23:25:39)
Offline
lat2a-16?
Offline
https://wiki.archlinux.org/title/Linux_console#Fonts
https://alexandre.deverteuil.net/docs/a … solefonts/
https://alexandre.deverteuil.net/docs/a … x22psfupng ?
https://archlinux.org/packages/communit … inus-font/ - but I'm not sure that's on the iso.
Alternatively try to drive the console at a lower resolution, https://raw.githubusercontent.com/torva … modedb.rst
Offline
Thank you.
I couldn't find the proper font but I've found the solution (almost)
I can do for example:
setfont Lat2-Terminus16 -m 8859-2 -dAnd -d doubles the font size on the screen.
One thing I wasn't able to find is how to put the -d into the /etc/vconsole.conf
This is my "standard" setup:
KEYMAP=pl
FONT=Lat2-Terminus16
FONT_MAP=8859-2How can I do this?
Offline
Afaics "you can't"
man vconsole.conf
man systemd-vconsole-setup.service
systemctl show systemd-vconsole-setup.service
file /usr/lib/systemd/systemd-vconsole-setupYou could edit the service and make it run setfont afterwards, https://wiki.archlinux.org/title/Systemd#Drop-in_files
Offline