My Lgpu is quite old(radeon 7000) but still quite capable, i want to run pre 2012 games but unfortunately Vulkan is not supported by my gpu does such a software exist?

  • @Artemis_Mystique@lemmy.mlOP
    link
    fedilink
    39 months ago

    Do you remember what the module was called as any directx game defaults to using the igpu for dxvk and there seems to be no option(in lutris) other than to outright disable dxvk.

    • @Markaos@lemmy.one
      link
      fedilink
      69 months ago

      other than to outright disable dxvk

      That’s exactly what you want. DXVK is the “new” DirectX to Vulkan translation layer (that’s where the name comes from), and if you disable it you will be using the DirectX translation layer from Wine which uses OpenGL

    • @Astaroth@lemm.ee
      link
      fedilink
      19 months ago

      I never figured out how to disable DXVK so eventually I just made a 2nd wine prefix without DXVK for games I run in OpenGL.

      However if your GPU doesn’t even support Vulkan then you shouldn’t be using DXVK at all so why would you not want to disable dxvk?

    • VHS [he/him]
      link
      fedilink
      English
      1
      edit-2
      9 months ago

      hmm, not sure… i’ve heard it referred to as “wined3d”? when i had a non-vulkan card it usually wouldn’t try to run vulkan so i didn’t have to mess with it. what result does disabling dxvk have?

      in steam you can put PROTON_USE_WINED3D=1 in the launch options, but this doesn’t help for non-steam games

    • @Spectacle8011A
      link
      19 months ago

      Disabling DXVK is the way to do it in Lutris. It’s in the Runner Options tab for the game settings. If you create a new Wineprefix using WINEPREFIX=~/.local/share/wineprefixes/newprefix wineboot, it will use WineD3D (the D3D➜OpenGL converter) by default. It’s what Wine uses for all Direct3D APIs up to Direct3D 11. DXVK is a completely separate project to Wine, but Lutris and Proton bundle it and use it by default. Lutris is completely usable without Vulkan, despite the scary warning.