system/nvidia-open-kernel: Updated for version 535.104.05.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2023-08-30 22:19:14 +09:00 committed by Willy Sudiarto Raharjo
parent 9293214884
commit e05759f7c8
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 12 additions and 9 deletions

View File

@ -27,11 +27,14 @@ because the open kernel modules depend on the GPU System Processor
"Most features of the Linux GPU driver are supported with the open "Most features of the Linux GPU driver are supported with the open
flavor of kernel modules, including CUDA, Vulkan, OpenGL, OptiX, and flavor of kernel modules, including CUDA, Vulkan, OpenGL, OptiX, and
X11. However, in the current release, some display and graphics X11. G-Sync with desktop GPUs is supported. Suspend, Hibernate,
features (notably: G-SYNC, Quadro Sync, SLI, Stereo, rotation in X11, and Resume power management is supported, as is Run Time D3 (RTD3) on
and YUV 4:2:0 on Turing), as well as power management, and NVIDIA Ampere and later GPUs. However, in the current release, some display
virtual GPU (vGPU), are not yet supported. These features will be and graphics features (notably: SLI, G-Sync on notebooks, preserving
added in upcoming driver releases. video memory across power management events with
NVreg_PreserveVideoMemoryAllocations set) and NVIDIA virtual GPU
(vGPU), are not yet supported. These features will be added in
upcoming driver releases.
"Use of the open kernel modules on GeForce and Workstation GPUs should "Use of the open kernel modules on GeForce and Workstation GPUs should
be considered alpha-quality in this release due to the missing features be considered alpha-quality in this release due to the missing features

View File

@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nvidia-open-kernel PRGNAM=nvidia-open-kernel
VERSION=${VERSION:-535.98} VERSION=${VERSION:-535.104.05}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="nvidia-open-kernel" PRGNAM="nvidia-open-kernel"
VERSION="535.98" VERSION="535.104.05"
HOMEPAGE="https://github.com/NVIDIA/open-gpu-kernel-modules/" HOMEPAGE="https://github.com/NVIDIA/open-gpu-kernel-modules/"
DOWNLOAD="UNSUPPORTED" DOWNLOAD="UNSUPPORTED"
MD5SUM="" MD5SUM=""
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-535.98.tar.xz" DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-535.104.05.tar.xz"
MD5SUM_x86_64="14694768c119d1123a5c4b480f9a5c18" MD5SUM_x86_64="898a943b1049b3e120c567919473708d"
REQUIRES="" REQUIRES=""
MAINTAINER="Lenard Spencer" MAINTAINER="Lenard Spencer"
EMAIL="lenardrspencer@gmail.com" EMAIL="lenardrspencer@gmail.com"