From owner-freebsd-questions@FreeBSD.ORG Fri Mar 5 20:40:51 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 92B7A16A4CE for ; Fri, 5 Mar 2004 20:40:51 -0800 (PST) Received: from mx.tele-kom.ru (mx.tele-kom.ru [213.80.148.6]) by mx1.FreeBSD.org (Postfix) with SMTP id 09A3F43D1D for ; Fri, 5 Mar 2004 20:40:50 -0800 (PST) (envelope-from doublef@tele-kom.ru) Received: (qmail 77558 invoked by uid 555); 6 Mar 2004 07:40:47 +0300 Received: from hal.localdomain (213.80.149.184) by t-k.ru with TeleMail/2 id 1078548046-77549 for satimis@icare.com.hk; Sat, Mar 6 07:40:46 2004 +0300 (MSK) Date: Sat, 6 Mar 2004 07:39:34 +0300 From: Sergey 'DoubleF' Zaharchenko To: Stephen Liu Message-Id: <20040306073934.5cec04f3@Hal.localdomain> In-Reply-To: <200403061921.24596.satimis@icare.com.hk> References: <51880.162.114.211.143.1078523374.squirrel@mail.alpete.com> <200403061921.24596.satimis@icare.com.hk> X-Mailer: Sylpheed version 0.9.9claws (GTK+ 1.2.10; i386-portbld-freebsd4.8) Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha1"; boundary="Signature=_Sat__6_Mar_2004_07_39_34_+0300_cnh.6e2NRQDxLog/" cc: freebsd-questions@freebsd.org cc: aaron@alpete.com Subject: Re: xterm 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: Sat, 06 Mar 2004 04:40:51 -0000 --Signature=_Sat__6_Mar_2004_07_39_34_+0300_cnh.6e2NRQDxLog/ Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit On Sat, 6 Mar 2004 19:21:24 +0800 Stephen Liu probably wrote: > - snip - > > you might check into setting options for xterm in the .Xdefaults > > file of your home directory... > > Hi Aaron, > > Kindly advise where can I find .Xdefaults. I found > /home/user/.Xauthority but I can' read it The last time I used .Xdefaults it was named .Xresources:) If there isn't one, create it. $ cat ~/.Xresources .xterm.vt100.deleteIsDEL: true .xterm.vt100.eightBitOutput: true .xterm.vt100.font: -xos4-terminus-bold-r-normal--24-240-72-72-c-120-koi8-r The '.xterm.vt100.font' is what you need to change to use another default font. Naturally, you can use xfontsel to generate a `fontline' for you. Be sure to put an `xrdb ~/.Xresources' line in your .xsession/.xinitrc/whatever X startup script. Changes will be applied on next login (to apply them earlier, run the xrdb command manually). HTH, -- DoubleF "But don't you worry, its for a cause -- feeding global corporations paws." --Signature=_Sat__6_Mar_2004_07_39_34_+0300_cnh.6e2NRQDxLog/ Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFASVYTwo7hT/9lVdwRAssTAJ9kZfk4XbuO1dU64AtTsKjBVPULgQCdHErR ExfKjSao/+F434YM67EcGMo= =z3XY -----END PGP SIGNATURE----- --Signature=_Sat__6_Mar_2004_07_39_34_+0300_cnh.6e2NRQDxLog/--