diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2017-10-15 19:33:40 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-10-21 07:08:26 +0700 |
commit | 70d62c7c39c102d3444d561b31ff23589cac51e5 (patch) | |
tree | 6295740103b050535e119f6d00fdbf2c6f97386e /system | |
parent | a70460f6e4902b88541df2ee00ee6971e458d976 (diff) |
system/nvidia-kernel: Updated for version 384.90.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r-- | system/nvidia-kernel/README | 4 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.SlackBuild | 2 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.info | 10 |
3 files changed, 8 insertions, 8 deletions
diff --git a/system/nvidia-kernel/README b/system/nvidia-kernel/README index fa35d56c48fb..442c313a3801 100644 --- a/system/nvidia-kernel/README +++ b/system/nvidia-kernel/README @@ -6,8 +6,8 @@ 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 +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. 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 9eac21faede1..95e485246387 100644 --- a/system/nvidia-kernel/nvidia-kernel.SlackBuild +++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild @@ -28,7 +28,7 @@ # see nvidia-driver/changelog.txt PRGNAM=nvidia-kernel -VERSION=${VERSION:-375.66} +VERSION=${VERSION:-384.90} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} diff --git a/system/nvidia-kernel/nvidia-kernel.info b/system/nvidia-kernel/nvidia-kernel.info index da02d37b7551..48b4de14810f 100644 --- a/system/nvidia-kernel/nvidia-kernel.info +++ b/system/nvidia-kernel/nvidia-kernel.info @@ -1,10 +1,10 @@ PRGNAM="nvidia-kernel" -VERSION="375.66" +VERSION="384.90" HOMEPAGE="http://www.nvidia.com" -DOWNLOAD="https://download.nvidia.com/XFree86/Linux-x86/375.66/NVIDIA-Linux-x86-375.66.run" -MD5SUM="47dddb796fe39497cf6ae374591f6eb9" -DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/375.66/NVIDIA-Linux-x86_64-375.66.run" -MD5SUM_x86_64="9cf2c0a342a088211f25c5d8137097e6" +DOWNLOAD="https://download.nvidia.com/XFree86/Linux-x86/384.90/NVIDIA-Linux-x86-384.90.run" +MD5SUM="9423e4bdef7745c7b57a75c24f853b53" +DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/384.90/NVIDIA-Linux-x86_64-384.90.run" +MD5SUM_x86_64="487f9702d76d9eebea5b73b33fe4d602" REQUIRES="" MAINTAINER="Edward W. Koenig" EMAIL="kingbeowulf@gmail.com" |