Skip to content
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

Closed
anup-das opened this issue Oct 5, 2021 · 8 comments
Closed

Blank output on Intel Graphics cards #482

anup-das opened this issue Oct 5, 2021 · 8 comments
Labels
bug Something isn't working GPU

Comments

@anup-das
Copy link

anup-das commented Oct 5, 2021

Environment

Windows build number: Microsoft Windows [Version 10.0.22000.194]
Your Distribution version: Ubuntu 20.04
Your WSLg version: 1.0.26

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.

Blank output

@anup-das anup-das added the bug Something isn't working label Oct 5, 2021
@dancsi
Copy link

dancsi commented Oct 5, 2021

I have the same problem with Intel UHD Graphics 620.

@hideyukn88 hideyukn88 added the GPU label Oct 7, 2021
@anup-das
Copy link
Author

On the same setup Arch distribution is working fine https://github.com/yuk7/ArchWSL. So this is a distribution specific issue

@dingdang66686
Copy link

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.

@anup-das
Copy link
Author

Reopening issue as accelerated rendering via vGPU is still blank

@anup-das anup-das reopened this Dec 20, 2021
@0smile
Copy link

0smile commented Dec 28, 2021

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.

@anup-das anup-das changed the title Blank output on Intel (R) UHD Graphics 630 Blank output on Intel Graphics cards Dec 28, 2021
@westonNexben
Copy link

#455 (comment)

@Osyotr
Copy link

Osyotr commented Feb 8, 2022

Bump. Workaround to get at least some output:
LIBGL_ALWAYS_SOFTWARE=1 glxgears

@svetoslavenchev
Copy link

Looks like the latest Intel Graphics Driver 30.0.101.1404, 2022-03-08 finally fixes the issue.
Tested on latest Windows 11, Ubuntu 20.04, Mesa 21.3.7 (kisak-mesa stable PPA).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working GPU
Projects
None yet
Development

No branches or pull requests

8 participants