Package Details: nvidia-470xx-utils 470.256.02-7

Git Clone URL: https://aur.archlinux.org/nvidia-470xx-utils.git (read-only, click to copy)
Package Base: nvidia-470xx-utils
Description: NVIDIA drivers utilities
Upstream URL: http://www.nvidia.com/
Keywords: driver nvidia video
Licenses: custom
Conflicts: nvidia-libgl, nvidia-utils
Provides: nvidia-libgl, nvidia-utils, opengl-driver, vulkan-driver
Submitter: jonathon
Maintainer: Sinyria (cysp74, SoftExpert)
Last Packager: SoftExpert
Votes: 99
Popularity: 0.88
First Submitted: 2021-10-31 00:50 (UTC)
Last Updated: 2024-11-10 08:39 (UTC)

Dependencies (6)

Required by (300)

Sources (11)

Latest Comments

« First ‹ Previous 1 .. 11 12 13 14 15 16 17 18 19 20 21 .. 40 Next › Last »

frdbr commented on 2023-07-19 03:11 (UTC)

Unfortunately I am not able to use both monitors now. One of them looses signal it seems as soon as the graphical interface starts.

Sinyria commented on 2023-07-16 10:31 (UTC)

ok nvm I looked into this now, and the way I went about was install the 11.1 nvcodec-headers from above install cuda 12-2, then relog for them to be added to PATH so nvcc can be found by ffmpeg compile scripts install ffmpeg-full from aur, because it is on the stable 6.0 release, above ffmpeg is on 6.1 git, which is still in development afaik, so might be ok, might have bugs and/or frequent re-builds. also ffmpeg-full contains my beloved libfdk-aac, which i need so aac audio encodes don't sound superbad. takes a while to compile, otherwise you could modify the pkgbuild of another leaner ffmpeg package to just enable libfdk-aac.

now obs is recording using libfdk-aac for audio, nvenc for video x264, and it works. :) the only caveat is that you have to untick "Psycho Visual Tuning" under Settings -> Output (requires Advanced, not Simple view) because it uses Temporal AQ, which is not supported by my card (GTX780), making obs segfault cos no device for encoding is found.

Sinyria commented on 2023-07-16 09:20 (UTC) (edited on 2023-07-16 09:23 (UTC) by Sinyria)

I've also experienced this issue since using OBS this week, I just didn't know that it used to work with the old cards until now :) Will look into this next week, what I found so far are these, which curiously also got created in the last days of June ;)

  • "FFmpeg version of headers required to interface with Nvidias codec APIs (Version 11.1 for driver 470.xx support)" - Aur package ffnvcodec-headers-11-1 11.1.5.2-1

  • "Complete solution to record, convert and stream audio and video, built with support for NVIDIA driver version 470.xx (git version)" - Aur package ffmpeg-nvcodec-11-1-git 6.1.r111301.gf780e07149-1

SoftExpert commented on 2023-07-16 06:45 (UTC)

@notfire: I suspect recent ffmpeg is expecting a more advanced Nvidia driver feature set; our line is barely maintained - mainly to make it still run with the latest kernels. You would probably want to recompile yourself ffmpeg, so that it picks whatever is available in the current driver headers ...

notfire commented on 2023-07-16 03:41 (UTC) (edited on 2023-07-16 03:41 (UTC) by notfire)

(not sure where to ask about this, so i figured i'd do it here since it's a driver issue)

i'm having an issue with OBS when trying to record using NVENC. i'm using the latest version of this driver (just made sure) and haven't had this issue before now. here's the error i'm getting:

Driver does not support the required nvenc API version. Required: 12.0 Found: 11.1

SoftExpert commented on 2023-07-15 08:51 (UTC)

All is good on my side as well - I built all related nvidia packages.

Minty95 commented on 2023-07-15 07:43 (UTC)

Just a average Arch user. But thanks in advance for being the maintainer and correcting the issue :)

Sinyria commented on 2023-07-15 07:26 (UTC)

package updated, compiled and installed without issues for me like this. Co-Maintainers added!

SoftExpert commented on 2023-07-15 07:26 (UTC)

@Sinyria: Excellent, thanks! Then continue as planned :-) ...

Sinyria commented on 2023-07-15 07:17 (UTC)

I was about to fix package then add you and cysp so this cant happen again.