Created attachment 229087 [details] Update NVIDIA driver to 470.82.00 New NVIDIA drivers were released. https://www.nvidia.com/Download/driverResults.aspx/181280/ This patch updates it to 470.82.00 and adds support for 495.44.
For 495 series compat need this in the MAKE_ENV too: + EGL_EXTERNAL_PLATFORM_JSON_PATH=${STAGEDIR}${EGL_JSON_PATH} \
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ae576a3b287e06f3fc971b22ee035f7acfce41ec commit ae576a3b287e06f3fc971b22ee035f7acfce41ec Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-10-31 11:54:42 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-10-31 11:54:44 +0000 x11/nvidia-driver: update NVidia mainline driver to version 470.82.00 PR: 259496 (part 1) Submitted by: jkim x11/nvidia-driver/Makefile | 2 +- x11/nvidia-driver/distinfo | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-)
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2f121355b0fe67fc2d3991479a7d61eaf46f3da9 commit 2f121355b0fe67fc2d3991479a7d61eaf46f3da9 Author: Alexey Dokuchaev <danfe@FreeBSD.org> AuthorDate: 2021-11-02 09:58:24 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2021-11-02 09:58:25 +0000 x11/nvidia-driver: add support for the new feature branch 495.xx The `libnvidia-egl-gbm' library is not yet on the SUBDIR list in the `lib/Makefile', so record newly added pkg-plist entries as commented out for the moment. PR: 259496 (part 2) Submitted by: jkim x11/nvidia-driver/Makefile | 14 +++++++++++--- x11/nvidia-driver/pkg-plist | 3 +++ 2 files changed, 14 insertions(+), 3 deletions(-)
Committed with minor modifications, thanks everyone!
This port's Makefile really needs a comment reminding people to update linux-nvidia-libs.
(In reply to Alex S from comment #5) Both port are updated at the same time these days, often with the same commit. I might add one, but it's not like it's recurring problem or something.