mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-25 10:03:03 +01:00
system/nvidia-legacy340-kernel: Updated for version 340.102.
(* Security fix *) Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
e4d07ed48f
commit
1bdd9806d4
3 changed files with 12 additions and 12 deletions
|
@ -6,8 +6,8 @@ start the script setting the KERNEL variable as in
|
|||
KERNEL=3.2.34 ./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,
|
||||
copy that file to /etc/X11/xorg.conf.d/ and edit the copy. You do not need
|
||||
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.
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for nvidia-kernel
|
||||
|
||||
# Copyright 2007-2011 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2011-2015 Edward W. Koenig, Vancouver, WA, USA
|
||||
# Copyright 2011-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 changelog.txt
|
||||
|
||||
PRGNAM=nvidia-legacy340-kernel
|
||||
VERSION=${VERSION:-340.96}
|
||||
VERSION=${VERSION:-340.102}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -39,13 +39,13 @@ PKGVER=${VERSION}_$(echo $KERNEL | tr - _)
|
|||
|
||||
if [ -z "$ARCH" ]; then
|
||||
case "$( uname -m )" in
|
||||
i?86) ARCH=i486 ;;
|
||||
i?86) ARCH=i586 ;;
|
||||
arm*) ARCH=arm ;;
|
||||
*) ARCH=$( uname -m ) ;;
|
||||
esac
|
||||
fi
|
||||
|
||||
if [ "$ARCH" = "i486" ]; then
|
||||
if [ "$ARCH" = "i586" ]; then
|
||||
TARGET="x86"
|
||||
SRCSUFFIX=""
|
||||
elif [ "$ARCH" = "i686" ]; then
|
||||
|
@ -87,7 +87,7 @@ mkdir -p $PKG/lib/modules/$KERNEL/kernel/drivers/video
|
|||
install -m 0664 kernel/nvidia.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/
|
||||
install -m 0664 kernel/uvm/nvidia-uvm.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/
|
||||
|
||||
# Make sure the X is specified to automagically load the
|
||||
# Make sure the X is specified to automagically load the
|
||||
# correct driver, since I always forget. You can remove
|
||||
# this file if you have an equivilent entry in /etc/X11/xorg.d
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="nvidia-legacy340-kernel"
|
||||
VERSION="340.96"
|
||||
VERSION="340.102"
|
||||
HOMEPAGE="http://www.nvidia.com"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/340.96/NVIDIA-Linux-x86-340.96.run"
|
||||
MD5SUM="cb64b165b638671bcdc75bcf297b8d90"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/340.96/NVIDIA-Linux-x86_64-340.96.run"
|
||||
MD5SUM_x86_64="f66b4f01a1edab6ce7d7b90d9b209cd1"
|
||||
DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/340.102/NVIDIA-Linux-x86-340.102.run"
|
||||
MD5SUM="61aad6a98238bc61466e6a9e392cfd08"
|
||||
DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/340.102/NVIDIA-Linux-x86_64-340.102.run"
|
||||
MD5SUM_x86_64="088934d412a8faab4592b352e1535857"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Edward W. Koenig"
|
||||
EMAIL="kingbeowulf@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue