You are not logged in.

#1 2009-03-08 13:51:14

blackhole
Member
From: Karlsruhe, Germany
Registered: 2008-12-14
Posts: 148
Website

What's the name of the Terminus font file?

Hi there,

I want to set my aterm's font type to the Terminus font, but I can't find the font name / font file on my system, although it's definitely installed (I can choose it in Konsole).
When I try a "aterm -fn terminus" I get a >>aterm: can't load font "terminus"<<

So what's the correct identifier here or where can I look it up?

TIA,
Blackhole


Coming closer and closer to the ultimate goal: replacing boring old Windows XP desktop with shiny new Arch KDE 4 desktop. ^^
Already registered? Your vote counts!

Offline

#2 2009-03-08 14:11:48

manx
Member
From: Staffordshire, England
Registered: 2008-09-27
Posts: 35

Re: What's the name of the Terminus font file?

Should be terminus-font

Last edited by manx (2009-03-08 14:12:17)

Offline

#3 2009-03-08 14:16:43

toad
Member
From: if only I knew
Registered: 2008-12-22
Posts: 1,775
Website

Re: What's the name of the Terminus font file?

toad@deskarch 755\8 ~ > pacman -Ss terminus
community/terminus-font 4.28-1
    A superb, monospace bitmap font (for X11 and console)

never trust a toad...
::Grateful ArchDonor::
::Grateful Wikipedia Donor::

Offline

#4 2009-03-08 14:21:24

blackhole
Member
From: Karlsruhe, Germany
Registered: 2008-12-14
Posts: 148
Website

Re: What's the name of the Terminus font file?

Hm, I had already tried that:

schorsch@archie:~$ aterm -fn terminus-font
aterm: can't load font "terminus-font"

Any other ideas?


Coming closer and closer to the ultimate goal: replacing boring old Windows XP desktop with shiny new Arch KDE 4 desktop. ^^
Already registered? Your vote counts!

Offline

#5 2009-03-08 14:26:06

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: What's the name of the Terminus font file?

What you want is
xlsfonts | grep terminus

and

xfontsel

Note that you can replace a lot with *, so aterm -fn '*terminus*medium*-14-*' is enough.

Offline

#6 2009-03-08 14:35:32

SanskritFritz
Member
From: Budapest, Hungary
Registered: 2009-01-08
Posts: 1,924
Website

Re: What's the name of the Terminus font file?

This is what I have in my rc.conf:
CONSOLEFONT="Lat2-Terminus16.psfu.gz"
This font is present in the default install of Arch.


zʇıɹɟʇıɹʞsuɐs AUR || Cycling in Budapest with a helmet camera || Revised log levels proposal: "FYI" "WTF" and "OMG" (John Barnette)

Offline

#7 2009-03-08 15:36:32

bgc1954
Member
From: Edmonton, AB, Canada
Registered: 2006-03-14
Posts: 1,160

Re: What's the name of the Terminus font file?

My system couldn't find the terminus font until I added FontPath "/usr/share/fonts/local" in my /etc/X11/xorg.conf.  Then log out and back in again.


Time is a great teacher, but unfortunately it kills all its pupils ... - Louis Hector Berlioz

Offline

#8 2009-03-08 15:51:32

Procyon
Member
Registered: 2008-05-07
Posts: 1,819

Re: What's the name of the Terminus font file?

You don't have to log out, just this:
xset fp+ /usr/share/fonts/local
xset fp rehash

You can use rehash when it is already in FontPath and you put new fonts in there.

And add it to xorg.conf's FontPath too of course.

Offline

Board footer

Powered by FluxBB