From owner-freebsd-questions@FreeBSD.ORG Wed Jun 1 13:39:40 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 D7F4C16A41C for ; Wed, 1 Jun 2005 13:39:40 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from rosebud.otenet.gr (rosebud.otenet.gr [195.170.0.26]) by mx1.FreeBSD.org (Postfix) with ESMTP id 25A8943D1D for ; Wed, 1 Jun 2005 13:39:39 +0000 (GMT) (envelope-from keramida@ceid.upatras.gr) Received: from orion.daedalusnetworks.priv (aris.bedc.ondsl.gr [62.103.39.226]) by rosebud.otenet.gr (8.13.4/8.13.4/Debian-1) with SMTP id j51Dbh7V027324; Wed, 1 Jun 2005 16:37:43 +0300 Received: from orion.daedalusnetworks.priv (orion [127.0.0.1]) by orion.daedalusnetworks.priv (8.13.3/8.13.3) with ESMTP id j51Ddc4s057842; Wed, 1 Jun 2005 16:39:38 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by orion.daedalusnetworks.priv (8.13.3/8.13.3/Submit) id j51Ddb6Z057841; Wed, 1 Jun 2005 16:39:37 +0300 (EEST) (envelope-from keramida@ceid.upatras.gr) Date: Wed, 1 Jun 2005 16:39:37 +0300 From: Giorgos Keramidas To: Walery Kokarev Message-ID: <20050601133937.GA57782@orion.daedalusnetworks.priv> References: <20050524071012.41498.qmail@web53308.mail.yahoo.com> <20050524152242.GA19150@slackbox.xs4all.nl> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Cc: freebsd-questions@freebsd.org Subject: Re: how can I make xterm just like the console ? (colors, etc.) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Jun 2005 13:39:41 -0000 On 2005-06-01 17:18, Walery Kokarev wrote: > > *VT100*foreground: gray90 > > *VT100*background: black > > > > Beware that these might be changed next time you update Xorg. So as an > > alternative, you can create a file ~/.Xresources, and put these two > > lines in it. > > Probably you mean ~/.Xdefaults The default xinitrc file distributed with X.org uses .Xresources AFAIK: % cat -n /usr/X11R6/lib/X11/xinit/xinitrc 1 #!/bin/sh 2 # $Xorg: xinitrc.cpp,v 1.3 2000/08/17 19:54:30 cpqbld Exp $ 3 4 userresources=$HOME/.Xresources 5 usermodmap=$HOME/.Xmodmap [...]