VivePro2-Linux-Driver icon indicating copy to clipboard operation
VivePro2-Linux-Driver copied to clipboard

SteamVR driver for VivePro2 on Linux

Results 31 VivePro2-Linux-Driver issues
Sort by recently updated
recently updated
newest added

Hello, I have followed your steps for installing this driver using nix package manager with Ubuntu 22.04. StreamVR seems to recognize both Headset and controllers which it did not do...

HI have a very similar situation (https://github.com/CertainLach/VivePro2-Linux-Driver/issues/15) here with standard 6.1.1-arch1-1 kernel. I tried to apply the latency patches from Santeri, but that kernel froze. I have not yet tried...

Using new kernel Rust support, I was able to create driver to communicate with Intel WiGig card, and even output some artifacts to HMD display However implementation of DRM takes...

Running Fedora 40, patching the latest kernel released to the package manager (6.9.9-200) does not apply the second nor third patches. Hardware (presumably it's relevant?) : * R9 7900X (kernel...

So, I saw that there is just a amd gpu patch for higher resolution (dsc), how would I port https://github.com/CertainLach/VivePro2-Linux-Driver/blob/master/kernel-patches/0003-drm-amd-use-fixed-dsc-bits-per-pixel-from-edid.patch for Intel ARC GPUs? The file `drivers/gpu/drm/i915/display/intel_dp.c` is probably interesting,...

When compiling the steam drivers, since recently I am getting the following error: ``` Installing rust/cargo stuff ... Updating crates.io index Installing rustfmt v0.10.0 Updating crates.io index Locking 61 packages...

On kernel 6.10 the location and name of `include/drm/drm_displayid.h` changed to `drivers/gpu/drm/drm_displayid_internal.h` as seen in this [kernel commit](https://github.com/torvalds/linux/commit/44e030d8a5a1be503301a0f095416c5ebb93c9e6). This change breaks the `0002-drm-edid-parse-DRM-VESA-dsc-bpp-target.patch` file and as such this pull request...