slackbuilds_ponce/system/nvidia-driver
Lenard Spencer 170489a7f6
system/nvidia-driver: Updated for version 450.80.02.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2020-10-03 09:01:42 +07:00
..
doinst.sh
nvidia-driver.info system/nvidia-driver: Updated for version 450.80.02. 2020-10-03 09:01:42 +07:00
nvidia-driver.SlackBuild system/nvidia-driver: Updated for version 450.80.02. 2020-10-03 09:01:42 +07:00
nvidia-switch system/nvidia-driver: Updated for version 450.66. 2020-09-05 08:19:11 +07:00
rc.nvidia-persistenced
README system/nvidia-driver: Updated for version 450.66. 2020-09-05 08:19:11 +07:00
README.nvidia-persistenced system/nvidia-driver: Updated for version 450.66. 2020-09-05 08:19:11 +07:00
skip_conflict-GPU_detect.patch
slack-desc

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
part of the nvidia-kernel package at SlackBuilds.org.

NOTE: 64-bit x86_64 support ONLY for Slackware64. For x86 32-bit
support, 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 EXPERIMENTAL),
to avoid stomping on the installed libglvnd, do:
  CURRENT="yes" ./nvidia-driver.SlackBuild

This script now gives the option of installing the nvidia-persitenced
daemon.  For details, see README.nvidia-persitenced.

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.

For CUDA/OpenCL to work after reboot, and for utilites such as
nvidia-smi, you might need to include the following line in your
/etc/rc.d/rc.local: (This is REQUIRED if you plan on using
nvidia-persistenced)

    # Create missing nvidia device nodes after reboot
    if [ -x /usr/bin/nvidia-modprobe ]; then
      /usr/bin/nvidia-modprobe -c 0 -u
    fi

Notes:
1.  You still need to blacklist the open source nouveau driver. This is
    easily done by installing xf86-video-nouveau-blacklist in
    extra/xf86-video-nouveau-blacklist on the distibution DVD.

2.  If nvidia-driver is already installed, the script will abort with a
    prompt to remove the existing driver (it is not necessary to remove
    the kernel module).

3.  As of version 450.xx, Nvidia no longer includes libGL.la in their
    distribution package.  On 14.2 ONLY, if you want to revert back to
    the open source drivers, run 'nvidia-switch --remove' to restore
    the original libGL.la and then 'removepkg nvidia-driver' "should"
    work in most cases. If not, just go into /usr/lib{,64} (as root of
    course) and rename libGL.la-xorg to libGL.la.
    (THIS STEP IS NO LONGER NECESSARY ON CURRENT.)