summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Lenard Spencer <lenardrspencer@gmail.com>2023-08-30 22:19:14 +0900
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2023-09-02 18:02:24 +0700
commite05759f7c8bb3866147b161d87e701378643f790 (patch)
tree5ceb681c022ddca62e9bc64eadbe51d65fd4afc1 /system
parent9293214884b475f0f91aab3c9c8288d4accddeeb (diff)
downloadslackbuilds-e05759f7c8bb3866147b161d87e701378643f790.tar.gz
slackbuilds-e05759f7c8bb3866147b161d87e701378643f790.tar.xz
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>
Diffstat (limited to 'system')
-rw-r--r--system/nvidia-open-kernel/README13
-rw-r--r--system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild2
-rw-r--r--system/nvidia-open-kernel/nvidia-open-kernel.info6
3 files changed, 12 insertions, 9 deletions
diff --git a/system/nvidia-open-kernel/README b/system/nvidia-open-kernel/README
index 8671243a5c..8812b2ea51 100644
--- a/system/nvidia-open-kernel/README
+++ b/system/nvidia-open-kernel/README
@@ -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
flavor of kernel modules, including CUDA, Vulkan, OpenGL, OptiX, and
-X11. However, in the current release, some display and graphics
-features (notably: G-SYNC, Quadro Sync, SLI, Stereo, rotation in X11,
-and YUV 4:2:0 on Turing), as well as power management, and NVIDIA
-virtual GPU (vGPU), are not yet supported. These features will be
-added in upcoming driver releases.
+X11. G-Sync with desktop GPUs is supported. Suspend, Hibernate,
+and Resume power management is supported, as is Run Time D3 (RTD3) on
+Ampere and later GPUs. However, in the current release, some display
+and graphics features (notably: SLI, G-Sync on notebooks, preserving
+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
be considered alpha-quality in this release due to the missing features
diff --git a/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild b/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
index 186c7de769..e85a53ffd7 100644
--- a/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
+++ b/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
@@ -27,7 +27,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=nvidia-open-kernel
-VERSION=${VERSION:-535.98}
+VERSION=${VERSION:-535.104.05}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/system/nvidia-open-kernel/nvidia-open-kernel.info b/system/nvidia-open-kernel/nvidia-open-kernel.info
index 368541181c..5d0ff1b66c 100644
--- a/system/nvidia-open-kernel/nvidia-open-kernel.info
+++ b/system/nvidia-open-kernel/nvidia-open-kernel.info
@@ -1,10 +1,10 @@
PRGNAM="nvidia-open-kernel"
-VERSION="535.98"
+VERSION="535.104.05"
HOMEPAGE="https://github.com/NVIDIA/open-gpu-kernel-modules/"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
-DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-535.98.tar.xz"
-MD5SUM_x86_64="14694768c119d1123a5c4b480f9a5c18"
+DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-535.104.05.tar.xz"
+MD5SUM_x86_64="898a943b1049b3e120c567919473708d"
REQUIRES=""
MAINTAINER="Lenard Spencer"
EMAIL="lenardrspencer@gmail.com"