Greetings,
Have any of you found a solution for the garbled text of Redhat 8.0. The ncurses library seems to be the problem - I am not sure though. For those who do not use RH 8.0, the problem is as follows, the display of most of the programs like ntsysv, cenetericq and various others is not aligned properly on the screen, also the screen is not refereshed when some changes are made and some new content is written above the old content on the screen. This happens in the text mode (non-GUI) and in all (xterm, konsole, etc) the terminal windows in the GUI as well.
Bye.
On Tue, 21 Jan 2003 19:27:41 +0530 Amish Munshi wrote:
Have any of you found a solution for the garbled text of Redhat 8.0. The ncurses library seems to be the problem - I am not sure though.
I couldn't observe this behaviour on my systems as of now. Try updating your system once. This might be a problem with fonts - there were some font updates available pretty soon after the release, IIRC.
On Tue, Jan 21, 2003 at 07:27:41PM +0530, Amish Munshi wrote:
Greetings,
Have any of you found a solution for the garbled text of Redhat 8.0. The ncurses library seems to be the problem - I am not sure though. For those who do not use RH 8.0, the problem is as follows, the display of most of the programs like ntsysv, cenetericq and various others is not aligned properly on the screen, also the screen is not refereshed when some changes are made and some new content is written above the old content on the screen. This happens in the text mode (non-GUI) and in all (xterm, konsole, etc) the terminal windows in the GUI as well.
I used Redhat 8 for a period of 2 months but found no such problem. The programs I tried were make menuconfig(for a new kernel) Konsole xterm naim BitchX All the above worked fine on my PC. So maybe it is related to some hardware specific stuff. It might help mentioning some h/w details. Also, you might want to try and "downgrade" the ncurses library to an older version. (I am saying this because I had similar problems in Mutt yesterday and downgrading Mutt solved the problem - wierd, yes but worked nonetheless).
Try this
export LANG=C
ciao Anand
On Tue, Jan 21, 2003 at 07:27:41PM +0530, Amish Munshi wrote:
Greetings,
Have any of you found a solution for the garbled text of Redhat 8.0. The ncurses library seems to be the problem - I am not sure though. For those who do not use RH 8.0, the problem is as follows, the display of most of the programs like ntsysv, cenetericq and various others is not aligned properly on the screen, also the screen is not refereshed when some changes are made and some new content is written above the old content on the screen. This happens in the text mode (non-GUI) and in all (xterm, konsole, etc) the terminal windows in the GUI as well.
Bye.
-- Amish K. Munshi In GNU we trust.
-- _______________________________________________
On Tue, 21 Jan 2003, Amish Munshi wrote:
Have any of you found a solution for the garbled text of Redhat 8.0. The ncurses library seems to be the problem - I am not sure though.
[snip]
content on the screen. This happens in the text mode (non-GUI) and in all (xterm, konsole, etc) the terminal windows in the GUI as well.
Hi,
This may be caused by $LANG set to en_US.UTF-8 in RH 8.0, here a script I cobbled to fix it automatically on terminals.
------- lang_xterm.sh -------- # # $LANG modifications for xterms and VTs # # VTs TermType=`/sbin/consoletype` if [ "$TermType" == "vt" ]; then # console virtual terminal export LANG=en_US fi # xterms and others bin_term=`ps --no-headers $PPID | awk '{print $5}'` case $bin_term in gnome-terminal) # UTF Enabled ;; *) if [ "$TermType" == "pty" ]; then export LANG=en_US fi ;; esac unset TermType bin_term ------ lang_xterm.sh -------
Put this in /etc/profile.d/, and it will be executed everytime you start a bash shell. This fixes man page display etc. For certain apps you may need to do,
...]$ LANG=en_US command &
So you can just alias it or something.
Best regards, Rajesh
Amish Munshi wrote:
Greetings,
Have any of you found a solution for the garbled text of Redhat 8.0. The ncurses library seems to be the problem - I am not sure though. For those who do not use RH 8.0, the problem is as follows, the display of most of the programs like ntsysv, cenetericq and various others is not aligned properly on the screen, also the screen is not refereshed when some changes are made and some new content is written above the old content on the screen. This happens in the text mode (non-GUI) and in all (xterm, konsole, etc) the terminal windows in the GUI as well.
Bye.
I faced similar problems. You may download multi-gnome-terminal from http://psyche.freshrpms.net/. This will most probably solve your problems. You will find various other interesting rpms for RH 8.0 on this site. manoj
On Fri, Jan 24, 2003 at 06:09:28PM +0530, Manoj Kumar Singh wrote:
Amish Munshi wrote:
display of most of the programs like ntsysv, cenetericq and various others is not aligned properly on the screen, also the screen is not refereshed when some changes are made and some new content is written above the old content on the screen. This happens in the text mode (non-GUI) and in all (xterm, konsole, etc) the terminal windows in the GUI as well.
I faced similar problems. You may download multi-gnome-terminal from http://psyche.freshrpms.net/. This will most probably solve your problems. You will find various other interesting rpms for RH 8.0 on this site.
What causes this? Which systems are likely to be affected?
Sameer.
On Fri, Jan 24, 2003 at 07:52:22PM +0530, Saner D. Sahasrabuddhe wrote:
On Fri, Jan 24, 2003 at 06:09:28PM +0530, Manoj Kumar Singh wrote:
(xterm, konsole, etc) the terminal windows in the GUI as well.
I faced similar problems. You may download multi-gnome-terminal from
What causes this? Which systems are likely to be affected?
This is no infection or virus, just a case where software (A linux distribution) was released when it wasnt ready. It is only a bug, but I still need to find a solution for it. I have not yet downloaded the gnome-terminal but will definately do it in a few hours. Also I have this problem mainly when I increase the number of virtual terminals from 6 to say about 10 (These are the Alt+F1-F10 terminals on a local login).
Sameer.