diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-06-27 19:15:42 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-06-28 08:16:59 +0700 |
commit | a55462544b1c4d597e7391e75f4c199c45ad2d37 (patch) | |
tree | d39b7e2fd25473e1a1e897eb5f2a1d095a1cfa69 /system/nvidia-driver/README | |
parent | 7048318e1ebf6cc1fef59ce7d2683f2bccb74877 (diff) |
system/nvidia-driver: Updated for version 440.100.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-driver/README')
-rw-r--r-- | system/nvidia-driver/README | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/system/nvidia-driver/README b/system/nvidia-driver/README index ac48e8d9dd73..a72b5a904731 100644 --- a/system/nvidia-driver/README +++ b/system/nvidia-driver/README @@ -2,10 +2,11 @@ This is the proprietary binary video driver from NVidia for the X.Org X-server. This package does not include the kernel-module - it is a part of the nvidia-kernel package at SlackBuilds.org. -NOTE: 64-bit x86_64 support ONLY for Slackware64. For x86 32-bit support, -use nvidia-legacy390-{driver,kernel} +NOTE: 64-bit x86_64 support ONLY for Slackware64. For x86 32-bit +support, use nvidia-legacy390-{driver,kernel} -Installing the 32-bit compatibility libraries is available: if desired, do: +Installing the 32-bit compatibility libraries is available: if desired, +do: COMPAT32="yes" ./nvidia-driver.SlackBuild If you plan to test this buildscript on current (15.0 EXPERIMENTAL), to @@ -19,9 +20,10 @@ Several useful utilities are included: nvidia-xsettings, nvidia-smi, and nvidia-settings. Please refer to the Nvidia documentation and man pages for details and usage. -For CUDA/OpenCL to work after reboot, and for utilites such as nvidia-smi, -you might need to include the following line in your /etc/rc.d/rc.local: -(This is required if you plan on running nvidia-persistenced) +For CUDA/OpenCL to work after reboot, and for utilites such as +nvidia-smi, you might need to include the following line in your +/etc/rc.d/rc.local: (This is required if you plan on running +nvidia-persistenced) # Create missing nvidia device nodes after reboot /usr/bin/nvidia-modprobe -c 0 -u |