Date: Thu, 27 Jul 2000 02:22:35 +0200 From: Benedikt Schmidt <BeSchmidt@cloaked.de> To: Zhihui Zhang <zzhang@cs.binghamton.edu> Cc: freebsd-questions@freebsd.org Subject: Re: Can't allocate color Message-ID: <20000727022235.A64338@cloaked.de> In-Reply-To: <Pine.SOL.4.21.0007261658420.15652-100000@sol.cs.binghamton.edu>; from zzhang@cs.binghamton.edu on Wed, Jul 26, 2000 at 05:01:53PM -0400 References: <Pine.SOL.4.21.0007261658420.15652-100000@sol.cs.binghamton.edu>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jul 26, 2000 at 05:01:53PM -0400, Zhihui Zhang wrote: > > I am trying to play tetris in a GNOME terminal. > > # xtet42 > Can't allocate color > > What should I do? I am using FreeBSD 4.0-release. Thanks. Do an "echo $TERM" to see what TERM is set to. If its set to xterm add the following line to ~/.Xdefaults (create the file if it doesn't exist): *termName: xterm-color now "echo $TERM" (after restarting gnome-terminal) should show "xterm-color" and color should work with _all_ applications. Benedikt Schmidt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000727022235.A64338>