-
I've GPU acceleration enabled Ubuntu22.04 and exported to a tar file to make a backup. When reimported it to WSL2, the OpenGL render string becomes: llvmpipe which is software render. I've tried to reinstall the GPU driver but nothing helps. How to reconfig the GPU accelerations? |
Beta Was this translation helpful? Give feedback.
Answered by
seflerZ
May 10, 2022
Replies: 1 comment 1 reply
-
Ok, solved. Looks like the wsl d3d shared lib path has been unexpectly excluded. Adding the "/usr/lib/wsl/lib" path back to "/etc/ld.so.conf" solved this problem. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
seflerZ
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok, solved. Looks like the wsl d3d shared lib path has been unexpectly excluded. Adding the "/usr/lib/wsl/lib" path back to "/etc/ld.so.conf" solved this problem.