-
Notifications
You must be signed in to change notification settings - Fork 379
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Run X11 server on Ubuntu Server Installtion? #517
Comments
I'm not sure in your particular case, but it sounds like the error is happening because you're trying to use rootless podman as the backend, but this combination of options wants to do something that requires a rootful backend. Maybe try with |
It turned out that running After adding that to x11docker, the X11 server opens and I can see the black X-shaped cursor 👍 , but then it fails to add any input devices, see this verbose-log.txt. Hm, looking through the log, it seems that adding
Any ideas? |
You're running with sudo, so do you really need rootless podman? I would try it with (rootful) docker in the most default way possible first, like the examples. You could try some of the other options like xephyr as well. I should say that I haven't tried using this on a RPi or with Podman, and I'm not the maintainer of this project, so I can only guess. There are other errors and warnings in your log, for example:
Also a few mentions of AppArmor. I don't know if the DRI issue is something related to your kernel drivers or a capabilities limitation. There are a few other things like this:
|
Hi,
I'm trying to start an X11 server in a podman container on an Ubuntu 22.04.3 LTS Server installation (no X11) on my RasPi4b.
So I do not have any X11 related stuff on my host system. The device only shows TTY consoles on HDMI screen.
Can x11docker be used to start an isolated X11 server here or does it require a running X11 server on the host?
I've pulled the
x11docker/xserver
image and I'm starting x11docker withx11docker -D --xc=podman --size=1280x720 --xorg --xonly
but I only get errors:
x11docker note: --xorg cannot claim a new virtual terminal (option --vt) with rootless X container (option --xc).
Please see also the full error log.
What can I do?
The text was updated successfully, but these errors were encountered: