diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2021-05-10 20:10:17 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2021-05-17 08:49:45 +0700 |
commit | 5241add346e58d68cd51e2b99dabc641a5daa65d (patch) | |
tree | 392dc491f7900b5f222cb018080a108b204b66a5 /system/nvidia-legacy390-kernel | |
parent | 850efa92bfdd4c27cdd5abd001a5bc429d700aa1 (diff) |
system/nvidia-legacy390-kernel: Updated for version 390.143.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-legacy390-kernel')
-rw-r--r-- | system/nvidia-legacy390-kernel/README | 14 | ||||
-rw-r--r-- | system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.SlackBuild | 3 | ||||
-rw-r--r-- | system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.info | 10 |
3 files changed, 12 insertions, 15 deletions
diff --git a/system/nvidia-legacy390-kernel/README b/system/nvidia-legacy390-kernel/README index adb7c9d3fd669..b00ac67355c4b 100644 --- a/system/nvidia-legacy390-kernel/README +++ b/system/nvidia-legacy390-kernel/README @@ -6,13 +6,11 @@ To build the package for a kernel different from the running one, start the script setting the KERNEL variable as in KERNEL=4.6.3 ./nvidia-legacy390-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, 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. - -This script now includes the patches to enable building on newer -kernels. (MANY thanks to willysr and Herecura for the fixes.) +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. The xf86-video-nouveau-blacklist package from /extra is required. diff --git a/system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.SlackBuild b/system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.SlackBuild index 7c5c3101100a3..7e7ecd9e1868d 100644 --- a/system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.SlackBuild +++ b/system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.SlackBuild @@ -28,7 +28,7 @@ # see nvidia-driver/changelog.txt PRGNAM=nvidia-legacy390-kernel -VERSION=${VERSION:-390.141} +VERSION=${VERSION:-390.143} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -78,7 +78,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; (cd kernel || exit 1 - sed -i "s|error=undef|no-error=undef|" Kbuild make SYSSRC=$KERNELPATH module || exit 1 ) diff --git a/system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.info b/system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.info index 2cf1128cb0618..6d4935fe72bf1 100644 --- a/system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.info +++ b/system/nvidia-legacy390-kernel/nvidia-legacy390-kernel.info @@ -1,10 +1,10 @@ PRGNAM="nvidia-legacy390-kernel" -VERSION="390.141" +VERSION="390.143" HOMEPAGE="http://www.nvidia.com" -DOWNLOAD="https://download.nvidia.com/XFree86/Linux-x86/390.141/NVIDIA-Linux-x86-390.141.run" -MD5SUM="f3e6660ffe5338b17b7e643d0eceb57e" -DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/390.141/NVIDIA-Linux-x86_64-390.141.run" -MD5SUM_x86_64="0c7fc061349bbb2f0d7e26af9f1b082a" +DOWNLOAD="https://download.nvidia.com/XFree86/Linux-x86/390.143/NVIDIA-Linux-x86-390.143.run" +MD5SUM="7b5704f3c89223d5ecb4f26ca9463c26" +DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/390.143/NVIDIA-Linux-x86_64-390.143.run" +MD5SUM_x86_64="1b526fa9567a09eb1e18545f675c8f82" REQUIRES="" MAINTAINER="Lenard Spencer" EMAIL="lenardrspencer@gmai.com" |