Browse Source

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>
pull/186/head
Lenard Spencer 3 years ago
committed by Willy Sudiarto Raharjo
parent
commit
1b25c9f17b
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 4
      system/nvidia-open-kernel/README
  2. 0
      system/nvidia-open-kernel/geforce.conf
  3. 8
      system/nvidia-open-kernel/nvidia-open-kernel.SlackBuild
  4. 6
      system/nvidia-open-kernel/nvidia-open-kernel.info
  5. 12
      system/nvidia-open-kernel/slack-desc

4
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.

0
system/nvidia-open-kernel/nvidia.conf → system/nvidia-open-kernel/geforce.conf

8
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

6
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"

12
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:
Loading…
Cancel
Save