-
-
Notifications
You must be signed in to change notification settings - Fork 153
Open
Labels
GPURelated to GPU passthroughRelated to GPU passthroughenhancementNew feature or requestNew feature or request
Description
This issue involves:
/usr/lib/wsl/lib
wsl-lib
#578
#586
Problem
- Fine-grained management/naming:
wsl-libis added tohardware.graphics.extraPackagesimmediately upon creation here. It should be ensured that all items within are graphics libraries. After ensuring this,wsl-libshould be renamed towsl-graphics-liborwsl-lib.graphics. - Current version does not link all files: This is the code submitted two years ago. Since then, it seems that
libnvidia-gpucomp.so,libnvidia-ngx.so.1, andnvidia-ngx-updaterhave been added. These should be included.
2.1: Should circular linking be considered: (The difficulty mentioned in Add NVIDIA acceleration how-to documentation #586 (comment)) Although the comment indicates that/usr/lib/wsl/libcannot be directly linked, would circular linking be a better solution to avoid the issue in point 2? - Needs to be packaged and provided externally: Add NVIDIA acceleration how-to documentation #586 simply copies it and adds it to
nix-ld. It might also be needed in other scenarios. - Automatically add to
nix-ld: After enablinguseWindowsDriver, it should be automatically added tonix-ld.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
GPURelated to GPU passthroughRelated to GPU passthroughenhancementNew feature or requestNew feature or request