From owner-freebsd-questions Mon Mar 27 13: 8:53 2000 Delivered-To: freebsd-questions@freebsd.org Received: from nscache2.x-treme.gr (mail1.x-treme.gr [212.120.196.23]) by hub.freebsd.org (Postfix) with ESMTP id 6349D37BEE3 for ; Mon, 27 Mar 2000 13:08:00 -0800 (PST) (envelope-from keramida@ceid.upatras.gr) Received: from hades.hell.gr (pat3.x-treme.gr [212.120.197.195]) by nscache2.x-treme.gr (8.9.3/8.9.3/IPNG-ADV-ANTISPAM-0.1) with ESMTP id AAA30068; Tue, 28 Mar 2000 00:07:54 +0300 Received: (from charon@localhost) by hades.hell.gr (8.9.3/8.9.3) id UAA65381; Mon, 27 Mar 2000 20:46:57 +0300 (EEST) (envelope-from charon) Date: Mon, 27 Mar 2000 20:46:56 +0300 From: Giorgos Keramidas To: Alex Kwan Cc: questions@FreeBSD.ORG Subject: Re: Change font style for xterm & kde Message-ID: <20000327204655.C1015@hades.hell.gr> Reply-To: keramida@ceid.upatras.gr References: <000701bf973f$cdea9560$701e40ca@alexkwan> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <000701bf973f$cdea9560$701e40ca@alexkwan>; from alexkwan@pacific.net.hk on Mon, Mar 27, 2000 at 12:24:46AM +0800 X-PGP-Fingerprint: 62 45 D1 C9 26 F9 95 06 D6 21 2A C8 8C 16 C0 8E Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Mar 27, 2000 at 12:24:46AM +0800, Alex Kwan wrote: > > After I have installed the X windows & and KDE, everything is o.k. but > I am not satisfy to the font style of xterm and KDE window, How to > change it? Create a file called .Xresources in your $HOME directory. Put the fonts and all the other resources you want for XTerm's in there, as in: XTerm*font: -b&h-lucidatypewriter-medium-r-normal-*-*-120-*-*-m-*-*-* XTerm*termName: xterm-color XTerm*backspacekey: ^H and make sure that your ~/.xinitrc script uses xrdb to merge your .Xresources when X11 is started: % grep xrdb .xinitrc [snip] sysresources=/usr/X11R6/lib/X11/xinit/.Xresources xrdb -merge $sysresources userresources=$HOME/.Xresources xrdb -merge $userresources [snip] That should be enough :) -- Giorgos Keramidas, < keramida @ ceid . upatras . gr> See the headers of this message for my public key fingeprint. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message