summaryrefslogtreecommitdiffstats
path: root/system/nvidia-kernel
diff options
context:
space:
mode:
author Edward Koenig2012-11-26 04:26:31 +0100
committer dsomero2012-12-11 22:20:48 +0100
commit5bf61a3cb4f97203d493be4260d4fe9d825dd100 (patch)
treef8972a832c952d4307c6555247fc78be5c6b5278 /system/nvidia-kernel
parentcdc5be02461e6aacf723c15469b0dd40d06341a7 (diff)
downloadslackbuilds-5bf61a3cb4f97203d493be4260d4fe9d825dd100.tar.gz
system/nvidia-kernel: Updated for version 310.19.
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/nvidia-kernel')
-rw-r--r--system/nvidia-kernel/README5
-rw-r--r--system/nvidia-kernel/nvidia-kernel.SlackBuild4
-rw-r--r--system/nvidia-kernel/nvidia-kernel.info10
3 files changed, 11 insertions, 8 deletions
diff --git a/system/nvidia-kernel/README b/system/nvidia-kernel/README
index fe7951db6a..f6af142abc 100644
--- a/system/nvidia-kernel/README
+++ b/system/nvidia-kernel/README
@@ -3,10 +3,11 @@ You also need the nvidia-driver package from SlackBuilds.org.
To build the package for a kernel different from the running one,
start the script setting the KERNEL variable as in
- KERNEL=2.6.38.8 ./nvidia-kernel.SlackBuild
+ 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.
+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.
diff --git a/system/nvidia-kernel/nvidia-kernel.SlackBuild b/system/nvidia-kernel/nvidia-kernel.SlackBuild
index 01af91708e..43083303d0 100644
--- a/system/nvidia-kernel/nvidia-kernel.SlackBuild
+++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild
@@ -36,9 +36,11 @@
# 1.7 26-DEC-2011 version bump
# 1.8 24-MAR-2012 new version
# 1.9 15-JUL-2012 new version - Short Lived Branch
+# 2.0 25-SEP-2012 new version - Long Lived Branch
+# 2.2 22-NOV-2012 new version - Long Lived Branch.
PRGNAM=nvidia-kernel
-VERSION=302.17
+VERSION=310.19
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/nvidia-kernel/nvidia-kernel.info b/system/nvidia-kernel/nvidia-kernel.info
index 347dee2acf..983332066b 100644
--- a/system/nvidia-kernel/nvidia-kernel.info
+++ b/system/nvidia-kernel/nvidia-kernel.info
@@ -1,10 +1,10 @@
PRGNAM="nvidia-kernel"
-VERSION="302.17"
+VERSION="310.19"
HOMEPAGE="http://www.nvidia.com"
-DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/302.17/NVIDIA-Linux-x86-302.17.run"
-MD5SUM="b7f908ea08218df08db06026215ec419"
-DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/302.17/NVIDIA-Linux-x86_64-302.17.run"
-MD5SUM_x86_64="5b09f013644b93bc6b1a290a2d514142"
+DOWNLOAD="ftp://download.nvidia.com/XFree86/Linux-x86/310.19/NVIDIA-Linux-x86-310.19.run"
+MD5SUM="2adbdd38540b3a8955714760e05f575d"
+DOWNLOAD_x86_64="ftp://download.nvidia.com/XFree86/Linux-x86_64/310.19/NVIDIA-Linux-x86_64-310.19.run"
+MD5SUM_x86_64="0b498d3b2dfd123032cb93196e0f475c"
REQUIRES=""
MAINTAINER="Edward Koenig"
EMAIL="kingbeowulf@gmail.com"