<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Screenshot on Symbolics LISP Engineering</title><link>https://symbolics.lisp.engineer/tag/screenshot/</link><description>Recent content in Screenshot on Symbolics LISP Engineering</description><generator>Hugo</generator><language>en-US</language><lastBuildDate>Wed, 05 May 2021 22:26:17 +0000</lastBuildDate><atom:link href="https://symbolics.lisp.engineer/tag/screenshot/index.xml" rel="self" type="application/rss+xml"/><item><title>Symbolics XL LAN Challenges</title><link>https://symbolics.lisp.engineer/symbolics-xl-lan-challenges/</link><pubDate>Wed, 05 May 2021 22:26:17 +0000</pubDate><guid>https://symbolics.lisp.engineer/symbolics-xl-lan-challenges/</guid><description>&lt;p&gt;I recently set up a LAN of my three XL Symbolics machines at home. The XL1201 which was having stability issues has been largely stabilized (thanks to help from David Schmidt). I will post more about this LAN soon, but I thought I would mention an interesting problem.&lt;/p&gt;&#10;&lt;p&gt;The machines connect to the LAN via an AUI to 10BaseT transceiver, to my core LAN which is a mixed 10G/1G LAN. The core router is a Ubiquiti EdgeRouter Pro which is attached to UNMS, their central management tool. When I connected these machines to the LAN, I was getting Merlin (the name of the CPU board) Ethernet errors on occasion, and eventually the computer would crash. I put the Symbolics computers on a separate segment connected only to a small Netgear switch and the EdgeRouter, but the computers kept crashing.&lt;/p&gt;</description></item><item><title>Genera Xquartz Keyboard</title><link>https://symbolics.lisp.engineer/genera-xquartz-keyboard/</link><pubDate>Sun, 17 Jul 2016 19:42:01 +0000</pubDate><guid>https://symbolics.lisp.engineer/genera-xquartz-keyboard/</guid><description>&lt;p&gt;It has taken some effort, but I finally created a reasonable (and close-to-default) keyboard layout and mapping for Genera for using a modern, 87-key &amp;ldquo;tenkeyless&amp;rdquo; keyboard under Xquartz. I became reasonably familiar (at a reading level) with Flavors and Genera&amp;rsquo;s X implementation while reverse engineering all this stuff. I also used the &lt;code&gt;apropos&lt;/code&gt; function a lot, of course.&lt;/p&gt;&#10;&lt;p&gt;This layout stays very close to the default one provided by Genera while adding a few tweaks such as:&lt;/p&gt;</description></item><item><title>MacIvory III Setup and X11</title><link>https://symbolics.lisp.engineer/macivory-iii-setup-and-x11/</link><pubDate>Tue, 12 Jul 2016 04:57:57 +0000</pubDate><guid>https://symbolics.lisp.engineer/macivory-iii-setup-and-x11/</guid><description>&lt;p&gt;As I haven&amp;rsquo;t had the time to continue to debug the XL1201 hardware problems, I turned back to the MacIvory III and an Intel i7 NUC I had.&lt;/p&gt;&#10;&lt;p&gt;First I set up Ubuntu 14.04 on the NUC with NFS and the &amp;ldquo;time&amp;rdquo; service, so I could use it as an always-on server for the Symbolics computers. This way I can put the full size SCSI computer away when I&amp;rsquo;m not actually imaging SCSI drives.&lt;/p&gt;</description></item><item><title>Displaying Genera on iMac</title><link>https://symbolics.lisp.engineer/displaying-genera-on-imac/</link><pubDate>Wed, 29 Jun 2016 19:11:12 +0000</pubDate><guid>https://symbolics.lisp.engineer/displaying-genera-on-imac/</guid><description>&lt;p&gt;Well, on a whim I decided to see if I could get Genera running on my iMac&amp;rsquo;s X display. (This way I can spare the 3620 Console from use while I figure out how to recap it.) It was a frustrating few hours fighting with XQuartz, actually.&lt;/p&gt;&#10;&lt;p&gt;First, I installed the latest &lt;a href="https://www.xquartz.org/"&gt;XQuartz&lt;/a&gt; and made it listen on port 6000.&lt;sup id="fnref:1"&gt;&lt;a href="#fn:1" class="footnote-ref" role="doc-noteref"&gt;1&lt;/a&gt;&lt;/sup&gt;&lt;/p&gt;&#10;&lt;p&gt;Then I set up my iMac as host &lt;code&gt;NEON&lt;/code&gt; in the Genera &lt;code&gt;Namespace Editor&lt;/code&gt; and typed &lt;code&gt;Start X Screen NEON :Geometry 1600x1200+100+100&lt;/code&gt;. Boom, Genera just showed up on my iMac X server.&lt;/p&gt;</description></item><item><title>Genera 8.3 Setup, Part 2</title><link>https://symbolics.lisp.engineer/genera-8-3-setup-part-2/</link><pubDate>Tue, 28 Jun 2016 04:07:18 +0000</pubDate><guid>https://symbolics.lisp.engineer/genera-8-3-setup-part-2/</guid><description>&lt;p&gt;Good evening with the XL1201 tonight. TL;DR:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Got NFS working on Genera, mostly&#10;&lt;ul&gt;&#10;&lt;li&gt;Need to fix UIDs&lt;/li&gt;&#10;&lt;li&gt;Showed editing a file on NFS server&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;/li&gt;&#10;&lt;li&gt;Showed the &lt;code&gt;SELECT-P&lt;/code&gt; peeking stuff&lt;/li&gt;&#10;&lt;li&gt;Saved file listings for downloading&lt;/li&gt;&#10;&lt;li&gt;Fine lines on the console&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;Continuing on from &lt;a href="https://symbolics.lisp.engineer/setting-up-genera-8-3-part-1/"&gt;Part 1&lt;/a&gt;&amp;hellip;&lt;/p&gt;&#10;&lt;h1 id="nfs-server-part-2"&gt;NFS Server, part 2&lt;/h1&gt;&#10;&lt;p&gt;Let&amp;rsquo;s export &lt;code&gt;/genera&lt;/code&gt; for use in all our Genera servers, and make a UID/GID especially for that. I&amp;rsquo;ll also export the root read-only directory just in case I want to access any of my other files on this server.&lt;/p&gt;</description></item><item><title>Clean Genera 8.3 FEPfs</title><link>https://symbolics.lisp.engineer/clean-genera-8-3-fepfs/</link><pubDate>Mon, 27 Jun 2016 11:46:00 +0000</pubDate><guid>https://symbolics.lisp.engineer/clean-genera-8-3-fepfs/</guid><description>&lt;p&gt;I was asked to provide a full list of all the files on the XL1201 Genera 8.3 hard drive I received from &lt;a href="http://symbolics-dks.com/"&gt;David K. Schmidt&lt;/a&gt;. Here they are in screenshot form from the first boot this past Thursday.&lt;/p&gt;&#10;&lt;p&gt;&lt;img src="https://symbolics.lisp.engineer/content/images/2016/06/IMG_1391.JPG" alt="Boot Herald"&gt;&#10;&lt;img src="https://symbolics.lisp.engineer/content/images/2016/06/IMG_1392.JPG" alt="FEPfs Root"&gt;&#10;&lt;img src="https://symbolics.lisp.engineer/content/images/2016/06/IMG_1393.JPG" alt="FEPfs Patches Dir"&gt;&#10;&lt;img src="https://symbolics.lisp.engineer/content/images/2016/06/IMG_1394.JPG" alt="FEPfs Tests Dir"&gt;&lt;/p&gt;</description></item><item><title>Setting Up Genera 8.3, Part 1</title><link>https://symbolics.lisp.engineer/setting-up-genera-8-3-part-1/</link><pubDate>Mon, 27 Jun 2016 04:48:00 +0000</pubDate><guid>https://symbolics.lisp.engineer/setting-up-genera-8-3-part-1/</guid><description>&lt;p&gt;I&amp;rsquo;m setting up Genera 8.3 on the XL1201 using a clean hard drive. Literally all this hard drive has on it is Genera 8.3 and these patches:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Genera 8.3 y2k patches&lt;/li&gt;&#10;&lt;li&gt;Copy world patch&lt;/li&gt;&#10;&lt;li&gt;Fepfs patch&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;&lt;img src="https://symbolics.lisp.engineer/content/images/2016/06/IMG_0873.JPG" alt="Genera 8.3 Herald"&gt;&#10;&lt;img src="https://symbolics.lisp.engineer/content/images/2016/06/IMG_0874.JPG" alt="FEP Files"&gt;&#10;&lt;img src="https://symbolics.lisp.engineer/content/images/2016/06/IMG_0875.JPG" alt="Detailed Herald"&gt;&lt;/p&gt;&#10;&lt;p&gt;This hard drive was sold by &lt;a href="http://symbolics-dks.com/"&gt;David K. Schmidt&lt;/a&gt; and has had most things set up already, so we&amp;rsquo;re not actually doing a full installation from CD-ROM.&lt;/p&gt;&#10;&lt;p&gt;Let me preface this by saying that I have read a lot of the documents on &lt;a href="http://bitsavers.informatik.uni-stuttgart.de/pdf/symbolics/software/genera_8/"&gt;Bitsavers&lt;/a&gt; but have no actual experience with Genera and haven&amp;rsquo;t had almost any guidance on what I&amp;rsquo;m attempting to try. My goal here is two-fold:&lt;/p&gt;</description></item><item><title>Clean Boot of Genera 8.3</title><link>https://symbolics.lisp.engineer/clean-boot-of-genera-8-3/</link><pubDate>Fri, 24 Jun 2016 00:04:00 +0000</pubDate><guid>https://symbolics.lisp.engineer/clean-boot-of-genera-8-3/</guid><description>&lt;p&gt;The XL1201 now boots nicely from a new ST318451LW Cheetah drive that &lt;a href="http://symbolics-dks.com/"&gt;David K. Schmidt&lt;/a&gt; sent (sold) me. It loads FEP version 333 and a clean Genera 8.3 distribution world with just a few patches:&lt;/p&gt;&#10;&lt;ul&gt;&#10;&lt;li&gt;Genera 8.3 y2k patches&lt;/li&gt;&#10;&lt;li&gt;Copy world patch&lt;/li&gt;&#10;&lt;li&gt;Fepfs patch&lt;/li&gt;&#10;&lt;/ul&gt;&#10;&lt;p&gt;&lt;strong&gt;Does anyone know what the &lt;code&gt;hold.fep&lt;/code&gt; file is?&lt;/strong&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;a href="https://symbolics.lisp.engineer/koken/content/clean-genera-83-distribution-site/"&gt;&lt;img src="https://symbolics.lisp.engineer/koken/storage/cache/images/000/373/IMG-0766,600.450.90.1.1466745644.JPG" width="600" height="450" /&gt;&lt;/a&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;a href="https://symbolics.lisp.engineer/koken/content/clean-genera/"&gt;&lt;img src="https://symbolics.lisp.engineer/koken/storage/cache/images/000/372/IMG-0767,600.450.90.1.1466745642.JPG" width="600" height="450" /&gt;&lt;/a&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;a href="https://symbolics.lisp.engineer/koken/content/clean-genera-1/"&gt;&lt;img src="https://symbolics.lisp.engineer/koken/storage/cache/images/000/371/IMG-0768,600.450.90.1.1466745640.JPG" width="600" height="450" /&gt;&lt;/a&gt;&lt;/p&gt;&#10;&lt;p&gt;&lt;a href="https://symbolics.lisp.engineer/koken/content/clean-genera-fep-files-3/"&gt;&lt;img src="https://symbolics.lisp.engineer/koken/storage/cache/images/000/370/IMG-0769,600.450.90.1.1466745637.JPG" width="600" height="450" /&gt;&lt;/a&gt;&lt;/p&gt;</description></item></channel></rss>