Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 12 Aug 2005 14:32:50 +0200
From:      cpghost <cpghost@cordula.ws>
To:        Tuc at T-B-O-H <ml@t-b-o-h.net>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: Text screen becomes graphics
Message-ID:  <20050812123250.GA655@epia2.farid-hajji.net>
In-Reply-To: <200508091647.j79GlKKx061504@himinbjorg.tucs-beachin-obx-house.com>
References:  <200508091647.j79GlKKx061504@himinbjorg.tucs-beachin-obx-house.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Aug 09, 2005 at 12:47:20PM -0400, Tuc at T-B-O-H wrote:
>         I'll be in a text window, no X running, and not doing anything
> complicated, and all of a sudden I'd get the screen looking like a bar code.
> I can't figure a way to clear it. If I start X, then exit out, its still
> seeming to be in graphics mode.
> 
>         Any idea whats happening?

This normally happens when you try to display binary files (e.g. with
cat(1)). One of the control characters toggles the terminal into this
mode, and another non printable control character toggles it back.
IIRC they were ASCII SI (Ctrl-O) and ASCII SO (Ctrl-N).

You may want to try reset(1) if you terminal gets garbled.

>                         Thanks, Tuc

Regards,
-cpghost.

-- 
Cordula's Web. http://www.cordula.ws/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050812123250.GA655>