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:
parent
9293214884
commit
e05759f7c8
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue