I haven’t been able to find one. Using Zorin OS which is GNOME.

  • @woelkchen@lemmy.world
    link
    fedilink
    564 months ago

    Windows has fully user space graphics drivers since Vista. Linux still utilizes kernel modules and I’m not aware of plans to move everything to user space. It’s honestly pretty cool that entire graphics driver can crash under Windows and all that happens is a bit of flickering.

    • cai
      link
      fedilink
      194 months ago

      Are you sure? It seems like WDDM has a user-mode “User-mode display driver” - which looks to me like the HW-specific part of Mesa: it’s invoked by the D3D runtime - and a “Display miniport driver”, which is in the kernel.

      See https://learn.microsoft.com/en-us/windows-hardware/drivers/display/windows-vista-and-later-display-driver-model-operation-flow

      That said, no doubt Linux’s ability to reset drivers is way, way behind… We’re coming up on 20 years since Windows could recover from a graphics driver reset reliably without losing the desktop, and only partial hacks exist on Linux today.

      I really need to get around to building a sample HTML page to show how unsafe having WebGL enabled on Linux browsers is. One long shader, and your desktop is a goner.

      • @woelkchen@lemmy.world
        link
        fedilink
        64 months ago

        Are you sure?

        I’m not a Windows system architect but I see the Radeon driver on my iGPU under Windows crash all the time in reproducible scenarios.

      • Possibly linux
        link
        fedilink
        English
        54 months ago

        The only time the system can recover is when the display compositor crashes (Wayland)