summaryrefslogtreecommitdiffstats
path: root/system/nvidia-driver/README.nvidia-persistenced
diff options
context:
space:
mode:
author Lenard Spencer <lenardrspencer@gmail.com>2020-04-17 10:44:19 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2020-04-17 10:44:19 +0700
commit8db865d339f9709e12b0911575dbe71d4dd47a60 (patch)
tree9bbd3150842b728c84cfbe00f934678c7b25a370 /system/nvidia-driver/README.nvidia-persistenced
parentc52a0ebde1650c44749061865c2b14b425f96d13 (diff)
downloadslackbuilds-8db865d339f9709e12b0911575dbe71d4dd47a60.tar.gz
slackbuilds-8db865d339f9709e12b0911575dbe71d4dd47a60.tar.xz
system/nvidia-driver: Updated for version 440.82.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-driver/README.nvidia-persistenced')
-rw-r--r--system/nvidia-driver/README.nvidia-persistenced7
1 files changed, 3 insertions, 4 deletions
diff --git a/system/nvidia-driver/README.nvidia-persistenced b/system/nvidia-driver/README.nvidia-persistenced
index ba1825eb86..9b0abc2c73 100644
--- a/system/nvidia-driver/README.nvidia-persistenced
+++ b/system/nvidia-driver/README.nvidia-persistenced
@@ -1,9 +1,9 @@
The driver now includes rc.nvidia-persistenced as an option. While it can
be run as root, it is more secure to run it as an unpriveleged user, so we
-run it as user nvidia. Create the nvidia user and group with the following:
+run it as user nvidia.
- # groupadd -g 365 nvidia
- # useradd -u 365 -g 365 -c "Nvidia" -d /dev/null -s /bin/false nvidia
+To install it, Pass PERSISTENCED=yes to the script. It will create the
+user and group nvidia, and install rc.nvidia-persistenced to /etc/rc.d.
To activate the daemon, add the following to /etc/rc.d/local:
@@ -24,4 +24,3 @@ fi
NOTE: This may not work on all systems. If you encounter problems
with it, just 'chmod -x /etc/rc.d/rc.persistenced' and it will no
longer load. YMMV.
-