LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (November 2001, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Thu, 15 Nov 2001 18:31:27 -0800
Reply-To:   "Karsten M. Self" <kmself@IX.NETCOM.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "Karsten M. Self" <kmself@IX.NETCOM.COM>
Subject:   Unix: session resources (was Re: Warnings messages)
In-Reply-To:   <20011115150958.8146.qmail@web20708.mail.yahoo.com>; from ckaceres@YAHOO.COM on Thu, Nov 15, 2001 at 07:09:58AM -0800
Content-Type:   multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature";

on Thu, Nov 15, 2001 at 07:09:58AM -0800, Carlos Caceres (ckaceres@YAHOO.COM) wrote: > Hi everybody: > > Hi everybody:

Hi Carolos,

Hi Carolos,

> I'm running SAS 8.1 on SunOs 5.6 and I get the > following warning messages: > > WARNING: Unable to load font '-dt-interface > user-medium-r-normal-s*-*-*-*-*-*-*-*-*'. > WARNING: Defaulting to 'fixed'. > > Does anyone of you know the cause and the fix for this > message.

Somewhere in your SAS resources (either the defaults or the ones being set for your system or user configurations), you're referencing the font mentioned.

For general information on configuring SAS resources under Unix, see:

http://sasdocs.ats.ucla.edu/unixc/sasx.htm

My suggestion would be to look for a suitable matching font. One tool for doing so is the graphical 'xfontsel' tool. This lets you specify a foundry, family, and other parameters (including wildcards), and displays the resulting . If this doesn't turn up on your system (proprietary Unices often are sadly lacking in standard utilities), 'xlsfonts' should list fonts to a terminal. Save to a file or grep output for a suitable pattern.

I forget the specific resource filse used by SAS, but believe you'll find them in your home directory, try:

$ ls -ld .*sas* *sas* .*SAS* *SAS*

...to root them out, or consult the documentation ;-)

If you find a matching font specification, remove it.

You may also be defining the font in your X Window System resources:

$ xrdb -query | grep 'dt-interface'

...may list the font. Change it to something that *does* exist on your system.

-- Karsten M. Self <kmself@ix.netcom.com> http://kmself.home.netcom.com/ What part of "Gestalt" don't you understand? Home of the brave http://gestalt-system.sourceforge.net/ Land of the free Free Dmitry! Boycott Adobe! Repeal the DMCA! http://www.freesklyarov.org Geek for Hire http://kmself.home.netcom.com/resume.html


[application/pgp-signature]


Back to: Top of message | Previous page | Main SAS-L page