diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2022-07-01 23:56:18 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-07-02 09:55:34 +0700 |
commit | 1b25c9f17b7bde4cfe535279232e722626d09da2 (patch) | |
tree | 9b287d2f96097951388b6cd82f8255eb5916cf2a /system/nvidia-open-kernel | |
parent | 89961c09da8e4654dbafa1bc1aad3f7deaab1658 (diff) |
system/nvidia-open-kernel: Updated for version 515.57.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-open-kernel')
-rw-r--r-- | system/nvidia-open-kernel/README | 4 | ||||
-rw-r--r-- | system/nvidia-open-kernel/geforce.conf (renamed from system/nvidia-open-kernel/nvidia.conf) | 0 | ||||
-rw-r--r-- | system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild | 8 | ||||
-rw-r--r-- | system/nvidia-open-kernel/nvidia-open-kernel.info | 6 | ||||
-rw-r--r-- | system/nvidia-open-kernel/slack-desc | 12 |
5 files changed, 17 insertions, 13 deletions
diff --git a/system/nvidia-open-kernel/README b/system/nvidia-open-kernel/README index 292f3fdd0a758..8671243a5c428 100644 --- a/system/nvidia-open-kernel/README +++ b/system/nvidia-open-kernel/README @@ -39,5 +39,9 @@ listed above." To use this module on these GPUs, pass GEFORCE=yes to the script. +PLEASE NOTE that ffmpeg hardware video encoding will NOT work with this +module. If you need this functionality, you MUST use the nvidia-kernel +script which builds from the proprietary release package. + After installation, you will need to reboot your computer for the changes to take effect. diff --git a/system/nvidia-open-kernel/nvidia.conf b/system/nvidia-open-kernel/geforce.conf index 9753fd91b45f4..9753fd91b45f4 100644 --- a/system/nvidia-open-kernel/nvidia.conf +++ b/system/nvidia-open-kernel/geforce.conf diff --git a/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild b/system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild index 84182ba63b11f..53aeeb73ee5e6 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:-515.48.07} +VERSION=${VERSION:-515.57} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -101,11 +101,11 @@ mkdir -p $PKG/usr/doc/$PRGNAM-$PKGVER cp -a README.md CHANGELOG.md SECURITY.md $PKG/usr/doc/$PRGNAM-$PKGVER cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$PKGVER/$PRGNAM.SlackBuild -# Geforce and workstation GPUs are not yet fully supported, so we need -# this if you are on those GPUs: +# Geforce and workstation GPUs are not yet fully supported, +# so we need this if you are on those GPUs: if [ "${GEFORCE:-no}" = "yes" ]; then mkdir -p $PKG/etc/modprobe.d - cat $CWD/nvidia.conf > $PKG/etc/modprobe.d/nvidia.conf + cat $CWD/geforce.conf > $PKG/etc/modprobe.d/geforce.conf fi mkdir -p $PKG/install diff --git a/system/nvidia-open-kernel/nvidia-open-kernel.info b/system/nvidia-open-kernel/nvidia-open-kernel.info index f5e959764e5c3..34822ddeba68e 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="515.48.07" +VERSION="515.57" 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-515.48.07.tar.xz" -MD5SUM_x86_64="73a6d10d7ef7b863f4c78b6704bdb8cb" +DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/NVIDIA-kernel-module-source/NVIDIA-kernel-module-source-515.57.tar.xz" +MD5SUM_x86_64="24651e7020e9963d5836a130c0c0c9f9" REQUIRES="" MAINTAINER="Lenard Spencer" EMAIL="lenardrspencer@gmail.com" diff --git a/system/nvidia-open-kernel/slack-desc b/system/nvidia-open-kernel/slack-desc index ed7ef3698665a..dc783a7f0f004 100644 --- a/system/nvidia-open-kernel/slack-desc +++ b/system/nvidia-open-kernel/slack-desc @@ -6,14 +6,14 @@ # customary to leave one space after the ':' except on otherwise blank lines. |-----handy-ruler------------------------------------------------------| -nvidia-open-kernel: nvidia-open-kernel (Kernel Interface for the nvidia driver) +nvidia-open-kernel: nvidia-open-kernel (Open kernel Interface for the nvidia driver) nvidia-open-kernel: nvidia-open-kernel: This is the source release of the NVIDIA Linux open GPU kernel -nvidia-open-kernel: modules, version @VERSION@. It is meant as an open source alternative -nvidia-open-kernel: to the proprietary nvidia-kernel. See README.md for supported GPUs. -nvidia-open-kernel: -nvidia-open-kernel: Note that it CANNOT be installed with the proprietary nvidia-kernel -nvidia-open-kernel: SBo package. +nvidia-open-kernel: modules, version @VERSION@. It is meant as an open source +nvidia-open-kernel: alternative to the proprietary nvidia-kernel. See README.md for +nvidia-open-kernel: supported GPUs. +nvidia-open-kernel: Note that it CANNOT be installed alongside the proprietary +nvidia-open-kernel: nvidia-kernel SBo package. nvidia-open-kernel: nvidia-open-kernel: https://github.com/NVIDIA/open-gpu-kernel-modules/ nvidia-open-kernel: |