-
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
Hardware Accelerated X server on a remote server with Singularity using x11docker? #206
Comments
In #197 and #199 we found a setup for this conditions:
This is quite similar to your request, I think. Do you have a headless server / without a monitor?
Create a script like this (and replace
Run the script on the server.
Additional notes:
Setup alternatives:
Alternative to x11docker: It is possible to develop a customized Xorg script based on the extended Xephyr script. |
Closing due to inactivity. @emiftari Feel free to ask further questions, I am happy to reopen this ticket. |
We followed the discussion of issue #188 and would like to use x11docker to provide a hardware accelerated X server on a remote system with Singularity. The host has Xpra installed and we use the
--nv
option of Singularity to bind the necessary Nvidia libs and binaries inside the containers. Xpra would start containerized applications as child processes. How should we start x11docker and get Xpra to use that X server?What we basically want is mentioned in the following comment:
The text was updated successfully, but these errors were encountered: