WhitewaterFoundry / Pengwin-Enterprise

Enterprise-compatible WSL distribution.
Other
63 stars 11 forks source link

No GPU Acceleration after update.sh to RockyLinux8.5.12 #70

Closed 50Shades0fShay closed 2 years ago

50Shades0fShay commented 2 years ago

Accelerated... no :(

display: :0 screen: 0 direct rendering: Yes Extended renderer info (GLX_MESA_query_renderer): Vendor: Mesa/X.org (0xffffffff) Device: llvmpipe (LLVM 12.0.1, 256 bits) (0xffffffff) Version: 21.1.5 Accelerated: no Video memory: 15924MB Unified memory: no Preferred profile: core (0x1) Max core profile version: 4.5 Max compat profile version: 3.1 Max GLES1 profile version: 1.1 Max GLES[23] profile version: 3.2 OpenGL vendor string: Mesa/X.org OpenGL renderer string: llvmpipe (LLVM 12.0.1, 256 bits) OpenGL core profile version string: 4.5 (Core Profile) Mesa 21.1.5 OpenGL core profile shading language version string: 4.50 OpenGL core profile context flags: (none) OpenGL core profile profile mask: core profile

OpenGL version string: 3.1 Mesa 21.1.5 OpenGL shading language version string: 1.40 OpenGL context flags: (none)

OpenGL ES profile version string: OpenGL ES 3.2 Mesa 21.1.5 OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20

===================================

Expected behavior Expected to see "accelerator": "on" Screenshots If applicable, add screenshots to help explain your problem. image

Additional context Add any other context about the problem here.

What other troubleshooting have you attempted? I have attempted to do all necessary dnf or yum updates, any repo updates, windows updates, WSL (MS store) updates (actually just uninstalled it, because multiple distros stopped working after installation of WSL Preview from MS store). Insert here:

WLinux Version Pengwin Enterprise 8 (8.5.12- currently upgraded) Find: Settings->Apps->Apps & features->WLinux->Advanced Options->Version.

Insert here:

Windows Build Windows 11 pro Version 21H2 22000.376 - Windows Insider-Beta Windows Feature Experience Pack 1000.22000.376.0 Run 'systeminfo | findstr /C:"OS"' in Command Prompt and insert here: 32gb RAM, x64, Intel(R) i5-9300H @ 2.4GHz

For help on retrieving: https://docs.microsoft.com/en-us/windows/wsl/troubleshooting#check-your-build-number

crramirez commented 2 years ago

First thing to try. Run update.sh one more time. See if it installs the mesa packages with a -wsl suffix.

crramirez commented 2 years ago

You can check if you have the right mesa installed with dnf info mesa-dri-drivers

image