5

I stumbled on this question today asking for a Bob screensaver. I can recall that and it reminded me of days past. I also remember a screen saver, either life or snake - i can't remember which or perhaps it was both, that rendered the Sun microsystems logo.

I wonder if that's still available somewhere ?

(Those of a certain age may also remember the Motif kit cat version of xclock which I found again on GitHub.)

starfry
  • 7,302
  • 6
  • 47
  • 69
  • Thanks for the tips! But sadly, *all* the links are to the same video - the Bob screensaver... – Baard Kopperud Mar 15 '17 at 18:36
  • You can also find the source code for lots of versions of `xscreensaver` at **archive.org**. Just type in the URL to the xscreensaver's download-page in the WayBackMachine. Not all versions are there, but lots of them are - all the way back to about 2006 (prior to that, they don't seem to have gotten the tar.gz-archives). – Baard Kopperud Mar 15 '17 at 18:39
  • I fixed the links. I don't know how that happened! – starfry Mar 15 '17 at 21:26
  • You can always get the Sun BSOD screen. Just install xscreensaver-screensaver-bsod then go in and set the settings to show Sun. That one is kinda fun. – SDsolar May 11 '17 at 09:42

2 Answers2

3

The xlock included in Solaris used the Sun logo for the Game of Life mode. The sources to it were published during the OpenSolaris days, though I think we had to replace the logo with a generic image for trademark reasons. They're currently posted under https://github.com/oracle/solaris-xorg/tree/master/open-src/app/xlock/sun-src (or git clone https://github.com/oracle/solaris-xorg.git ; cd open-src/app/xlock).

This screenshot is from xlock -mode life running on Solaris 10:

Screenshot of Solaris lock screen displaying Game of Life with Sun logo for cells

alanc
  • 2,996
  • 16
  • 27
0

I don't have a link handy, but I seem to recall stumbling upon an "Open" OpenWindows distro that might have what you're looking for. However, since the source was probably closed and for SPARC, you might only find it if someone liked it and rewrote it for their platform of choice?

sleepyweasel
  • 1,013
  • 5
  • 11
  • you're probably right that it's closed-source. I have some solaris media from some time ago, I might take a look at that if I get some time... Oh, I just did a quick search and found [openlook on sourceforge](https://sourceforge.net/projects/openlook) – starfry Mar 15 '17 at 21:31
  • The CDE (Common Desktop Environment) is also on sourceforge and another possibility. – Matthew Gauthier Mar 16 '17 at 00:54