Hi Nabin:

I had a slightly different problem, I found it very difficult
to read the coloured text, but I too wanted to force monochrome
display. It does not appear that there is an easy way to disable
this feature but I was able to work around it. If you add the following
lines to your .bash_profile file then you should
achieve the desired results.

if [ "${TERM}" == "ansi" ]; then
        TERM=ansi-m
fi
if [ "${TERM}" == "linux" ]; then
        TERM=linux-m
fi

HTH

Regards, Hugh

--
Hugh E Cruickshank, Forward Software, www.forward-software.com

From: [EMAIL PROTECTED] Sent: Wednesday, June 18, 2003 07:45
>
> Hi all,
>
> I need to run Red Hat 8 on a computer having monochrome monitor.
> Since RH 8 uses different colors for file name, directory etc,
> monochrome can't display them. So how can I change the font setting
> to be only in black and white (i.e not in coloured one)
>
> With Regards
> Nabin Limbu


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to