diff options
Diffstat (limited to 'system/nvidia-driver/README')
-rw-r--r-- | system/nvidia-driver/README | 17 |
1 files changed, 15 insertions, 2 deletions
diff --git a/system/nvidia-driver/README b/system/nvidia-driver/README index cbfb71ee50a89..27a2d6c793f38 100644 --- a/system/nvidia-driver/README +++ b/system/nvidia-driver/README @@ -8,8 +8,8 @@ use 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), to avoid stomping -on the installed libglvnd, do: +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 Several useful utilities are included: nvidia-xsettings, nvidia-smi, and @@ -23,3 +23,16 @@ you might need to include the following line in your /etc/rc.d/rc.local: /usr/bin/nvidia-modprobe -c 0 -u ------------->8--------------- +Notes: +1. You still need to blacklist the opensource nouveau driver. This is + easily done by installing xf86-video-nouveau-blacklist-noarch-1.txz + in extra/xf86-video-nouveau-blacklist on the distibution DVD. +2. If nvidia-driver is already installed, there may be extraneous + "unable to find installed file..." messages on the console and log. + This is benign and due to the nvidia installer not being very smart. +3. If you want to revert back to the open source drivers, + 'removepkg nvidia-driver' "should" work in most cases. If not, simply + reinstall the orginal Mesa and xorg-server packages. +4. With the deprecation of nvidia-switch, 'upgradepkg nvidia-driver' + "should" work in most cases. If not, follow #3 above and then install + the new package. |