<!DOCTYPE html><html data-lt-installed="true"><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body style="padding-bottom: 1px;">
    <p>> Maybe due to my hardware....</p>
    <p>Unfortunately I have the same issue with
      `EGL_KHR_display_reference`, but in my case gbm is functional, I
      don't get the `egl_gbm_wl gl: can't find gbm device` error. </p>
    <p>Maybe gbm is not functional on WSL2? If I know correctly WSL2 is
      a virtual machine, and you may need proper GPU passthrough, Mesa's
      D3D12 driver itself may not be enough.</p>
    <p>I have found this issue:
      <a class="moz-txt-link-freetext" href="https://github.com/microsoft/WSL/issues/882">https://github.com/microsoft/WSL/issues/882</a>, it says that there is
      no DRM support. That can explain this...</p>
    <p>Note that another workaround would be using the environment
      variable `QT_QPA_PLATFORM=xcb` to use xwayland. However, X11
      window integration is not so nice, such as you would not have
      v-sync for the interface. But maybe that would be enough for your
      needs.</p>
    <p>By the way, make sure that you are using Mesa D3D12 and not
      llvmpipe.</p>
  </body>
  <lt-container></lt-container>
</html>