Date: Fri, 10 Oct 2008 09:29:13 +0100 From: Frank Shute <frank@shute.org.uk> To: borish@gmx.de Cc: questions@freebsd.org Subject: Re: Sysinstall Message-ID: <20081010082913.GA5040@melon.esperance-linux.co.uk> In-Reply-To: <op.uirsg0uw853yip@thinkpad> References: <op.uirsg0uw853yip@thinkpad>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Oct 09, 2008 at 08:32:50PM +0200, borish@gmx.de wrote:
>
> Hi,
>
> I have the following prblem with sysinstall: when I run sysinstall inside
> an xterm I find it very difficult to read the yellow font on the gray
> background, which appears very light on my laptop LCD and also on an Eizo
> LCD. Strangely, the gray is much darker if I run sysinstall from the
> console outside X. Is there a way to make the gray darker when sysinstall
> is run inside an xterm?
>
> I'm running fbsd 7.
>
> Best regards,
> Boris
Put this mapping in ~/.Xdefaults:
XTerm*VT100*translations: #override \
<KeyPress>F6 : set-reverse-video(toggle)
Then:
$ xrdb -load $HOME/.Xdefaults
Then press F6 to get a clearer sysinstall.
Regards,
--
Frank
Contact info: http://www.shute.org.uk/misc/contact.html
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081010082913.GA5040>
