[SuSE Linux] Goofy Graphics on Console Screen
While working on compiling a program, I "grep"d for a function name, but inadvertantly left off the ".c" file extension. When grep displayed a line of one of the object code files, the display began to display all the lowercase characters as graphic (linedraw?) characters. I can log off, log back in, kill and restart the getty, but to no avail. The stty command shows nothing unusual for this tty, and stty sane doesn't change anything. I've seen this happen while using terminal emulation, and resetting the emulation software cleans it up. Of course, rebooting will fix it as well. I just wondered if anyone knew a handy-dandy command to fix this short of a reboot. Rebooting seems so... un-UN*X... Thanks, Glenn Glenn & Charissa Wade * Wade Into Learning * Unix/Linux Programming Waco, Texas * Home School * Ham Radio KD5PV/KD5BAM ************ Hope and Home built on faith in Jesus Christ ************ - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Hi, On Thu, Dec 24, 1998 at 10:53 -0600, Glenn Wade wrote:
While working on compiling a program, I "grep"d for a function name, but inadvertantly left off the ".c" file extension. When grep displayed a line of one of the object code files, the display began to display all the lowercase characters as graphic (linedraw?) characters. I can log off, log back in, kill and restart the getty, but to no avail. The stty command shows nothing unusual for this tty, and stty sane doesn't change anything.
A `reset' should fix it. Ciao, Stefan - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
On Thu, 24 Dec 1998, Glenn Wade wrote:
I just wondered if anyone knew a handy-dandy command to fix this short of a reboot. Rebooting seems so... un-UN*X...
After cating a binary file and getting a bad console I run /usr/bin/reset to clean it up. Terry - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
On Thu, 24 Dec 1998, Glenn Wade wrote:
I've seen this happen while using terminal emulation, and resetting the emulation software cleans it up. Of course, rebooting will fix it as well.
I just wondered if anyone knew a handy-dandy command to fix this short of a reboot. Rebooting seems so... un-UN*X...
Use 'reset' or 'echo -e '\033c'. That should reset everything for you. -M - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Thanks to: Terrance L Eck Michael Johnson Stefan Troeger who suggested the "reset" command. Cleaned it all up. Glenn ==================== My original message: ====================
While working on compiling a program, I "grep"d for a function name, but inadvertantly left off the ".c" file extension. When grep displayed a line of one of the object code files, the display began to display all the lowercase characters as graphic (linedraw?) characters. I can log off, log back in, kill and restart the getty, but to no avail. The stty command shows nothing unusual for this tty, and stty sane doesn't change anything.
I've seen this happen while using terminal emulation, and resetting the emulation software cleans it up. Of course, rebooting will fix it as well.
I just wondered if anyone knew a handy-dandy command to fix this short of a reboot. Rebooting seems so... un-UN*X...
Thanks, Glenn Glenn & Charissa Wade * Wade Into Learning * Unix/Linux Programming Waco, Texas * Home School * Ham Radio KD5PV/KD5BAM ************ Hope and Home built on faith in Jesus Christ ************
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Hi, On Thu, Dec 24, Glenn Wade wrote:
While working on compiling a program, I "grep"d for a function name, but inadvertantly left off the ".c" file extension. When grep displayed a line of one of the object code files, the display began to display all the lowercase characters as graphic (linedraw?) characters. I can log off, log back in, kill and restart the getty, but to no avail. The stty command shows nothing unusual for this tty, and stty sane doesn't change anything.
I've seen this happen while using terminal emulation, and resetting the emulation software cleans it up. Of course, rebooting will fix it as well.
I just wondered if anyone knew a handy-dandy command to fix this short of a reboot. Rebooting seems so... un-UN*X...
Thanks, Glenn -o) Hubert Mantel Goodbye, dots... /\\ _\_v
Press <ctrl><v> <ctrl><o> <ENTER> With this sequence you switch back to the default font. I think meanwhile "reset" will do that for you, also. - To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
Thanks. The "reset" command did the job, but I will keep this command sequence in mind as well. Glenn __________________________________________________________________________ Glenn Wade Heart of Texas Region MHMR - Waco, Texas gaw@hotrwaco.hhscn.org Phone: 254-752-3451 Fax: 254-756-3133 On Mon, 28 Dec 1998, Hubert Mantel wrote:
Press <ctrl><v> <ctrl><o> <ENTER>
With this sequence you switch back to the default font. I think meanwhile "reset" will do that for you, also.
-o) Hubert Mantel Goodbye, dots... /\\ _\_v -
- To get out of this list, please send email to majordomo@suse.com with this text in its body: unsubscribe suse-linux-e Check out the SuSE-FAQ at <A HREF="http://www.suse.com/Support/Doku/FAQ/"><A HREF="http://www.suse.com/Support/Doku/FAQ/</A">http://www.suse.com/Support/Doku/FAQ/</A</A>> and the archiv at <A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html"><A HREF="http://www.suse.com/Mailinglists/suse-linux-e/index.html</A">http://www.suse.com/Mailinglists/suse-linux-e/index.html</A</A>>
participants (6)
-
eck@ti.com
-
gaw@hotrwaco.hhscn.org
-
glenwade@swbell.net
-
hekate@intergate.bc.ca
-
mantel@suse.de
-
stefan.troeger@wirtschaft.tu-chemnitz.de