diff options
author | Edward W. Koenig <kingbeowulf@gmail.com> | 2017-07-10 05:03:28 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-07-12 22:48:09 +0700 |
commit | 7600256bae2e1265454e928cbac895ff9f47d83d (patch) | |
tree | 2a94c914c2f2a5ab0c4450cc612b70bb7fd0fea2 /system/nvidia-driver/README | |
parent | c0fc3f1d6697766640f38d3fd5904386fc5e7edc (diff) | |
download | slackbuilds-7600256bae2e1265454e928cbac895ff9f47d83d.tar.gz |
system/nvidia-driver: Fix nvidia-switch.
This includes Mario's patch and Gerardo's suggestion.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-driver/README')
-rw-r--r-- | system/nvidia-driver/README | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/system/nvidia-driver/README b/system/nvidia-driver/README index 066a174ec3..f2dbaf6237 100644 --- a/system/nvidia-driver/README +++ b/system/nvidia-driver/README @@ -5,17 +5,17 @@ of the nvidia-kernel package at SlackBuilds.org. Installing the 32-bit compatibility libraries is available: if desired, do: COMPAT32="yes" ./nvidia-driver.SlackBuild -GLVND GLX client libraries are noe the default. If these cause any +GLVND GLX client libraries are now the default. If these cause any compatibility issues with older GLX sofware, either upgrade your software or try: - GLNVD="no" ./nvidia-driver.SlackBuild + GLVND="no" ./nvidia-driver.SlackBuild 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, you might need to include the -following line in your /etc/rc.d/rc.local: +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: -------------8<--------------- # Create missing nvidia device nodes after reboot /usr/bin/nvidia-modprobe -c 0 -u |