phosphor(6x) | XScreenSaver manual | phosphor(6x) |
phosphor - simulates an old terminal with long-sustain phosphor
phosphor [--display host:display.screen] [--window] [--root] [--window-id number][--install] [--visual visual] [--font font] [--scale int] [--ticks int] [--delay usecs] [--program command] [--meta] [--esc] [--bs] [--del] [--fps]
The phosphor program draws text on the screen in a very large pixelated font that looks like an old low resolution dumb tty. The pixels flare and fade out as if the phosphor was very long-sustain. It is also a fully functional vt100 terminal emulator.
phosphor accepts the following options:
For example:
phosphor --program 'ping 8.8.8.8' phosphor --program 'ps -e' phosphor --program 'od -txC -w6 /dev/random' phosphor --program 'cat /dev/random' phosphor --scale 2 --program 'top' phosphor --scale 4 --program 'mtr www.kernel.org' phosphor --scale 4 --program 'emacs -nw -q -f life' phosphor --scale 4 --program 'emacs -nw -q --eval "(hanoi 5)"'If you have the festival(1) text-to-speech system installed, you can have it read the screen as phosphor prints it:
phosphor --program \ 'xscreensaver-text | tee /dev/stderr | festival --tts'You can also use phosphor as a lo-fi replacement for the xterm(1) and gnome-terminal(1) terminal emulators:
phosphor -delay 0 -program $SHELL
By default, phosphor allocates a pseudo-tty for the sub-process to run under. This has the desirable side effect that the program will be able to use ioctl(2) to fetch information about terminal parameters and window size, which many programs (such as top(1)) need to run properly. phosphor will also set the environment variable TERM to vt100 in the child process.
Any characters typed on the phosphor window will be passed along to the sub-process. (Note that this only works when running in "window" mode, not when running in --root mode under xscreensaver.)
xscreensaver(1), xscreensaver-text(6x), fortune(1), apple2(6x), starwars(6x), fontglide(6x), ljlatest(6x), dadadodo(1), webcollage(6x), driftnet(1) EtherPEG, EtherPeek, console_codes(4).
Copyright © 1999 by Jamie Zawinski. Permission to use, copy, modify, distribute, and sell this software and its documentation for any purpose is hereby granted without fee, provided that the above copyright notice appear in all copies and that both that copyright notice and this permission notice appear in supporting documentation. No representations are made about the suitability of this software for any purpose. It is provided "as is" without express or implied warranty.
Jamie Zawinski <jwz@jwz.org>, 27-Apr-99. Pty and vt100 emulation by Fredrik Tolf <fredrik@dolda2000.com>.
6.08 (10-Oct-2023) | X Version 11 |