diff options
Diffstat (limited to 'system/nvidia-kernel')
-rw-r--r-- | system/nvidia-kernel/README | 4 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.SlackBuild | 6 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.info | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/system/nvidia-kernel/README b/system/nvidia-kernel/README index 3f676b6406..ea66e645f7 100644 --- a/system/nvidia-kernel/README +++ b/system/nvidia-kernel/README @@ -44,3 +44,7 @@ flavor of the driver: o DMABUF support for CUDA allocations" +EOL NOTE: The 580.xx series will be the last to support the Maxwell +and Pascal GPUs (GTX 745,750; GT(X) 8xx,9xx,10xx cards) as well as +Volta (Titan series). When the next driver series is released, this +will become nvidia-legacy580. diff --git a/system/nvidia-kernel/nvidia-kernel.SlackBuild b/system/nvidia-kernel/nvidia-kernel.SlackBuild index 4fa385aa7d..b9b236b0e0 100644 --- a/system/nvidia-kernel/nvidia-kernel.SlackBuild +++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild @@ -29,8 +29,8 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=nvidia-kernel -VERSION=${VERSION:-570.124.04} -BUILD=${BUILD:-1} +VERSION=${VERSION:-580.76.05} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -93,7 +93,6 @@ find -L . \ -o -perm 440 -o -perm 400 \) -exec chmod 644 {} \; ( cd kernel$OPEN1 || exit 1 - # CC=${CC:-gcc} suppresses an otherwise harmless "compiler mismatch" # message. If you custom-build your kernel with clang, # then pass CC=clang to this script. @@ -105,6 +104,7 @@ install -m 0664 kernel$OPEN1/nvidia.ko $PKG/lib/modules/$KERNEL/kernel/drivers/v install -m 0664 kernel$OPEN1/nvidia-modeset.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/ install -m 0664 kernel$OPEN1/nvidia-drm.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/ install -m 0664 kernel$OPEN1/nvidia-uvm.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/ +install -m 0664 kernel$OPEN1/nvidia-peermem.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/ mkdir -p $PKG/usr/share/X11/xorg.conf.d/ cat $TMP/$SRCNAM/nvidia-drm-outputclass.conf > $PKG/usr/share/X11/xorg.conf.d/10-nvidia.conf diff --git a/system/nvidia-kernel/nvidia-kernel.info b/system/nvidia-kernel/nvidia-kernel.info index b1f127e1ef..4fc657a805 100644 --- a/system/nvidia-kernel/nvidia-kernel.info +++ b/system/nvidia-kernel/nvidia-kernel.info @@ -1,10 +1,10 @@ PRGNAM="nvidia-kernel" -VERSION="570.124.04" +VERSION="580.76.05" HOMEPAGE="https://www.nvidia.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/570.124.04/NVIDIA-Linux-x86_64-570.124.04.run" -MD5SUM_x86_64="3db4c7546e72893e076fffcff2568329" +DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/580.76.05/NVIDIA-Linux-x86_64-580.76.05.run" +MD5SUM_x86_64="4b13bbf37715597779be24db5a81969b" REQUIRES="" MAINTAINER="Lenard Spencer" EMAIL="lenardrspencer@gmail.com" |