diff options
Diffstat (limited to 'system/nvidia-driver/README')
-rw-r--r-- | system/nvidia-driver/README | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/system/nvidia-driver/README b/system/nvidia-driver/README index b3d86c2d2fbc2..6baeb9d554bff 100644 --- a/system/nvidia-driver/README +++ b/system/nvidia-driver/README @@ -2,9 +2,12 @@ This is the proprietary binary video driver from NVidia for the X.Org X-server. This package does not include the kernel-module - it is a part of the nvidia-kernel package at SlackBuilds.org. -Installing the 32-bit compatibility libraries is available, so pass +Installing the 32-bit compatibility libraries is available: if desired, do: + COMPAT32="yes" ./nvidia-driver.SlackBuild -COMPAT32="yes" ./nvidia-driver.SlackBuild +Several useful utilities are included: nvidia-xsettings, nvidia-smi, and +nvidia-settings. Please refer to the Nvidia documentation and man pages +for details and usage. Since this nvidia-driver conflicts with some files of xorg, it's a bit complex to install/uninstall the driver. However, installation of the @@ -31,10 +34,7 @@ to do this, you'll have to do the switch manually, or xorg won't work on next st Here are the affected files: /usr/lib/libGL.so.1.2 /usr/lib/xorg/modules/extensions/{libglx.so libglx.la} - or, for Slackware64, - /usr/lib64/libGL.so.1.2 /usr/lib64/xorg/modules/extensions/{libglx.so libglx.la} - Simply remove the dead nvidia symlinks and rename the saved '-xorg' appended files. |