protonscr

[BUG] vrcompositor produces black horizontal lines that obstruct view

steamvropen bug
ValveSoftware/SteamVR-for-Linux#372 · opened 2020-07-12 by Bonoolu · updated 2020-08-03 · 1 comments · github
BBonoolu 2020-07-12 github

I had the same problem as https://github.com/ValveSoftware/SteamVR-for-Linux/issues/234 and I applied this fix: https://github.com/ValveSoftware/SteamVR-for-Linux/issues/234#issuecomment-523975015_ but now i have a new problem:
There are black bars that obstruct my view. blackbars

The bars vanish when i remove the aforementioned fix and then restart steam vr. But then I have the inital problem again from this issue https://github.com/ValveSoftware/SteamVR-for-Linux/issues/234

System Information

GGoofybud16 2020-08-03 github

If you apply the fix from #234, and then edit ~/.steam/steam/config/steamvr.vrsettings and add the following:

In the "steamvr" section,

      "enableLinuxVulkanAsync" : false,

Does that resolve the issue?

This disabled the async reprojection [which I believe is also disabled if the setcap command is not run and the capabilities are not set on the executable].

Nothing extracted yet.