diff options
-rw-r--r-- | system/nvidia-kernel/README | 13 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.SlackBuild | 6 | ||||
-rw-r--r-- | system/nvidia-kernel/nvidia-kernel.info | 6 |
3 files changed, 11 insertions, 14 deletions
diff --git a/system/nvidia-kernel/README b/system/nvidia-kernel/README index 442c313a38..d1a52f94b6 100644 --- a/system/nvidia-kernel/README +++ b/system/nvidia-kernel/README @@ -1,13 +1,14 @@ -This is the kernel-module needed by the proprietary binary nvidia driver. -You also need the nvidia-driver package from SlackBuilds.org. +This is the kernel-module needed by the proprietary binary nvidia +driver. 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=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. +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. 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 8a3dc86ed2..ffd40b6fa9 100644 --- a/system/nvidia-kernel/nvidia-kernel.SlackBuild +++ b/system/nvidia-kernel/nvidia-kernel.SlackBuild @@ -29,7 +29,7 @@ # see nvidia-driver/changelog.txt PRGNAM=nvidia-kernel -VERSION=${VERSION:-440.82} +VERSION=${VERSION:-440.100} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -90,10 +90,6 @@ if [ "$TARGET" = "x86_64" ]; then install -m 0664 kernel/nvidia-uvm.ko $PKG/lib/modules/$KERNEL/kernel/drivers/video/ fi -# 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 - mkdir -p $PKG/usr/share/X11/xorg.conf.d/ cat $TMP/$SRCNAM/nvidia-drm-outputclass.conf > $PKG/usr/share/X11/xorg.conf.d/10-nvidia.conf diff --git a/system/nvidia-kernel/nvidia-kernel.info b/system/nvidia-kernel/nvidia-kernel.info index 8329d052fd..56f7bfc1c9 100644 --- a/system/nvidia-kernel/nvidia-kernel.info +++ b/system/nvidia-kernel/nvidia-kernel.info @@ -1,10 +1,10 @@ PRGNAM="nvidia-kernel" -VERSION="440.82" +VERSION="440.100" HOMEPAGE="http://www.nvidia.com" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/440.82/NVIDIA-Linux-x86_64-440.82.run" -MD5SUM_x86_64="80eb4fd64124c5cab0ebf560f84a9bfa" +DOWNLOAD_x86_64="https://download.nvidia.com/XFree86/Linux-x86_64/440.100/NVIDIA-Linux-x86_64-440.100.run" +MD5SUM_x86_64="7b99bcd2807ecd37af60d29de7bc30c2" REQUIRES="" MAINTAINER="Lenard Spencer" EMAIL="lenardrspencer@gmail.com" |