diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2024-08-22 20:37:57 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-08-23 00:05:14 +0700 |
commit | be51d1869dadd4d930e7be0df6cb31744716710d (patch) | |
tree | 6833bbed204f1bde7cca2e6daa25e24b34a64d4e /system/nvidia-kernel | |
parent | 06c6df937855b50fc0e5c56ff9a1e2513d85266d (diff) |
system/nvidia-kernel: Updated for version 560.35.03.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-kernel')
-rw-r--r-- | system/nvidia-kernel/README | 15 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.SlackBuild | 2 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.info | 6 |
3 files changed, 5 insertions, 18 deletions
diff --git a/system/nvidia-kernel/README b/system/nvidia-kernel/README index f2c3bbc467d5a..3f676b640618e 100644 --- a/system/nvidia-kernel/README +++ b/system/nvidia-kernel/README @@ -31,11 +31,6 @@ open kernel modules cannot support GPUs before Turing, because the open kernel modules depend on the GPU System Processor (GSP) first introduced in Turing. -"Most features of the Linux GPU driver are supported with the open -flavor of kernel modules, including CUDA, Vulkan, OpenGL, OptiX, and -X11. We eventually intend for the open kernel modules to replace the -proprietary kernel modules. - "The following features will only work with the open kernel modules flavor of the driver: @@ -47,13 +42,5 @@ flavor of the driver: o CPU affinity for GPU fault handlers - o DMABUF support for CUDA allocations - -G-sync on notebooks is not yet supported by the open kernel modules. + o DMABUF support for CUDA allocations" -Use of the open kernel modules on GeForce and Workstation GPUs should -be considered Beta quality in this release and no longer requires -setting of the "NVreg_OpenRmEnableUnsupportedGpus" nvidia.ko kernel -module parameter. The open kernel modules are suitable for broad -usage, and NVIDIA requests feedback on any issues encountered that are -specific to them." diff --git a/system/nvidia-kernel/nvidia-kernel.SlackBuild b/system/nvidia-kernel/nvidia-kernel.SlackBuild index 9b922b7d6fe7a..ba556262669e3 100644 --- a/system/nvidia-kernel/nvidia-kernel.SlackBuild +++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild @@ -29,7 +29,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nvidia-kernel -VERSION=${VERSION:-555.58.02} +VERSION=${VERSION:-560.35.03} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/nvidia-kernel/nvidia-kernel.info b/system/nvidia-kernel/nvidia-kernel.info index e48bd59aa9a5b..7b7084327f3f0 100644 --- a/system/nvidia-kernel/nvidia-kernel.info +++ b/system/nvidia-kernel/nvidia-kernel.info @@ -1,10 +1,10 @@ PRGNAM="nvidia-kernel" -VERSION="555.58.02" +VERSION="560.35.03" HOMEPAGE="https://www.nvidia.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/555.58.02/NVIDIA-Linux-x86_64-555.58.02.run" -MD5SUM_x86_64="f6efa3d40fccc97fbac9b55fc81e30d7" +DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/560.35.03/NVIDIA-Linux-x86_64-560.35.03.run" +MD5SUM_x86_64="d4f54004bb80da17b3e2fb21ac17c018" REQUIRES="" MAINTAINER="Lenard Spencer" EMAIL="lenardrspencer@gmail.com" |