protonscr

[BUG] Error 307 vrcompositor fails to start

steamvrclosed bug
ValveSoftware/SteamVR-for-Linux#771 · opened 2025-02-05 by the-bukkit · updated 2025-02-05 · 2 comments · github
Tthe-bukkit 2025-02-05 github

Describe the bug
Every time I start SteamVR it fails to start with an error 307.

To Reproduce
Steps to reproduce the behavior:

  1. Start SteamVR

Expected behavior
Normal startup of SteamVR.

System Information:

Additional context
Snippet of dmesg: dmesg.txt
Snippet of journal: journal.txt

Kkisak-valve maintainer 2025-02-05 github

Hello @the-bukkit, from your runtime diagonostics:

        "x11/vulkan" : {
          "messages" : [
            "Failed to find GPUs with Vulkan support!"
          ],
          "renderer" : null,
          "version" : null,
          "issues" : [
            "cannot-load",
            "cannot-draw"
          ],
          "exit-status" : 1,
          "devices" : [
          ]
        },

It doesn't look like you have a usable Vulkan driver. Can you reconfigure your system to use mesa/RADV and check if that helps?

Tthe-bukkit 2025-02-05 github

I had my system already setup to use RADV but apparently I was missing the driver itself. My bad.

Nothing extracted yet.