Headless X11 server (Xvfb) for rootless jailbreaks
Xvfb, the X virtual framebuffer server, rebuilt from source for rootless jailbreaks. It runs a full X11 server with no real display hardware, drawing everything into an off-screen image in memory.
It's the engine behind the native Xios iOS app: Xvfb draws into a shared image that the app puts on screen, and touch and keyboard input are passed back into X11.
Stock X servers crash on launch under rootless because they expect a system shell at `/bin/sh`, which isn't present (it lives at `/var/jb/bin/sh`). This build uses the right path, so the keyboard sets up correctly.
Built for iPadOS/iOS rootless (palera1n/Dopamine, `/var/jb`).
| Version | 1.20.11+rootless1 |
| Size | 637.7 KiB |
| Developer | Max Leiter <maxwell.leiter@gmail.com> |
| Section | X11 |
| Identifier | x11-xvfb |