aboutsummaryrefslogtreecommitdiff
path: root/system/nvidia-driver/README
diff options
context:
space:
mode:
authorLenard Spencer <lenardrspencer@gmail.com>2020-04-17 10:44:19 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-17 10:44:19 +0700
commit8db865d339f9709e12b0911575dbe71d4dd47a60 (patch)
tree9bbd3150842b728c84cfbe00f934678c7b25a370 /system/nvidia-driver/README
parentc52a0ebde1650c44749061865c2b14b425f96d13 (diff)
system/nvidia-driver: Updated for version 440.82.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-driver/README')
-rw-r--r--system/nvidia-driver/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/system/nvidia-driver/README b/system/nvidia-driver/README
index e941e818f7c9b..d56d2733cdc3c 100644
--- a/system/nvidia-driver/README
+++ b/system/nvidia-driver/README
@@ -12,8 +12,8 @@ If you plan to test this buildscript on current (15.0 EXPERIMENTAL), to
avoid stomping on the installed libglvnd, do:
CURRENT="yes" ./nvidia-driver.SlackBuild
-This script now installs the nvidia-persitenced daemon. For details, see
-README.nvidia-persitenced.
+This script now gives the option of installing the nvidia-persitenced
+daemon. For details, see README.nvidia-persitenced.
Several useful utilities are included: nvidia-xsettings, nvidia-smi, and
nvidia-settings. Please refer to the Nvidia documentation and man pages
@@ -21,6 +21,7 @@ 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)
# Create missing nvidia device nodes after reboot
/usr/bin/nvidia-modprobe -c 0 -u
@@ -35,5 +36,5 @@ Notes:
3. On 14.2 ONLY, if you want to revert back to the open source drivers,
run 'nvidia-switch --remove' to restore the original libGL.la and
then 'removepkg nvidia-driver' "should" work in most cases. If not,
- simply reinstall the orginal Mesa package. (THIS STEP IS NO LONGER
- NECESSARY ON CURRENT.)
+ just go into /usr/lib64 (as root of course) and rename libGL.la-xorg
+ to libGL.la. (THIS STEP IS NO LONGER NECESSARY ON CURRENT.)