Artix Linux Forum

Artix Linux => Package management => Topic started by: mrbrklyn on 08 August 2023, 03:57:04

Title: xterm font chaos
Post by: mrbrklyn on 08 August 2023, 03:57:04
I installed xterm on my workstation.  I am rebuilding it after a bad hardware crash and xterm is completely broken.  The font size selection is not finding any fonts

Code: [Select]
latbush:[ruben]:~$ xterm
xterm: cannot load font "-*-terminus-*-*-*-*-24-*-*-*-*-*-*-*"
Warning: Cannot convert string "-*-terminus-*-*-*-*-24-*-*-*-*-*-*-*" to type FontStruct
xterm: cannot load font "-misc-fixed-medium-r-normal--8-80-75-75-c-50-iso10646-1"
xterm: cannot load font "-adobe-courier-medium-r-normal--24-240-75-75-m-150-iso10646-1"

I tried downloading all the fonts I could find and xorg and no improvment.
Title: Re: xterm font chaos
Post by: nous on 09 August 2023, 09:51:51
If there was a crash involved, you should re-install all its dependencies in hopes of fixing it.
Title: Re: xterm font chaos
Post by: mrbrklyn on 09 August 2023, 17:06:42
well, I did a complete reinstall and then installed all the fonts in the archives.   It didn't take, however, until I rebooted and then Xterm behaved.  I'm afraid that even after all these years I still seem to not understand how fonts work in the terminal for X.
Title: Re: xterm font chaos
Post by: nous on 09 August 2023, 22:34:13
That makes two of us.
Title: Re: xterm font chaos
Post by: mrbrklyn on 10 August 2023, 03:03:58
xrdb -merge ~/.Xresources


that is helpful.