1819794 Members
3208 Online
109607 Solutions
New Discussion юеВ

Default font for HP-UX

 
Ngoh Chean Siung
Super Advisor

Default font for HP-UX

Hi,

What is the default font for HP-UX 11? How to change the font type?

Normally the text that get (thru ftp) from HP-UX 11 server to pc is courier new font.

Pls advise.

regards.
7 REPLIES 7
Joseph Loo
Honored Contributor

Re: Default font for HP-UX

hi,

r u referring to telnet/ssh, CDE or console?

regards.
what you do not see does not mean you should not believe
Arunvijai_4
Honored Contributor

Re: Default font for HP-UX

Hello,

You can see the font information using,
# xterm -fn fontname
# /usr/bin/X11/xlsfonts

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Ngoh Chean Siung
Super Advisor

Re: Default font for HP-UX

Hi,

Telnet and console.

Is the font related to what emulation software that we used? Currently we are using telnet and tera term.

regards.
Arunvijai_4
Honored Contributor

Re: Default font for HP-UX

Hello,

If you are using "putty" as your telnet client, you can easily change the fonts by "Window" section --> Appearance --> Font setting--> Change

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Ngoh Chean Siung
Super Advisor

Re: Default font for HP-UX

Hi,

# xterm -fn fontname
Error: Can't open display:
Error: Couldn't find per display information

# /usr/bin/X11/xlsfonts
/usr/bin/X11/xlsfonts: unable to open display ''
usage: /usr/bin/X11/xlsfonts [-options] [-fn pattern]
where options include:
-l[l[l]] give long info about each font
-m give character min and max bounds
-C force columns
-1 force single column
-u keep output unsorted
-o use OpenFont/QueryFont instead of ListFonts
-w width maximum width for multiple columns
-n columns number of columns if multi column
-display displayname X server to contact

Pls advise.

regards.
Arunvijai_4
Honored Contributor

Re: Default font for HP-UX

Hello,

In order to use # /usr/bin/X11/xlsfonts, X windows should be running, You can do it easily by starting XManager (http://www.netsarang.com/) in passive mode and exporting DISPLAY in your telnet session as,

# export DISPLAY=178.16.85.188:0.0

# xterm -fn fontname

It will open up a XTerm in your PC, you can then type # /usr/bin/X11/xlsfonts to get font list.

-Arun
"A ship in the harbor is safe, but that is not what ships are built for"
Mike Miller_8
Regular Advisor

Re: Default font for HP-UX

Because you are coming in using a telnet session the "font" being used is selected by the telnet program (for example tera term) not by the server.

Look into the configuration of terminal server package you are using.

If you are just opening a DOS window and using 'telnet', simply click in the upper left corner->click on properties->and change the font of the DOS window and it'll change the font for your telnet session.

= Mike =