You are not logged in.

#1 2012-05-23 21:00:27

ConnorBehan
Package Maintainer (PM)
From: Long Island NY
Registered: 2007-07-05
Posts: 1,359
Website

One time error that didn't bug me at all but was kinda neat

One time when I logged out of xfce and returned to my framebuffer console, I got this.

zRkDO.png

It is usually white on black instead of red on black. Nothing out of the ordinary was in my dmesg or Xorg.0.log and I haven't been able to make it do this since. All other ttys were white on black, only tty1 from which I had called startx turned to red. When I shut down, the text became white again once it left runlevel 3. Thoughts on this? It is one of the stranger things I have seen.

Last edited by ConnorBehan (2012-05-23 21:09:14)


6EA3 F3F3 B908 2632 A9CB E931 D53A 0445 B47A 0DAB
Great things come in tar.xz packages.

Offline

#2 2012-05-23 21:19:58

Trilby
Inspector Parrot
Registered: 2011-11-29
Posts: 29,621
Website

Re: One time error that didn't bug me at all but was kinda neat

Something may have caused X to output an escape sequence (eg "\e[31m") that would change the color.  I'm not sure what might do this by accident, but if desired it'd be very easy to get any application to do this.


"UNIX is simple and coherent..." - Dennis Ritchie, "GNU's Not UNIX" -  Richard Stallman

Offline

#3 2012-05-23 21:56:59

DSpider
Member
From: Romania
Registered: 2009-08-23
Posts: 2,273

Re: One time error that didn't bug me at all but was kinda neat

Or you can have it tailed in a transparent terminal on the desktop:

Dwmlc.jpg

alias startx='startx &> ~/.Xoutput'
$ aterm -T bgterm -tr +sb -bl -g 150x20+33+888 -fn "-*-fixed-*-*-*-*-7-*-*-*-*-*-*-*" -fg black -bg white -cr "#F2F2FE" -e tail -F -n +3 ~/.Xoutput

Easier to copy-paste too. Just select the text and use the mouse scroll button. wink


"How to Succeed with Linux"

I have made a personal commitment not to reply in topics that start with a lowercase letter. Proper grammar and punctuation is a sign of respect, and if you do not show any, you will NOT receive any help (at least not from me).

Offline

Board footer

Powered by FluxBB