system/nvidia-kernel: Updated for version 450.66.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Lenard Spencer 2020-09-05 08:18:26 +07:00 committed by Willy Sudiarto Raharjo
parent 16b4bada04
commit 25c6196a46
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with 9 additions and 8 deletions

View File

@ -6,9 +6,10 @@ start the script setting the KERNEL variable as in
KERNEL=4.6.3 ./nvidia-kernel.SlackBuild
A default config file is placed at
/usr/share/X11/xorg.conf.d/10-nvidia.conf to make sure that X loads the
nvidia module. If you need to make changes, move that file to
/etc/X11/xorg.conf.d/ and edit the copy. You do not need this file at
all if you have a proper and complete xorg.conf.
/usr/share/X11/xorg.conf.d/10-nvidia.conf
to make sure that X loads the nvidia module.
If you need to make changes, copy that file to /etc/X11/xorg.conf.d/
and edit the copy. You do not need this file at all if you have a
proper and complete xorg.conf.
The xf86-video-nouveau-blacklist package from /extra is required.

View File

@ -29,7 +29,7 @@
# see nvidia-driver/changelog.txt
PRGNAM=nvidia-kernel
VERSION=${VERSION:-440.100}
VERSION=${VERSION:-450.57}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="nvidia-kernel"
VERSION="440.100"
VERSION="450.66"
HOMEPAGE="http://www.nvidia.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/440.100/NVIDIA-Linux-x86_64-440.100.run"
MD5SUM_x86_64="7b99bcd2807ecd37af60d29de7bc30c2"
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/450.66/NVIDIA-Linux-x86_64-450.66.run"
MD5SUM_x86_64="f2fc84773487a2f4c405788afc1b85c5"
REQUIRES=""
MAINTAINER="Lenard Spencer"
EMAIL="lenardrspencer@gmail.com"