You are not logged in.

#1 2010-02-11 14:52:27

zowki
Member
From: Trapped in The Matrix
Registered: 2008-11-27
Posts: 582
Website

Anything like this for Linux?

I found glterminal for Mac:
http://ldopa.net/2006/01/14/glterminal/

Is there anything similair to Linux? I not I was thinking of writing one using the SDL graphics library.


How's my programming? Call 1-800-DEV-NULL

Offline

#2 2010-02-11 14:59:32

Dieter@be
Forum Fellow
From: Belgium
Registered: 2006-11-05
Posts: 2,001
Website

Re: Anything like this for Linux?

yuck. wtf. must be slow also


< Daenyth> and he works prolifically
4 8 15 16 23 42

Offline

#3 2010-02-11 15:11:47

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: Anything like this for Linux?

"It even simulates baud rate lag."
No thanks smile

Offline

#4 2010-02-11 15:17:30

zowki
Member
From: Trapped in The Matrix
Registered: 2008-11-27
Posts: 582
Website

Re: Anything like this for Linux?

Baud rate lag is good, it gives you time to read messages without them whizzing pass the scrollback.


How's my programming? Call 1-800-DEV-NULL

Offline

#5 2010-02-11 15:24:16

hidefromkgb
Member
Registered: 2009-08-03
Posts: 146

Re: Anything like this for Linux?

I think "XAnalogTV" and some other X screensavers like "Apple2" share a common library for displaying such effects (CRT ray sync glitches, "snow" on screen, simulated CRT-like pixel grid, variable RGB horizontal shift and so on).
Guess that video output can somehow be piped through it (thus, you can get any terminal working in such "mode" smile).

xterm wrote:

$ ldd /usr/lib/xscreensaver/apple2
    linux-vdso.so.1 =>  (0x00007fffe57ff000)
    libXt.so.6 => /usr/lib/libXt.so.6 (0x00007f182961f000)
    libX11.so.6 => /usr/lib/libX11.so.6 (0x00007f18292e6000)
    libXmu.so.6 => /usr/lib/libXmu.so.6 (0x00007f18290cd000)
    libXext.so.6 => /usr/lib/libXext.so.6 (0x00007f1828ebb000)
    libm.so.6 => /lib/libm.so.6 (0x00007f1828c3a000)
    libutil.so.1 => /lib/libutil.so.1 (0x00007f1828a37000)
    libc.so.6 => /lib/libc.so.6 (0x00007f18286e0000)
    libSM.so.6 => /usr/lib/libSM.so.6 (0x00007f18284d8000)
    libICE.so.6 => /usr/lib/libICE.so.6 (0x00007f18282bd000)
    libxcb.so.1 => /usr/lib/libxcb.so.1 (0x00007f18280a2000)
    libdl.so.2 => /lib/libdl.so.2 (0x00007f1827e9e000)
    /lib/ld-linux-x86-64.so.2 (0x00007f1829882000)
    libuuid.so.1 => /lib/libuuid.so.1 (0x00007f1827c9a000)
    libXau.so.6 => /usr/lib/libXau.so.6 (0x00007f1827a98000)
    libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0x00007f1827893000)

something amongst these...

Last edited by hidefromkgb (2010-02-11 15:35:28)

Offline

#6 2010-02-11 17:06:58

tomd123
Developer
Registered: 2008-08-12
Posts: 565

Re: Anything like this for Linux?

zowki wrote:

Baud rate lag is good, it gives you time to read messages without them whizzing pass the scrollback.

ctrl+s and there are other ways too

Offline

#7 2010-02-11 18:29:27

funkyou
Member
From: Berlin, DE
Registered: 2006-03-19
Posts: 848
Website

Re: Anything like this for Linux?

/usr/lib/xscreensaver/phosphor -scale 2 -program 'bash'

It should also work with apple2. These hacks have pty and vt100 support since 2004, have fun smile


want a modular and tweaked KDE for arch? try kdemod

Offline

#8 2010-02-12 00:39:31

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Anything like this for Linux?

Nothing a gallon of Jack Daniel's and a tube of model airplane glue couldn't simulate.

Offline

#9 2010-02-12 02:27:32

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: Anything like this for Linux?

Very cool. I like this.

Offline

#10 2010-02-12 02:29:48

Skripka
Member
From: 2X1280X1024
Registered: 2009-02-19
Posts: 555

Re: Anything like this for Linux?

skottish wrote:

Nothing a gallon of Jack Daniel's and a tube of model airplane glue couldn't simulate.

It wouldn't be funny if it were not true...

Offline

#11 2010-02-12 03:40:59

n0dix
Member
Registered: 2009-09-22
Posts: 956

Re: Anything like this for Linux?

i like that!, If there is an app i want to know.

Offline

#12 2010-02-12 05:21:20

tavianator
Member
From: Waterloo, ON, Canada
Registered: 2007-08-21
Posts: 859
Website

Re: Anything like this for Linux?

funkyou wrote:
/usr/lib/xscreensaver/phosphor -scale 2 -program 'bash'

It should also work with apple2. These hacks have pty and vt100 support since 2004, have fun smile

You might want "-delay 1000" or something, otherwise it's slow as molasses (9 seconds to render my $PS1).  That's pretty awesome though, I'm considering making it my new default terminal emulator smile

Offline

#13 2010-02-12 10:57:07

R00KIE
Forum Fellow
From: Between a computer and a chair
Registered: 2008-09-14
Posts: 4,734

Re: Anything like this for Linux?

It's amazing that people wanted to move away from crts because of all those problems, now someone wants to emulate all the defects of the really old crts ... it's fun to watch but must be a pain to use.


R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K

Offline

#14 2010-02-12 11:43:00

zowki
Member
From: Trapped in The Matrix
Registered: 2008-11-27
Posts: 582
Website

Re: Anything like this for Linux?

R00KIE wrote:

It's amazing that people wanted to move away from crts because of all those problems, now someone wants to emulate all the defects of the really old crts ... it's fun to watch but must be a pain to use.

I'm very much in love with retro computing. Having been born too late and missing the 8 bit microcomputing era makes me sad.


How's my programming? Call 1-800-DEV-NULL

Offline

#15 2010-02-12 13:47:45

hidefromkgb
Member
Registered: 2009-08-03
Posts: 146

Re: Anything like this for Linux?

funkyou wrote:
/usr/lib/xscreensaver/phosphor -scale 2 -program 'bash'

It should also work with apple2. These hacks have pty and vt100 support since 2004, have fun smile

Hm... I shouldn't have skipped the manpage.
Since now, my default terminal emulator is

/usr/lib/xscreensaver/apple2 -text -program 'bash'

Thanks, funkyou!

[UPD:] Oh, sh—! It's a pain to watch how hard Midnight Commander tries to redraw smile

Last edited by hidefromkgb (2010-02-12 13:51:27)

Offline

#16 2010-02-12 14:33:07

zowki
Member
From: Trapped in The Matrix
Registered: 2008-11-27
Posts: 582
Website

Re: Anything like this for Linux?

/usr/lib/xscreensaver/phosphor -scale 2 -program 'bash'

I really like this one a lot. Its just missing the CRT glitches to make it look truly old school.


How's my programming? Call 1-800-DEV-NULL

Offline

#17 2010-02-12 19:20:14

moljac024
Member
From: Serbia
Registered: 2008-01-29
Posts: 2,676

Re: Anything like this for Linux?

zowki wrote:
/usr/lib/xscreensaver/phosphor -scale 2 -program 'bash'

I really like this one a lot. Its just missing the CRT glitches to make it look truly old school.

lol try running mc in that


The day Microsoft makes a product that doesn't suck, is the day they make a vacuum cleaner.
--------------------------------------------------------------------------------------------------------------
But if they tell you that I've lost my mind, maybe it's not gone just a little hard to find...

Offline

#18 2010-02-12 22:48:47

fsckd
Forum Fellow
Registered: 2009-06-15
Posts: 4,173

Re: Anything like this for Linux?

If you want to be retro and old school, do away with the monitor entirely and get a line printer.


aur S & M :: forum rules :: Community Ethos
Resources for Women, POC, LGBT*, and allies

Offline

#19 2010-02-12 23:19:29

Anikom15
Banned
From: United States
Registered: 2009-04-30
Posts: 836
Website

Re: Anything like this for Linux?

IMO It's a good thing you missed the 8-bit era. You learned to NOT pay for software. This newer generation of pc users have all the free software they need!


Personally, I'd rather be back in Hobbiton.

Offline

#20 2010-02-12 23:30:16

Acecero
Member
Registered: 2008-06-21
Posts: 1,373

Re: Anything like this for Linux?

If you want apple2 old school, why not find an emulator for that, and enjoy what's "virtually" real old school.

Last edited by Acecero (2010-02-12 23:30:54)

Offline

#21 2010-02-14 01:29:46

Misfit138
Misfit Emeritus
From: USA
Registered: 2006-11-27
Posts: 4,189

Re: Anything like this for Linux?

Where I started:
c64screen%5B1%5D_3.gif

Offline

#22 2010-02-14 01:56:38

skottish
Forum Fellow
From: Here
Registered: 2006-06-16
Posts: 7,942

Re: Anything like this for Linux?

Ah, the Commodore 64. That was an awesome machine.

Offline

#23 2010-02-14 01:58:52

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Anything like this for Linux?

Ditto, Misfit138. That's where I started myself.


Matt

"It is very difficult to educate the educated."

Offline

#24 2010-02-15 06:11:18

sand_man
Member
From: Australia
Registered: 2008-06-10
Posts: 2,164

Re: Anything like this for Linux?

mrunion wrote:

Ditto, Misfit138. That's where I started myself.

Me too. That was my first taste of programming!


neutral

Offline

#25 2010-02-15 07:49:50

Lich
Member
Registered: 2009-09-13
Posts: 437

Re: Anything like this for Linux?

Guess we're arch enemies, since THIS is where I started big_smile 1044131713_b6cdf70c1a.jpg

Last edited by Lich (2010-02-15 07:50:26)


Archlinux | ratpoison + evilwm | urxvtc | tmux

Offline

Board footer

Powered by FluxBB