mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
system/nvidia-kernel: Updated for version 375.39.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
484f5994bb
commit
1d3d55aa4c
3 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@ start the script setting the KERNEL variable as in
|
|||
|
||||
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
|
||||
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.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for nvidia-kernel
|
||||
|
||||
# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2012-2016 Edward W. Koenig, Vancouver, WA, USA
|
||||
# Copyright 2012-2017 Edward W. Koenig, Vancouver, WA, USA
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -28,7 +28,7 @@
|
|||
# see nvidia-driver/changelog.txt
|
||||
|
||||
PRGNAM=nvidia-kernel
|
||||
VERSION=${VERSION:-367.44}
|
||||
VERSION=${VERSION:-375.39}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nvidia-kernel"
|
||||
VERSION="367.44"
|
||||
VERSION="375.39"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/367.44/NVIDIA-Linux-x86-367.44.run"
|
||||
MD5SUM="93ff8e1fe32939ca4fd6522b93825edc"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/367.44/NVIDIA-Linux-x86_64-367.44.run"
|
||||
MD5SUM_x86_64="d34b42e64b25bf2a8d7b9a157723a3bd"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/375.39/NVIDIA-Linux-x86-375.39.run"
|
||||
MD5SUM="9247d5eb9df58bb7755c9060ef5d103d"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_64-375.39.run"
|
||||
MD5SUM_x86_64="35b32baba21089dfe5d960ae89d98cde"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Edward W. Koenig"
|
||||
EMAIL="kingbeowulf@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue