-
-
Notifications
You must be signed in to change notification settings - Fork 66
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
Xorg fatal error: (EE) no screens found(EE) #11
Comments
YOU CANNOT USE THIS CONTAINER IF YOU ALREADY HAVE AN X SERVER IN YOUR HOST FOR THAT GPU!!! In order to use an X server on the host for your monitor with one GPU, and then provision other GPUs for the containers, it is required to change your
Then, edit
Note: https://man.archlinux.org/man/extra/xorg-server/xorg.conf.d.5.en |
Ohh so I to make this work I shouldnt use GPU on host? I did have X server running on host |
You should not use one GPU for two X servers. Stripped down example:
|
@ehfd Do you have any idea why we can't use one GPU for multiple X servers? |
The NVIDIA X.org driver specifications I guess. Transition to Wayland is going to make things better for sure. |
For people new to Linux: The container is usable with (and recommended to use) multiple GPUs in one host, as long as you set up nvidia-container-toolkit (also called nvidia-docker). If you only have one GPU just disable the X server on the host since you cannot use GUI together with host & container. You can stop the GUI in the host with https://docs.nvidia.com/datacenter/cloud-native/container-toolkit/user-guide.html#gpu-enumeration Also, play with the VIDEO_PORT environment variable (try setting to DP-0, DP-1, DP-2, etc), only change on non-datacenter/Tesla GPUs. |
#26 this seems to fix it but let me know if its secretly breaking something elsewhere |
In order to use an X server on the host for your monitor with one GPU, and then provision other GPUs for the containers, it is required to change your
Then, edit
Note: https://man.archlinux.org/man/extra/xorg-server/xorg.conf.d.5.en |
Added in Documentation. |
Do not use MIG on Ampere (A100, A30) GPUs. Anything graphics-related will not work. |
Have been trying to get it to work for a while now.
What seems to stand out
Any ides?
/var/log/Xorg.0.log
The text was updated successfully, but these errors were encountered: