-
Notifications
You must be signed in to change notification settings - Fork 318
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
Blank output on Intel Graphics cards #482
Comments
I have the same problem with Intel UHD Graphics 620. |
On the same setup Arch distribution is working fine https://github.com/yuk7/ArchWSL. So this is a distribution specific issue |
This is because archlinux doesn't include vgpu support by default. After installing a custom version of mesa with d3d12 support, the output becomes blank, too. So this is a issue related to intel graphics driver. Many programs depending on opengl don't work properly. |
Reopening issue as accelerated rendering via vGPU is still blank |
I reiterate the same problem with Xe Graphic card, obviously, it is a common problem for intel GPU. I suggest changing the title of the issue, as it is a common problem regardless of the specific graphic product. |
Bump. Workaround to get at least some output: |
Looks like the latest Intel Graphics Driver 30.0.101.1404, 2022-03-08 finally fixes the issue. |
Environment
Steps to reproduce
Download Windows 11 Media Creation Tool from https://www.microsoft.com/en-us/software-download/windows11
Do a clean install of OS from USB
Install latest DCH Intel Graphics drivers for Intel (R) UHD Graphics 630
Update system for drivers and other updates before installing wsl
Run wsl --install and reboot to Install Ubuntu
Update Ubuntu packages
Run wsl --shutdown followed by wsl --update. Reboot
Install mesa-utils package and run glxgears
WSL logs:
pulseaudio.log
weston.log
versions.txt
DxDiag.txt
Expected behavior
OpenGL accelerated animation of gears should show up.
Actual behavior
Blank output on Intel UHD Graphics 630. Note: No issues seen on another similar system that has NVIDIA discrete graphics.
The text was updated successfully, but these errors were encountered: