-
Notifications
You must be signed in to change notification settings - Fork 868
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
ubuntu22.04 gpu err #12699
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The script will output the path of the log file once done. If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here Once completed please upload the output files to this Github issue. Click here for more info on logging |
|
After reviewing the issue, I found the #solution |
Windows Version
Microsoft Windows [版本 10.0.26100.3037]
WSL Version
2.4.12.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.167.4-1
Distro Version
ubuntu 22.04
Other Software
No response
Repro Steps
After installing the specified version of Ubuntu using
wsl --install -d Ubuntu-22.04
, configuring GPU hardware acceleration fails,I can only use the CPU for simulation.:It is worth noting that my directory contains the dev\dxg file!
Expected Behavior
I installed the latest version of Ubuntu 24.04 using
wsl --install
. After enteringsudo add-apt-repository ppa:kisak/turtle
andsudo apt update && sudo apt upgrade
I ranglxinfo -B | egrep 'Device|Mesa'
to check, and the results are as follows:Due to special reasons, I must use the Ubuntu 22.04 version. Therefore, I hope that the Ubuntu 22.04 version can also properly use hardware GPU acceleration instead of CPU rendering.
Actual Behavior
I sincerely hope there is a way to help me complete the hardware GPU acceleration configuration for Ubuntu 22.04.
Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: