Search Criteria
Package Details: libva-nvidia-driver-git 0.0.12.r11.gf3205bd-1
Package Actions
Git Clone URL: | https://aur.archlinux.org/libva-nvidia-driver-git.git (read-only, click to copy) |
---|---|
Package Base: | libva-nvidia-driver-git |
Description: | VA-API implementation that uses NVDEC as a backend (git version) |
Upstream URL: | https://github.com/elFarto/nvidia-vaapi-driver |
Licenses: | MIT |
Conflicts: | libva-nvidia-driver, libva-vdpau-driver |
Provides: | libva-nvidia-driver |
Submitter: | Nocifer |
Maintainer: | Nocifer |
Last Packager: | Nocifer |
Votes: | 29 |
Popularity: | 1.76 |
First Submitted: | 2023-03-06 08:43 (UTC) |
Last Updated: | 2024-05-13 14:19 (UTC) |
Dependencies (6)
- gst-plugins-bad-libs (gst-plugins-bad-libs-gitAUR)
- libegl (nvidia-340xx-utilsAUR, libglvnd-gitAUR, libglvnd)
- ffnvcodec-headers (ffnvcodec-headers-gitAUR, ffnvcodec-headers-11-1AUR) (make)
- git (git-gitAUR, git-glAUR) (make)
- libva (libva-gitAUR, intel-media-stack-binAUR, libva-headlessAUR) (make)
- meson (meson-gitAUR) (make)
Required by (2)
- moonlight-qt-bin (requires libva-nvidia-driver) (optional)
- moonlight-qt-git (requires libva-nvidia-driver) (optional)
Latest Comments
1 2 3 4 Next › Last »
Nocifer commented on 2024-05-13 14:23 (UTC)
@mirh Fixed the dependencies, but I don't think an environment variable specific to Firefox is in the purview of this (or any) package; rather, Firefox users should add it to their system manually if and when they need it.
mirh commented on 2024-02-02 12:26 (UTC)
You should adjust the dependencies to more closely mirror those of the normal package
Btw last time I checked you also needed
MOZ_DISABLE_RDD_SANDBOX=1
to make firefox happy.rossome commented on 2023-06-21 14:42 (UTC) (edited on 2023-06-22 19:38 (UTC) by rossome)
6bo74 commented on 2023-03-24 03:46 (UTC) (edited on 2023-03-24 03:49 (UTC) by 6bo74)
Thanks for this package. I'd just like to share what worked for me using a 3080 (drivers 525) on Xorg and Firefox 111.0.1:
Installing this package since it has direct-backend merged
In Firefox's
about:config
set:-
media.ffmpeg.vaapi.enabled
totrue
-
media.rdd-ffmpeg.enabled
totrue
[default]-
media.av1.enabled
totrue
(if supported by the GPU) [default]-
gfx.x11-egl.force-enabled
totrue
-
widget.dmabuf.force-enabled
totrue
(required on drivers 500+, see the README upstream)Then, though running
vainfo
alone didn't show the driver working, runningvainfo --display drm --device /dev/dri/renderD128
shows that it works (typical of this current direct-backend stuff I guess?). So all it was needed (at least for me) was to explicitly tell Firefox to use the correct Nvidia gpu device (even with only one installed) with the environment variableexport MOZ_DRM_DEVICE=/dev/dri/renderD128
where the number128
may change to something like129
when the local hardware includes multiple GPUs like having an Intel iGPU on 128 and then a dedicated Nvidia one on 129.These steps have been scattered around the issues page upstream so checkout there if it doesn't work with this.
TheBill2001 commented on 2023-03-13 09:52 (UTC) (edited on 2023-03-13 09:52 (UTC) by TheBill2001)
@kajlao What part of this do you not understand. libva-intel-driver is also changed for this reason.
kajlao commented on 2023-03-10 15:27 (UTC)
@Neurognostic libva-nvidia-driver should be renamed to nvidia-vaapi-driver, this is the correct name of the repo and the project.
Neurognostic commented on 2023-03-06 05:26 (UTC)
@vkxx Your warning is unnecessary. This is a VCS PKGBUILD and behaves exactly as expected. Only thing wrong with it is it should be renamed to
libva-nvidia-driver-git
to conform with the other VA-API driver packages.@alphabitserial The repository includes the headers from the
open-gpu-kenel-modules
project, so to use the direct backend the patch is not strictly necessary but can be used if you want the latest headers.vkxx commented on 2023-02-24 21:19 (UTC)
Warning: do not install this AUR because libva-nvidia-driver AUR is the same library but current version with bugs corrected! Maybe it's more optimal to remove AUR nvidia-vaapi-driver-git completely, but I don't know how to request it.
alphabitserial commented on 2023-02-24 00:00 (UTC) (edited on 2023-02-24 00:00 (UTC) by alphabitserial)
@kajlao: Please see the repository's README.
and in the section on the direct backend:
Sure, it compiles fine without it, but the EGL backend doesn't work on the latest version of the Nvidia driver. The PKGBUILD should be updated as per Sapphirus's suggestion to enable the user to choose between the default EGL backend and the Direct backend that works with the latest driver.
Edu4rdSHL commented on 2023-02-04 18:44 (UTC)
Please makes it conflict with libva-vdpau-driver
1 2 3 4 Next › Last »