mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-07 20:27:02 +01:00
system/nvidia-kernel: Updated for version 410.73.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
666fb8a290
commit
0aba99b87c
2 changed files with 12 additions and 15 deletions
|
@ -28,7 +28,7 @@
|
|||
# see nvidia-driver/changelog.txt
|
||||
|
||||
PRGNAM=nvidia-kernel
|
||||
VERSION=${VERSION:-390.87}
|
||||
VERSION=${VERSION:-410.73}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -41,20 +41,17 @@ PKGVER=${VERSION}_$(echo $KERNEL | tr - _)
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
TARGET="x86"
|
||||
SRCSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
TARGET="x86"
|
||||
SRCSUFFIX=""
|
||||
elif [ "$ARCH" = "x86_64" ]; then
|
||||
if [ "$ARCH" = "x86_64" ]; then
|
||||
TARGET="x86_64"
|
||||
else
|
||||
echo "$ARCH is not supported."
|
||||
exit 1
|
||||
fi
|
||||
|
||||
unset ARCH
|
||||
|
@ -92,7 +89,7 @@ if [ "$TARGET" = "x86_64" ]; then
|
|||
install -m 0664 kernel/nvidia-uvm.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/
|
||||
fi
|
||||
|
||||
# Make sure the X is specified to automagically load the
|
||||
# Make sure the X is specified to automagically load the
|
||||
# correct driver, since I always forget. You can remove
|
||||
# this file if you have an equivilent entry in /etc/X11/xorg.d
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nvidia-kernel"
|
||||
VERSION="390.87"
|
||||
VERSION="410.73"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="https://download.nvidia.com/XFree86/Linux-x86/390.87/NVIDIA-Linux-x86-390.87.run"
|
||||
MD5SUM="c21fd1e9048d3cf12552a9e9035df3cf"
|
||||
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/390.87/NVIDIA-Linux-x86_64-390.87.run"
|
||||
MD5SUM_x86_64="35c36552e252a18297d6e1b976ef247c"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/410.73/NVIDIA-Linux-x86_64-410.73.run"
|
||||
MD5SUM_x86_64="c472621894ea888344cdd9f7c824be19"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Edward W. Koenig"
|
||||
EMAIL="kingbeowulf@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue