diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-09-05 08:18:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-09-05 08:18:26 +0700 |
commit | 25c6196a46c8756ff43b1504387f5c320f3d3808 (patch) | |
tree | 85cd6d0033da0b20c683af7f6b55af03eaaa619a /system | |
parent | 16b4bada04cd4e1a6bc4184ac8925434bea8778c (diff) | |
download | slackbuilds-25c6196a46c8756ff43b1504387f5c320f3d3808.tar.gz |
system/nvidia-kernel: Updated for version 450.66.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/nvidia-kernel/README | 9 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.SlackBuild | 2 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.info | 6 |
3 files changed, 9 insertions, 8 deletions
diff --git a/system/nvidia-kernel/README b/system/nvidia-kernel/README index d1a52f94b6..35109efbf0 100644 --- a/system/nvidia-kernel/README +++ b/system/nvidia-kernel/README @@ -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. diff --git a/system/nvidia-kernel/nvidia-kernel.SlackBuild b/system/nvidia-kernel/nvidia-kernel.SlackBuild index ffd40b6fa9..1f20518bf2 100644 --- a/system/nvidia-kernel/nvidia-kernel.SlackBuild +++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild @@ -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} diff --git a/system/nvidia-kernel/nvidia-kernel.info b/system/nvidia-kernel/nvidia-kernel.info index 56f7bfc1c9..b35df42b0e 100644 --- a/system/nvidia-kernel/nvidia-kernel.info +++ b/system/nvidia-kernel/nvidia-kernel.info @@ -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" |