diff options
Diffstat (limited to 'system/nvidia-driver/README')
-rw-r--r-- | system/nvidia-driver/README | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/system/nvidia-driver/README b/system/nvidia-driver/README index 02348377d297e..9f87edbdff3a2 100644 --- a/system/nvidia-driver/README +++ b/system/nvidia-driver/README @@ -3,15 +3,19 @@ X-server. This package does not include the kernel-module - it is part of the nvidia-kernel package at SlackBuilds.org. NOTE: This driver is ONLY for Slackware64. For x86 32-bit support, use -nvidia-legacy390-{driver,kernel} +nvidia-legacy390-{driver,kernel}. 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 avoid stomping on the installed libglvnd, do: +If you plan to test this buildscript on current/15.0, do: + CURRENT="yes" ./nvidia-driver.SlackBuild + +This avoids stomping on the libglvnd libraries, plus it forces the +script to use the prebuilt nvidia-installer since it no longer builds +in current. As a consequence, this script may no longer work in a VM. This script now gives the option of installing the nvidia-persitenced daemon. For details, see README.nvidia-persitenced. |