You are not logged in.
Hi,
Newbie in Arch and Linux in general. Am installing Arch from scratch inside qemu-kvm on a Ubuntu 18 host.
I installed X and only i3 as WM, but after startx, the display is all weird:
https://i.imgur.com/30GOjqo.png
Any help greatly appreciated.
Thanks ![]()
Mod edit: Removed oversized image, see CoC: Pasting pictures -- V1del
Last edited by V1del (2020-07-21 13:34:49)
Offline
Did you install any font packages?
Keep it simple, stupid.
Offline
No, I don’t think I did. I just installed the packages:
pacstrap /mnt base base-devel linux linux-firmware
pacstrap vim
pacstrap dhcpcd
pacman-S grub
sudo pacman -S xorg xorg-xinit
sudo pacman -S i3-gaps
sudo pacman -S dmenu
What are the basic font-packages I need to install for i3 / X Windows to display things properly?
Thanks!
Offline
You can install any font that provides the characters that you need, ttf-dejavu is usually a good start.
Offline