You are not logged in.

#1 2005-04-08 15:18:28

Meshuggin
Member
From: /home/meshuggin
Registered: 2005-03-23
Posts: 137

Change Font on Eterm

Hi, I've been looking for a solution to change the default font on Eterm without results sad .. I mean ... the parameter "-F" indicates the font to use, but I don't know how to write the font. I explain myself:

$Eterm -F Vera
Eterm:  Error:  Unable to load font "Vera".  Falling back on "fixed"

How do I have to write the value of "-F" ? ... if there's another way to do this thing, bring it on wink


Arch GNU/Linux 0.7.1 (Noodle)
Linux 2.6.14-archck1

Offline

#2 2005-04-08 15:23:19

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Change Font on Eterm

"Vera" isn't a font... run fc-list to see the font names to use (I'm assuming Eterm uses xft font names... if not then run xlsfonts)

Offline

#3 2005-04-08 16:07:49

Meshuggin
Member
From: /home/meshuggin
Registered: 2005-03-23
Posts: 137

Re: Change Font on Eterm

Thanxs phrakture, the right way to use the parameter -F is:

Eterm -F "-bitstream-bitstream vera sans mono-medium-r-normal-*-12-120-75-75-*-*-iso8859-1"

I used xfontsel to get that line wink

The only thing left is change the size of the font and It's done smile , but that's not a problem wink


Arch GNU/Linux 0.7.1 (Noodle)
Linux 2.6.14-archck1

Offline

#4 2005-04-08 16:24:44

phrakture
Arch Overlord
From: behind you
Registered: 2003-10-29
Posts: 7,879
Website

Re: Change Font on Eterm

FYI, xterm supports xft names with a different switch (-fn is for xlsfonts type names, -fa is for fc-list type names)

you can also make a font alias for a font, if you'd like... check the font dirs and the fonts.alias file to see how to do it...

Offline

Board footer

Powered by FluxBB