From owner-freebsd-questions Fri Sep 26 01:33:38 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id BAA20878 for questions-outgoing; Fri, 26 Sep 1997 01:33:38 -0700 (PDT) Received: from freebie.lemis.com (freebie.lemis.com [192.109.197.137]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id BAA20872 for ; Fri, 26 Sep 1997 01:33:32 -0700 (PDT) Received: (from grog@localhost) by freebie.lemis.com (8.8.7/8.8.5) id SAA08456; Fri, 26 Sep 1997 18:03:23 +0930 (CST) Message-ID: <19970926180323.34782@lemis.com> Date: Fri, 26 Sep 1997 18:03:23 +0930 From: Greg Lehey To: Doug White Cc: Greg Pavelcak , questions@FreeBSD.ORG Subject: Re: Monitor Resolution Window and Font Size References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.81e In-Reply-To: ; from Doug White on Fri, Sep 26, 1997 at 12:30:47AM -0700 Organisation: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8250 Fax: +61-8-8388-8250 Mobile: +61-41-739-7062 WWW-Home-Page: http://www.lemis.com/~grog Fight-Spam-Now: http://www.cauce.org Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Fri, Sep 26, 1997 at 12:30:47AM -0700, Doug White wrote: > On Fri, 26 Sep 1997, Greg Pavelcak wrote: > >> At the moment, I am writing out some very tiny words on the screen. If >> you run X-Windows at 1024x768, is there an easy way to get it to >> compensate and adjust fonts, windows and buttonbar to a reasonable >> size? > > Fonts: depends on program. Xterm's default font gets really tiny on > 1024x768, Well, this is a matter of opinion. I'm using the same fonts on a 1600x1200 screen, and they give me the luxury of two 120x85 xterms side by side. Luxury. Of course, it takes some getting used to :-) > you can fix this temporarily by holding down Cntl and holding the > right mouse button over the xterm window. I don't remember how to > make this permanent at the moment. You need to change your application defaults. In your Xdefaults file, put something like xterm*font: 9x15 You can find the name of the font (9x15 in this example, which corresponds to the default 'Large' font) in the file /usr/X11R6/lib/X11/fonts/*/fonts.alias and /usr/X11R6/lib/X11/fonts/*/fonts.dir. To find out which you like, you can also start xterm with an explicit font: $ xterm -fn 9x15 All this is described in the xterm man page. Sorry, this isn't exactly a 'browse' interface. Greg