Port details |
- libva-nvidia-driver NVDEC-based backend for VAAPI
- 0.0.14_2 multimedia
=2 0.0.14_2Version of this port present on the latest quarterly branch. - Maintainer: jbeich@FreeBSD.org
 - Port Added: 2023-08-20 23:54:24
- Last Update: 2025-07-05 11:04:25
- Commit Hash: de880d4
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py311-PyOpenGL, p5-Sane
- License: MIT
- WWW:
- https://github.com/elFarto/nvidia-vaapi-driver
- Description:
- This is an VA-API implementation that uses NVDEC as a backend. This
implementation is specifically designed to be used by Firefox for
accelerated decode of web content, and may not operate correctly in
other applications.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- libva-nvidia-driver>0:multimedia/libva-nvidia-driver
- To install the port:
- cd /usr/ports/multimedia/libva-nvidia-driver/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/libva-nvidia-driver
- pkg install libva-nvidia-driver
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: libva-nvidia-driver
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64
- distinfo:
- TIMESTAMP = 1747986147
SHA256 (elFarto-nvidia-vaapi-driver-v0.0.14_GH0.tar.gz) = 4ded132ec4164f3e05656061675dffce677327e4af0d8da33da5f8527609ad2a
SIZE (elFarto-nvidia-vaapi-driver-v0.0.14_GH0.tar.gz) = 184593
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- libdrm>=2.4.60,1 : graphics/libdrm
- ffnvcodec-headers>=11.1.5.1 : multimedia/ffnvcodec-headers
- libva>=2.8.0 : multimedia/libva
- meson : devel/meson
- ninja : devel/ninja
- pkgconf>=1.3.0_1 : devel/pkgconf
- gstreamer1-plugins-bad>=1.26.2 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins>=1.26.2 : multimedia/gstreamer1-plugins
- Runtime dependencies:
-
- gstreamer1-plugins-bad>=1.26.2 : multimedia/gstreamer1-plugins-bad
- gstreamer1-plugins>=1.26.2 : multimedia/gstreamer1-plugins
- Library dependencies:
-
- libEGL.so : graphics/libglvnd
- libgstreamer-1.0.so : multimedia/gstreamer1
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for libva-nvidia-driver-0.0.14_2:
GSTREAMER=on: Multimedia support via GStreamer
===> Use 'make config' to modify these settings
- Options name:
- multimedia_libva-nvidia-driver
- USES:
- compiler:c11 gl meson pkgconfig gstreamer:1
- pkg-message:
- For install:
- To use VA-API in apps like Firefox make sure DRM and CUDA are enabled e.g.,
# pkg install nvidia-drm-kmod linux-nvidia-libs libc6-shim libva-utils
# sysrc kld_list+=nvidia-drm
# service kld restart
$ test -e /dev/dri/renderD* || bsddialog --title Error --msgbox "nvidia-drm-kmod failed" 0 0
$ test -n "$WAYLAND_DISPLAY" || export LIBVA_DRIVER_NAME=nvidia-drm
$ test -n "$WAYLAND_DISPLAY" || setenv LIBVA_DRIVER_NAME nvidia-drm
$ nv-sglrun vainfo
$ nv-sglrun firefox
Note, legacy nvidia-driver series like 470 or older are not supported
by nvidia-drm-kmod required by this package. Consider using
libva-vdpau-driver instead.
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.14_2 05 Jul 2025 11:04:25
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: still need LIBVA_DRIVER_NAME on Xorg
DRI2DriverDRI returns "nvidia" when NOT using "modesetting" DDX.
libva info: Trying to open /usr/local/lib/dri/nvidia_drv_video.so
libva info: va_openDriver() returns -1
vaInitialize failed with error code -1 (unknown libva error),exit
Reported by: rhurlin |
0.0.14_1 04 Jul 2025 21:53:40
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: minor grammar |
0.0.14_1 04 Jul 2025 21:41:36
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: document linux-nvidia-libs for libcuda.so |
0.0.14_1 04 Jul 2025 21:11:22
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: better document how to run |
0.0.14 09 Jun 2025 07:07:50
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: update to 0.0.14
Changes: https://github.com/elFarto/nvidia-vaapi-driver/releases/tag/v0.0.14
Reported by: GitHub (watch releases) |
0.0.13_1 09 Jun 2025 07:07:48
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: unbreak runtime without NVD_FORCE_INIT=1 |
0.0.13 03 Nov 2024 21:53:12
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: update to 0.0.13
Changes: https://github.com/elFarto/nvidia-vaapi-driver/releases/tag/v0.0.13
Reported by: GitHub (watch releases) |
0.0.12 06 May 2024 13:32:55
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: update to 0.0.12
Changes: https://github.com/elFarto/nvidia-vaapi-driver/releases/tag/v0.0.12
Reported by: GitHub (watch releases) |
0.0.11 06 Nov 2023 13:55:16
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: update to 0.0.11
Changes: https://github.com/elFarto/nvidia-vaapi-driver/releases/tag/v0.0.11
Reported by: GitHub (watch releases) |
0.0.10 20 Aug 2023 23:48:22
    |
Jan Beich (jbeich)  |
multimedia/libva-nvidia-driver: add new port
This is an VA-API implementation that uses NVDEC as a backend. This
implementation is specifically designed to be used by Firefox for
accelerated decode of web content, and may not operate correctly in
other applications.
System requirements:
- Non-legacy NVIDIA GPU
- nvidia-drm-kmod for DMA-BUF
- libc6-shim (nv-sglrun) for NVDEC
https://github.com/elFarto/nvidia-vaapi-driver |