Description
OBS plugin for Vulkan/OpenGL game capture on Linux.
Installation Instructions
Installation (Mutable)
Firstly add the Copr repository to your system:
sudo dnf copr enable kylegospo/obs-vkcapture
After adding the repository, install the following:
sudo dnf install obs-vkcapture.x86_64 obs-vkcapture.i686
Installation (Immutable)
Firstly add the Copr repository to your system:
sudo wget https://copr.fedorainfracloud.org/coprs/kylegospo/obs-vkcapture/repo/fedora-$(rpm -E %fedora)/kylegospo-obs-vkcapture-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-obs-vkcapture.repo
After adding the repository, install the following:
rpm-ostree install obs-vkcapture.x86_64 obs-vkcapture.i686
Usage
See upstream repo for full usage instructions
- Add Game Captureto your OBS scene.
- Start the game with capture enabled obs-gamecapture %command%.
- (Recommended) Start the game with only Vulkan capture enabled env OBS_VKCAPTURE=1 %command%.
Troubleshooting
NVIDIA
Driver version >= 515.43.04 and nvidia-drm.modeset=1 kernel parameter are required.
No Game Capture source available in OBS 27
If you are on X11, make sure you run OBS with EGL enabled: OBS_USE_EGL=1 obs.
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
| Release | Architectures | Repo Download | 
|---|---|---|
|  Fedora 40 | i386 (25)*, x86_64 (21)* | Fedora 40 multilib x86_64+i386 (0 downloads) | 
|  Fedora 41 | i386 (11652)*, x86_64 (17474)* | Fedora 41 multilib x86_64+i386 (7741 downloads) | 
|  Fedora 42 | i386 (84857)*, x86_64 (127317)* | Fedora 42 multilib x86_64+i386 (65521 downloads) | 
|  Fedora 43 | i386 (1527)*, x86_64 (2277)* | Fedora 43 multilib x86_64+i386 (1697 downloads) | 
|  Fedora rawhide | i386 (16)*, x86_64 (30)* | Fedora rawhide multilib x86_64+i386 (71 downloads) | 
* Total number of downloaded packages.
Quick Enable
    #> dnf copr enable bazzite-org/obs-vkcapture
  
  
     More info about enabling Copr repositories