Beginner question: possible to run xterm (without installing XQuartz)? #987
Replies: 5 comments 8 replies
-
You can configure some kind of graphical output for the VM, start an Xorg server and then even connect to it with a container. Here is how it was done with Docker and VirtualBox, for instance: boot2docker/boot2docker#1289 (for To start the display, there is a matching entry in the yaml: video:
# QEMU display, e.g., "none", "cocoa", "sdl", "gtk".
# As of QEMU v6.2, enabling this is known to have negative impact
# on performance on macOS hosts: https://gitlab.com/qemu-project/qemu/-/issues/334
# 🟢 Builtin default: "none"
display: null
We should prepare an "xterm" (or xeyes) example for lima. |
Beta Was this translation helpful? Give feedback.
-
There is also a backlog item about adding Wayland support: |
Beta Was this translation helpful? Give feedback.
-
Thank you for these. My goal is set up a system for myself (and provide instructions for others) for running WordPerfect for Unix (character-mode version) in xterm, making it possible to use the graphic equation editor, etc. The WordPerfect for Unix project is here: https://github.com/taviso/wpunix And I want to provide instructions at my WordPerfect site, http://wpdos.org This project works well in lima, running in the macOS terminal, but it would be good to make it easy to setup with a graphic terminal. If it's possible to provide an example for running xterm, I'll be grateful. I'm not clear on exactly what steps to take right now. Thank you again for looking into this! |
Beta Was this translation helpful? Give feedback.
-
Making progress, but baffled by some things still. Before adding
and also
I then added QEMU started up, and I was able to log in as Also, I tried starting xterm, but that gives me this error:
So I have two questions:
|
Beta Was this translation helpful? Give feedback.
-
I know some operations (like pulling images from a registry) get painfully slow when the |
Beta Was this translation helpful? Give feedback.
-
Am I right to think that it's impossible to run xterm under lima? I haven't tried installing XQuartz, but am ready to do so if it's needed for xterm).
I'm able to install xterm but when I try to run it, I get:
I haven't found any working solutions, but maybe I'm looking in the wrong place.
Beta Was this translation helpful? Give feedback.
All reactions