kylegospo/obs-vkcapture
Project ID: 92778
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 Capture
to 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 38 | i386 (1265)*, x86_64 (53590)* | Fedora 38 multilib x86_64+i386 (0 downloads) |
Fedora 39 | i386 (21468)*, x86_64 (90339)* | Fedora 39 multilib x86_64+i386 (15152 downloads) |
Fedora 40 | i386 (24163)*, x86_64 (38296)* | Fedora 40 multilib x86_64+i386 (18922 downloads) |
Fedora 41 | i386 (6862)*, x86_64 (13793)* | Fedora 41 multilib x86_64+i386 (4517 downloads) |
Fedora rawhide | i386 (127)*, x86_64 (299)* | Fedora rawhide multilib x86_64+i386 (235 downloads) |
* Total number of downloaded packages.
Quick Enable
#> dnf copr enable kylegospo/obs-vkcapture
More info about enabling Copr repositories