Browse Source
system/nvidia-kernel: Updated for version 450.66.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/82/head
Lenard Spencer
5 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
9 additions and
8 deletions
-
system/nvidia-kernel/README
-
system/nvidia-kernel/nvidia-kernel.SlackBuild
-
system/nvidia-kernel/nvidia-kernel.info
|
|
@ -6,9 +6,10 @@ start the script setting the KERNEL variable as in |
|
|
|
KERNEL=4.6.3 ./nvidia-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, 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. |
|
|
|
/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. |
|
|
|
|
|
|
|
The xf86-video-nouveau-blacklist package from /extra is required. |
|
|
@ -29,7 +29,7 @@ |
|
|
|
# see nvidia-driver/changelog.txt |
|
|
|
|
|
|
|
PRGNAM=nvidia-kernel |
|
|
|
VERSION=${VERSION:-440.100} |
|
|
|
VERSION=${VERSION:-450.57} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="nvidia-kernel" |
|
|
|
VERSION="440.100" |
|
|
|
VERSION="450.66" |
|
|
|
HOMEPAGE="http://www.nvidia.com" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/440.100/NVIDIA-Linux-x86_64-440.100.run" |
|
|
|
MD5SUM_x86_64="7b99bcd2807ecd37af60d29de7bc30c2" |
|
|
|
DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/450.66/NVIDIA-Linux-x86_64-450.66.run" |
|
|
|
MD5SUM_x86_64="f2fc84773487a2f4c405788afc1b85c5" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Lenard Spencer" |
|
|
|
EMAIL="lenardrspencer@gmail.com" |