diff options
Diffstat (limited to 'system/nvidia-kernel/nvidia-kernel.SlackBuild')
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.SlackBuild | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/system/nvidia-kernel/nvidia-kernel.SlackBuild b/system/nvidia-kernel/nvidia-kernel.SlackBuild index 43083303d0..d01e33c3d0 100644 --- a/system/nvidia-kernel/nvidia-kernel.SlackBuild +++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild @@ -38,9 +38,10 @@ # 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. +# 2.3 15-FEB-2012 new version - Long Lived Branch. PRGNAM=nvidia-kernel -VERSION=310.19 +VERSION=310.32 BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -94,6 +95,7 @@ install -m 0664 nvidia.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/ # Make sure the X is specified to automagically load the # correct driver, since I always forget. +# Remove this file if you have an equivilent entry in /etc/X11/xorg.d mkdir -p $PKG/usr/share/X11/xorg.conf.d/ cat $CWD/10-nvidia.conf > $PKG/usr/share/X11/xorg.conf.d/10-nvidia.conf |