Gpu-screen-recorder: Difference between revisions

I created this page as a documentation for one of the best Linux recording software. As a beginner, I encountered an issue with the `libvndiai-fbc.so` library being missing, so I provided some troubleshooting steps to fix it.
 
Line 29: Line 29:


# Make sure your [[Nvidia|drivers]] are installed.
# Make sure your [[Nvidia|drivers]] are installed.
# Install missing the NVENC patch for your card.  [https://github.com/icewind1991/nvidia-patch-nixos nvidia-patch] is a great overlay which you can use  
# Install the missing the NVENC patch for your card.  [https://github.com/icewind1991/nvidia-patch-nixos nvidia-patch] is a great overlay which you can use  
# Override the package build inputs and add the library to the wrapper.<syntaxhighlight lang="nix">
# Override the package build inputs and add the library to the wrapper.<syntaxhighlight lang="nix">
     (gpu-screen-recorder.overrideAttrs (oldAttrs: rec {
     (gpu-screen-recorder.overrideAttrs (oldAttrs: rec {