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.5 required=5.0 tests=BULK_RE_SUSP_NTLD, FROM_SUSPICIOUS_NTLD autolearn=no autolearn_force=no version=3.4.4 Received: (qmail 20741 invoked from network); 5 Dec 2022 17:02:25 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 5 Dec 2022 17:02:25 -0000 Received: from eve.beecloudy.net ([145.239.136.211]) by 9front; Mon Dec 5 12:00:58 -0500 2022 Received: from localhost (localhost [127.0.0.1]) by eve.beecloudy.net (Postfix) with ESMTP id 4F9D025D03 for <9front@9front.org>; Mon, 5 Dec 2022 18:00:49 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at eve.beecloudy.net Received: from eve.beecloudy.net ([127.0.0.1]) by localhost (eve.beecloudy.net [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Zj088b51XYAR for <9front@9front.org>; Mon, 5 Dec 2022 18:00:49 +0100 (CET) Received: from penelope.mx (eva.beecloudy.net [145.239.136.208]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by eve.beecloudy.net (Postfix) with ESMTPS id 3591F25DA0 for <9front@9front.org>; Mon, 5 Dec 2022 18:00:49 +0100 (CET) Received: from cirno.home (unknown [37.228.247.85]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client did not present a certificate) by penelope.mx (Postfix) with ESMTPSA id EF5CB251A4F; Mon, 5 Dec 2022 18:00:48 +0100 (CET) Message-ID: <9034292F02B91780D58C5A13230B1674@cirno.home> To: 9front@9front.org From: Nicola Girardi Date: Mon, 05 Dec 2022 18:00:26 +0100 In-Reply-To: <725346B4AB433FCDEFA371CB965EE6A6@cirno.home> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: anonymous plugin persistence cloud-based package Subject: Re: [9front] Question re: RPI video performance Reply-To: 9front@9front.org Precedence: bulk Quoth Nicola Girardi : > Quoth Steve Simon : > > > > which pi do you have, the ancient ones can be slow but 3b and 4 have been fine for me. > > This one's a 2b+, but I had the same behavior with a 3b+. > > I did try Miller's image (with some effort, as I didn't have a spare > SD card, but was curious) for comparison and the video *seems* faster > but I think it's just because the acme implementation there doesn't > redraw a window each time a character is added to its tag. :-) The above experiment led me to the conclusion that I could run 4e acme in 9front to have fewer redraws, at the expense of not having 9front's new features and bugfixes. Incredible how easy it was to do that thanks to namespaces and static binaries: I bound the plan9-4e sources to /sys/src, a ramfs to /arm/lib, and built acme and necessary libraries from there, installed in /arm/bin, then deleted the window. Thanks for the hints given so far. Nicola