diff options
author | Lenard Spencer <lenardrspencer@gmail.com> | 2020-04-17 10:45:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-17 10:45:41 +0700 |
commit | 9a58d29c1a8ad1891a74ccd670fc7b23d2e1edf3 (patch) | |
tree | a0f064ab41506564d3545c1e8e27559924276a82 /system/nvidia-legacy390-driver/README | |
parent | 8db865d339f9709e12b0911575dbe71d4dd47a60 (diff) |
system/nvidia-legacy390-driver: Fix nvidia-switch.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/nvidia-legacy390-driver/README')
-rw-r--r-- | system/nvidia-legacy390-driver/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/system/nvidia-legacy390-driver/README b/system/nvidia-legacy390-driver/README index 0fefce671d23d..3095e866c7603 100644 --- a/system/nvidia-legacy390-driver/README +++ b/system/nvidia-legacy390-driver/README @@ -13,8 +13,8 @@ If you build and install this driver on current WITHOUT using the CURRENT="yes" flag, it will corrupt both xorg-server AND libglvnd, so after removing the driver both packages will have to be reinstalled. -This script now installs the nvidia-persistenced daemon. For details see -README.nvidia-persistenced. +This script now gives the option of installing the nvidia-persistenced +daemon. For details see README.nvidia-persistenced. Several useful utilities are included: nvidia-xsettings, nvidia-smi, and nvidia-settings. Please refer to the Nvidia documentation and man pages @@ -42,9 +42,8 @@ NOTES: Since nvidia-legacy390-driver conflicts with some files of xorg, it's a bit complex to install/uninstall the driver. However, installation of the nvidia-legacy390-driver package backs up the conflicting files and puts -the nvidia-specific files into place by automatically running - nvidia-switch --install -in doinst.sh. +the nvidia-specific files into place by automatically running +nvidia-switch --install in doinst.sh. Before uninstalling or upgrading this package, it is IMPORTANT that you execute 'nvidia-switch --remove', which will switch back to the @@ -62,5 +61,6 @@ not working. Here are the affected files (and their packages): /usr/lib[64]/xorg/modules/extensions/libglx.so (xorg-server) Simply remove the dead nvidia symlinks and and reinstall the mesa and -xorg-server packages. (In current, only xorg-server is affected.) +xorg-server packages. (In current, if libglx.so is a dead symlink, +it MUST be removed before reinstalling xorg-server.) |