-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
Totally don't understand how to configure conty with nvidia driver 510.39 #49
Comments
Hello, here is how to install any driver version into Conty:
|
New status: glxinfo -B : OpenGL version string: 4.6.0 NVIDIA 510.39.01 OpenGL ES profile version string: OpenGL ES 3.2 NVIDIA 510.39.01 glxgears : vulkaninfo : vkcube : ***But *** X Error of failed request: BadValue (integer parameter out of range for operation) I really don't know how to solve these problems, please help me. |
Sorry for ingored this cause I'm editing the New Status I'll try it thank you. |
I think you also need to copy 32-bit libraries to a proper location. I mean when you extract the nvidia (.run) installer you get the directory named "32", you need to copy files from it to conty's /usr/lib32 directory. For example:
|
Oops, The driver I extracted doesn't contain a 32 bit driver files .... |
They are present in the installers from here. |
I tried the solution, but got the same with the glxgears ❯ NVIDIA_FIX=1 ./conty.sh glxgears X Error of failed request: BadValue (integer parameter out of range for operation) |
The previous version works perfectly, even with the needo of the NVIDIA_FIX parameter |
The previous version likely has the same driver version as your host system.
NVIDIA_FIX has been removed several months ago. And even when it was available, it probably didn't work properly. |
Thank you very much! It's closed for mee, IDK about OP.... :-/ |
@Kron4ek To do this, I created a package with fake nvidia-utils to lighten the weight of the container and to mount external nvidia libraries. And created images with nvidia drivers, which are used as additional modules for the container. see how the functions are works:
|
@Kron4ek |
@VHSgunzo The problem is i don't have an Nvidia GPU and i don't want to add functions that i can't test myself. I mean even if it's something known to be working, i still need an ability to test it myself. So no Nvidia-related fixes, at least until i get some Nvidia GPU. |
@Kron4ek |
I'm so sorry but I can't understand the operation in the known issues
I tried to modify the conty.sh but I don't know how to extract utils.tar.gz out of it .
I tried to compile a new conty rootfs and transplant the /usr/lib/nvidia to it.
But when I create the /etc/ld.so.conf.d/nvidia.conf and write "/usr/lib/nvidia" in it, and run ldconfig.
Nothing changed, the nvidia-driver is still not working.
Run glxgears:
X Error of failed request: BadValue (integer parameter out of range for operation)
Major opcode of failed request: 152 (GLX)
Minor opcode of failed request: 3 (X_GLXCreateContext)
Value in failed request: 0x0
Serial number of failed request: 28
Current serial number in output stream: 29
Run nvidia-smi:
Failed to initialize NVML: Driver/library version mismatch
Sorry I'm noob in Linux and can't understand how to do the operation in the known issues.
The text was updated successfully, but these errors were encountered: