system/nvidia-kernel: Updated for version 310.19.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
Edward Koenig 2012-11-25 21:26:31 -06:00 committed by dsomero
parent cdc5be0246
commit 5bf61a3cb4
3 changed files with 11 additions and 8 deletions

View file

@ -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.

View file

@ -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}

View file

@ -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"