From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-1.0 required=5.0 tests=MAILING_LIST_MULTI autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 5702 invoked from network); 26 Feb 2023 01:28:03 -0000 Received: from minnie.tuhs.org (2600:3c01:e000:146::1) by inbox.vuxu.org with ESMTPUTF8; 26 Feb 2023 01:28:03 -0000 Received: from minnie.tuhs.org (localhost [IPv6:::1]) by minnie.tuhs.org (Postfix) with ESMTP id 3DF3143276; Sun, 26 Feb 2023 11:27:59 +1000 (AEST) Received: from mcvoy.com (mcvoy.com [192.169.23.250]) by minnie.tuhs.org (Postfix) with ESMTPS id 9446243275 for ; Sun, 26 Feb 2023 11:27:54 +1000 (AEST) Received: by mcvoy.com (Postfix, from userid 3546) id 0E23135E934; Sat, 25 Feb 2023 17:27:54 -0800 (PST) Date: Sat, 25 Feb 2023 17:27:54 -0800 From: Larry McVoy To: Dan Cross Message-ID: <20230226012753.GA12775@mcvoy.com> References: <58626A0B-EF9C-4920-8E20-CE0C4210BA6A@planet.nl> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.24 (2015-08-30) Message-ID-Hash: NVF7ROY3H2DE5VLIYJL4AG524SCH4RVP X-Message-ID-Hash: NVF7ROY3H2DE5VLIYJL4AG524SCH4RVP X-MailFrom: lm@mcvoy.com X-Mailman-Rule-Misses: dmarc-mitigation; no-senders; approved; emergency; loop; banned-address; member-moderation; nonmember-moderation; administrivia; implicit-dest; max-recipients; max-size; news-moderation; no-subject; digests; suspicious-header CC: Paul Ruizendaal , "tuhs@tuhs.org" X-Mailman-Version: 3.3.6b1 Precedence: list Subject: [TUHS] Re: Early GUI on Linux List-Id: The Unix Heritage Society mailing list Archived-At: List-Archive: List-Help: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: On Sat, Feb 25, 2023 at 05:49:36PM -0500, Dan Cross wrote: > > - were there any window systems popular on early Linux other than X? > > Not really. The context at the time was that a lot of folks (well, me) > wanted a workstation-like experience, but on a machine we could > individually afford. That basically meant bringing over most of the > staples one was used to on a (Sun|DEC|HP|SGI) machine, which almost > universally implied X as a prerequisite. Folks wanted to be able to > use their customized shell startup files and so on, but also their > window manager configurations and the like. Yep, this exactly. I was the weird who carried around an X10 tape, then an X11 tape, and built all that so it ran on (Sun|DEC|HP|SGI). I despised all those fancy guis that $VENDOR built, I just wanted to get work done and I wanted to do it as much as possible the same way on each box. So when Linux came around, hello X! --lm