diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2014-07-13 22:57:37 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-07-16 18:26:34 +0700 |
commit | 79e6c8bf0920084b9dff7a1f668bdb5900c1ea87 (patch) | |
tree | 5bda5c6ae9d8347914399feb0b532422490ac0c7 /system/nvidia-driver/README | |
parent | 069fe0eb64d37f1c8419363f794eea718ed4948c (diff) |
system/nvidia-driver: Updated for version 340.24.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-driver/README')
-rw-r--r-- | system/nvidia-driver/README | 13 |
1 files changed, 9 insertions, 4 deletions
diff --git a/system/nvidia-driver/README b/system/nvidia-driver/README index 14391b2c3eedf..c1534441013b2 100644 --- a/system/nvidia-driver/README +++ b/system/nvidia-driver/README @@ -7,9 +7,14 @@ Installing the 32-bit compatibility libraries is available: if desired, do: 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. Two optional utilities, nvidia-modprobe and -nvidia-persistenced, can be installed with: - OPTAPPS="yes" ./nvidia-driver.SlackBuild +for details and usage. + +For CUDA/OpenCL to work after reboot, include the following line in your +/etc/rc.d/rc.local: +-------------8<--------------- +# Create missing nvidia device nodes after reboot +/usr/bin/nvidia-modprobe -c 0 -u +------------->8--------------- Since this nvidia-driver conflicts with some files of xorg, it's a bit complex to install/uninstall the driver. However, installation of the @@ -28,7 +33,7 @@ Usage of nvidia-switch: nvidia-switch --remove <--> remove the nvidia files and symlinks and restore the stock xorg files. -You do NOT have to run nvidia-switch after installing the package. +You do NOT have to run nvidia-switch after installing the package. Before uninstalling or upgrading this package, it is important that you execute 'nvidia-switch --remove', which will switch back to the stock xorg files |