system/nvidia-driver: Updated for version 440.100.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
7048318e1e
commit
a55462544b
|
@ -2,10 +2,11 @@ This is the proprietary binary video driver from NVidia for the X.Org
|
|||
X-server. This package does not include the kernel-module - it is a part
|
||||
of the nvidia-kernel package at SlackBuilds.org.
|
||||
|
||||
NOTE: 64-bit x86_64 support ONLY for Slackware64. For x86 32-bit support,
|
||||
use nvidia-legacy390-{driver,kernel}
|
||||
NOTE: 64-bit x86_64 support ONLY for Slackware64. For x86 32-bit
|
||||
support, use nvidia-legacy390-{driver,kernel}
|
||||
|
||||
Installing the 32-bit compatibility libraries is available: if desired, do:
|
||||
Installing the 32-bit compatibility libraries is available: if desired,
|
||||
do:
|
||||
COMPAT32="yes" ./nvidia-driver.SlackBuild
|
||||
|
||||
If you plan to test this buildscript on current (15.0 EXPERIMENTAL), to
|
||||
|
@ -19,9 +20,10 @@ Several useful utilities are included: nvidia-xsettings, nvidia-smi, and
|
|||
nvidia-settings. Please refer to the Nvidia documentation and man pages
|
||||
for details and usage.
|
||||
|
||||
For CUDA/OpenCL to work after reboot, and for utilites such as nvidia-smi,
|
||||
you might need to include the following line in your /etc/rc.d/rc.local:
|
||||
(This is required if you plan on running nvidia-persistenced)
|
||||
For CUDA/OpenCL to work after reboot, and for utilites such as
|
||||
nvidia-smi, you might need to include the following line in your
|
||||
/etc/rc.d/rc.local: (This is required if you plan on running
|
||||
nvidia-persistenced)
|
||||
|
||||
# Create missing nvidia device nodes after reboot
|
||||
/usr/bin/nvidia-modprobe -c 0 -u
|
||||
|
|
|
@ -51,3 +51,4 @@
|
|||
7.3 24-Mar-2020 version update LLB, fixes nvidia-switch; doinst; update patch (thanks Daniel B.)
|
||||
7.4 03-Apr-2020 script cleanups, added rc.nvidia-persitenced
|
||||
new maintainer Lenard Spencer <lenardrspencer@gmail.com>
|
||||
7.5 27-JUN-2020 version update LLB
|
||||
|
|
|
@ -27,8 +27,8 @@
|
|||
# see changelog.txt
|
||||
|
||||
PRGNAM=nvidia-driver
|
||||
VERSION=${VERSION:-440.82}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-440.100}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
CURRENT=${CURRENT:-no}
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
PRGNAM="nvidia-driver"
|
||||
VERSION="440.82"
|
||||
VERSION="440.100"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/440.82/NVIDIA-Linux-x86_64-440.82.run \
|
||||
https://download.nvidia.com/XFree86/nvidia-installer/nvidia-installer-440.82.tar.bz2 \
|
||||
https://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-440.82.tar.bz2 \
|
||||
https://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-440.82.tar.bz2 \
|
||||
https://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-440.82.tar.bz2 \
|
||||
https://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-440.82.tar.bz2"
|
||||
MD5SUM_x86_64="80eb4fd64124c5cab0ebf560f84a9bfa \
|
||||
de77054e0718af0d164eed7409805d12 \
|
||||
3e70b9d80cae148d86c4173ba3fff1c5 \
|
||||
c457dfcfd7c490f087ae09f76352738a \
|
||||
cb2f2ae00e623399961a1f9ab276fea0 \
|
||||
fefdfa0b14ed6369e319a41e0fb90c79"
|
||||
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/440.100/NVIDIA-Linux-x86_64-440.100.run \
|
||||
https://download.nvidia.com/XFree86/nvidia-installer/nvidia-installer-440.100.tar.bz2 \
|
||||
https://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-440.100.tar.bz2 \
|
||||
https://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-440.100.tar.bz2 \
|
||||
https://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-440.100.tar.bz2 \
|
||||
https://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-440.100.tar.bz2"
|
||||
MD5SUM_x86_64="7b99bcd2807ecd37af60d29de7bc30c2 \
|
||||
0549194f418fd1b4189e68ab04185459 \
|
||||
ff3c7c317483c078f97efc9a794d5b85 \
|
||||
696ae6ec596fec78fe8c360fe91d6a81 \
|
||||
3e584be299f8948b13626974757f0141 \
|
||||
8ef4b7498ed2740a1f1d3dcf103a985c"
|
||||
REQUIRES="nvidia-kernel"
|
||||
MAINTAINER="Lenard Spencer"
|
||||
EMAIL="lenardrspencer@gmail.com"
|
||||
|
|
Loading…
Reference in New Issue