system/nvidia-driver: update for version 440.59, minor edits

Signed-off-by: Edward W. Koenig <kingbeowulf@glinuxgalaxy.org>
This commit is contained in:
Edward W. Koenig 2020-02-12 19:03:07 -08:00 committed by Willy Sudiarto Raharjo
parent 0563bbc225
commit 9def3e4499
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
5 changed files with 20 additions and 21 deletions

View File

@ -30,9 +30,7 @@ Notes:
2. If nvidia-driver is already installed, there may be extraneous
"unable to find installed file..." messages on the console and log.
This is benign and due to the nvidia installer not being very smart.
3. If you want to revert back to the open source drivers,
3. If you want to revert back to the open source drivers, run
'nvidia-switch --remove' to restore the original libGL.la and then
'removepkg nvidia-driver' "should" work in most cases. If not, simply
reinstall the orginal Mesa and xorg-server packages.
4. With the deprecation of nvidia-switch, 'upgradepkg nvidia-driver'
"should" work in most cases. If not, follow #3 above and then install
the new package.

View File

@ -46,4 +46,5 @@
6.6 10-AUG-2019 version update LLB, drop non-glvnd libs. This script will NOT work on current
6.7 11-SEP-2019 version update LLB, fix for pre-Turing GPUs (This script will NOT work on current).
7.0 28-Sep-2019 version update LLB, add temp glvnd switch for 15.0, remove nvidia-switch
7.1 15-Dec-2019 version update LLB, fix libs
7.1 15-Dec-2019 version update LLB, fix libs
7.2 12-Feb-2020 version update LLB

View File

@ -25,7 +25,7 @@
# see changelog.txt
PRGNAM=nvidia-driver
VERSION=${VERSION:-440.44}
VERSION=${VERSION:-440.59}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View File

@ -1,20 +1,20 @@
PRGNAM="nvidia-driver"
VERSION="440.44"
VERSION="440.59"
HOMEPAGE="http://www.nvidia.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/440.44/NVIDIA-Linux-x86_64-440.44.run \
https://download.nvidia.com/XFree86/nvidia-installer/nvidia-installer-440.44.tar.bz2 \
https://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-440.44.tar.bz2 \
https://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-440.44.tar.bz2 \
https://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-440.44.tar.bz2 \
https://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-440.44.tar.bz2"
MD5SUM_x86_64="8b72e9af14e43171405526a308a08796 \
f05affe38d9cebd8187e43959be68418 \
80735545a9db47a33e6c0f6f21e5a8c8 \
b2aa0c6c5fdfe4af2aa75da579ede1ce \
fc4a7b3a51f36ecada5dbc98fed02457 \
2fb930fec0e76939c13394c43d195abb"
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/440.59/NVIDIA-Linux-x86_64-440.59.run \
https://download.nvidia.com/XFree86/nvidia-installer/nvidia-installer-440.59.tar.bz2 \
https://download.nvidia.com/XFree86/nvidia-modprobe/nvidia-modprobe-440.59.tar.bz2 \
https://download.nvidia.com/XFree86/nvidia-persistenced/nvidia-persistenced-440.59.tar.bz2 \
https://download.nvidia.com/XFree86/nvidia-settings/nvidia-settings-440.59.tar.bz2 \
https://download.nvidia.com/XFree86/nvidia-xconfig/nvidia-xconfig-440.59.tar.bz2"
MD5SUM_x86_64="596a63329c35d24cd787dc4e7e72d2d1 \
18b0d54da4df390176dc3654a1a5f1f6 \
7b2dbf349b01bd0c3d40793271f015c5 \
1b17220f26eb4ba620e665c3d7f5fbbd \
755393454e1c6de7ebbdb8626ce0e45f \
9b319801537a1bc68f0291bf1b8682f7"
REQUIRES="nvidia-kernel"
MAINTAINER="Edward W. Koenig"
EMAIL="kingbeowulf@gmail.com"

View File

@ -43,7 +43,7 @@ GLVND="yes" # This will be replaced in the build script (yes | no)
save_GL(){
# backup original mesa and xorg conflicts ##to /var/log/nvidia
# backup original mesa and xorg conflicts to /var/log/nvidia
cd $2
case "$1" in
"nvidia")
@ -102,7 +102,7 @@ nvidia_remove(){
usage(){
echo "Usage:"
echo " --install Set up nvidia driver files"
echo " --install Set up nvidia driver files (do not use!)"
echo " --remove Return to stock xorg files and restore all symlinks"
echo " --help Show this help message"
}