Replies: 19 comments 59 replies
-
I wonder if we could put up a chart of CPU / OS / author / versions / notes / benchmarks / test results / etc. I imagine we could repurpose the Medley Wiki for that, or even open up a maiko wiki, if adding such a thing to Hugo would be a big deal. Or we could make it another "pinned" Discussion -- not sure of which technology to use. What's the smallest / cheapest / fastest implementation? Anyone get Risc V going? Other linux distros? |
Beta Was this translation helpful? Give feedback.
-
The XWayland compatibility layer should work for Medley on Debian Bookworm on RPi. You'd have to compile it there - not sure if it would require the specification of an extra library. [edit: install the xwayland package; see https://wiki.debian.org/Wayland ] |
Beta Was this translation helpful? Give feedback.
-
What architecture are the |
Beta Was this translation helpful? Give feedback.
-
shouldn't the release |
Beta Was this translation helpful? Give feedback.
-
I've just installed and configured my new Raspberry Pi 400 and quickly checked Medley. Medley Online works great as usual, here it is in Chromium: Then I installed the latest AArch64 lde not found in /usr/local/interlisp/medley/../maiko/linux.aarch64
osversion = linux
machinetype = aarch64
Linux raspberrypi 6.1.0-rpi6-rpi-v8 #1 SMP PREEMPT Debian 1:6.1.58-1+rpt2 (2023-10-27) aarch64 GNU/Linux This is just a quick test, I'll investigate further. |
Beta Was this translation helpful? Give feedback.
-
Success! I installed the
Translation of the messages in Italian (the
Here's Medley on the desktop: And here at full screen: The only known issue is Medley uses the default English keyboard layout and doesn't recognize my Italian one. Also, text in the Exec is printed at a speed similar to a TTY terminal and individual characters can be seen appearing one at a time. Is this the level of performance D machines delivered back in the day? |
Beta Was this translation helpful? Give feedback.
-
On 11/7/2023 6:09 AM, Paolo Amoroso wrote:
...
The only known issue is Medley uses the default English keyboard
layout and doesn't recognize my Italian one. Also, text in the Exec is
printed at a speed similar to a TTY terminal and individual characters
can be seen appearing one at a time. Is this the level of performance
D machines delivered back in the day?
Definitely not. Even the D0 zipped out text fast enough that it looked
like the entire line appeared at once.
- Michele
|
Beta Was this translation helpful? Give feedback.
-
When I SSH with X forwarding to the Pi 400 from my Chromebox via |
Beta Was this translation helpful? Give feedback.
-
Do other X11 programs displaying through Xwayland show similar slowdowns? To get through a comparable path it would need to be something that displays monochrome bitmaps. |
Beta Was this translation helpful? Give feedback.
-
Ordinary X programs that output in color have no such slowdown in Wayland on the Pi 400. Right now I can't think of any that displays only monochrome bitmaps. When I find a screencasting tool with Wayland support, I'll record a session to show you how slow launching Medley is with Wayland. I'd try to build Medley from source with SDL2 support for AArch64 but |
Beta Was this translation helpful? Give feedback.
-
Never mind, I found the instructions for building with SDL2. |
Beta Was this translation helpful? Give feedback.
-
I successfully built from source the SDL branch of Maiko and both How do I proceed? Assuming |
Beta Was this translation helpful? Give feedback.
-
With
But the files of the already installed packaged version do work with the SDL version of Maiko. I set This time Medley starts up instantly and performance is generally good. For example, the DInfo windows open instantly and clicking a node in the tree window instantly displays the corresponding entry in the document window. Here's what Medley looks like: Interestingly, the LispUsers Hanoi program seems to run in bursts of activity rather than continuously. The discs move nearly instantly in a group from one peg to the other, the program pauses for a moment, the group moves to another peg, and so on. The discs don't move one at a time. From the SDL instructions I seem to understand in the SDL version the keyboard input is suppposed to follow the OS keyboard selection, but this is not the case with my setup. My Italian keyboard layout is not recognized and I still have to press the keys in the corresponding position of the English keyboard. |
Beta Was this translation helpful? Give feedback.
-
This is weird. From a shell with no The system may have had an unusually high load when I ininitially tested the X version. Weird indeed. |
Beta Was this translation helpful? Give feedback.
-
What does |
Beta Was this translation helpful? Give feedback.
-
If you're doing loadups you need to, from the maiko bin directory, do |
Beta Was this translation helpful? Give feedback.
-
This is a great opportunity to learn how to build everthing from source, so I'm going to do the loadups. From
Translations of the errors in Italian:
There's indeed no file |
Beta Was this translation helpful? Give feedback.
-
OK, can you attach a debugger to the ldeinit process and get the stack trace for the C code... |
Beta Was this translation helpful? Give feedback.
-
When you log in to your RPi, does it give you the option of an X11 session or a Wayland session? I know Ubuntu 22.04 and later gives you that option if you've got a Wayland capable GPU (I am running Ubuntu on a VM that won't run Wayland) |
Beta Was this translation helpful? Give feedback.
-
Has anyone tried Medley on Raspberry Pi OS 64-bit under Debian Bookworm? Does Medley work with Wayland and TigerVNC or other VNC clients?
Beta Was this translation helpful? Give feedback.
All reactions