1

I'm using latest Windows 10 insider Dev build, with the newly introduced WSLg which offers GUI for Linux applications installed on WSL2. I'm looking for a way to verify the availability of vGPU in the host and guest OSes.

all I've found is that the GPU driver installed on host must support WDDM 3.

9
  • Doesn't dxdiag show the WDDM version of the driver? On the guest glxinfo or so can probably tell the mesa driver you are using.
    – Tom Yan
    Commented Apr 24, 2021 at 10:09
  • @TomYan dxdiag shows WDDM 3 version for my Intel driver on host OS. the thing is, since i'm using insider build, I have a newer version of Intel GPU driver installed from Windows update, but that article is pointing to an older version of Intel GPU driver. so I don't know whether I should uninstall it and replace with older one or not. that's why I'm looking for a way to verify vGPU availability. I'm using Debian, entering glxinfo in the command line says command not found.
    – Sam
    Commented Apr 24, 2021 at 10:23
  • There's the package mesa-utils (and mesa-utils-extra that consists of a eglinfo).
    – Tom Yan
    Commented Apr 24, 2021 at 10:34
  • Most likely you'll need a kernel and mesa package that has the support built installed as well. I doubt that they exist in an official debian repo at the moment though.
    – Tom Yan
    Commented Apr 24, 2021 at 10:38
  • is it possible to verify this capability on host?
    – Sam
    Commented Apr 24, 2021 at 10:41

0

You must log in to answer this question.

Browse other questions tagged .