From owner-freebsd-questions@FreeBSD.ORG Thu Jun 24 04:20:17 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B7A9416A4CE for ; Thu, 24 Jun 2004 04:20:17 +0000 (GMT) Received: from wonkity.com (wonkity.com [65.173.111.5]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2A09F43D53 for ; Thu, 24 Jun 2004 04:20:17 +0000 (GMT) (envelope-from wblock@wonkity.com) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.12.11/8.12.11) with ESMTP id i5O4K7oI088501; Wed, 23 Jun 2004 22:20:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.12.11/8.12.11/Submit) with ESMTP id i5O4K7W3088498; Wed, 23 Jun 2004 22:20:07 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 23 Jun 2004 22:20:07 -0600 (MDT) From: Warren Block To: "Michael A. Smith" In-Reply-To: <40DA34AA.20906@code-fu.com> Message-ID: <20040623221647.V88483@wonkity.com> References: <40DA34AA.20906@code-fu.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-1.3.8 (wonkity.com [127.0.0.1]); Wed, 23 Jun 2004 22:20:07 -0600 (MDT) cc: freebsd-questions@freebsd.org Subject: Re: setting xterm font from the command line X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Jun 2004 04:20:17 -0000 On Wed, 23 Jun 2004, Michael A. Smith wrote: > I'm trying to set the xterm font from the command line using the -fn option. > > $ xterm -fn fontname > > What I can't seem to find is the exact fontname of any font on my system > (FreeBSD 5.2.1R). I've tried many combinations of my fonts: lowercase mixed > case, spaces, hyphes, underscores, etc... and it can never find the font. For > example: > > $ xterm -fn Bitstream-Vera-Sans-Mono > xterm: unable to open font "Bitstream-Vera-Sans-Mono", trying "fixed" > > Where can I find the font list that xterm is checking? Use xfontsel to choose the font and then specify the exact same thing that it shows: xterm -fn '-bitstream-charter-*-r-normal-*-*-*-*-*-*-*-*-*' -Warren Block * Rapid City, South Dakota USA