Hacker News new | ask | show | jobs
by tetris11 1049 days ago
How do you get X11 to work though. Don't you need an X11 server running on top of the existing Android display server?
1 comments

Bah, just an X server (or minimal reimplementation) running in an app, that then renders to its top-level surface.

What I would really like to see is an Android back end implementation for wlroots. Or alternatively, a small Android(/termux) app that just acts as a simple Wayland compositor, that compositors can then use as a back-end. I found an issue about this some time ago, but can't find it anymore.

Actually Termux:X11 /is/ a wayland compositor. But it is so minimal that the only working client is Xwayland.
Oh, that's interesting. My use-cases is running sway, I'm curious how much I would have to change it?