NVIDIA/nvidia-persistenced
C
Captured source
source ↗NVIDIA/nvidia-persistenced
Description: NVIDIA driver persistence daemon
Language: C
License: MIT
Stars: 65
Forks: 15
Open issues: 11
Created: 2013-05-02T15:47:42Z
Pushed: 2026-06-18T00:39:14Z
Default branch: main
Fork: no
Archived: no
README: ______________________________________________________________________________
NVIDIA-PERSISTENCED SOURCE DOCUMENTATION ______________________________________________________________________________
This document outlines the source code and build instructions for the NVIDIA Persistence Daemon, nvidia-persistenced. Information on how to use nvidia-persistenced is available in the driver README and via the manpage that is installed along with the driver or installed from this source package.
The daemon is controlled by an RPC interface that is generated by rpcgen. The files have been pre-generated for this source package to remove any dependency on rpcgen on the target system. Aside from the standard build tools, the build requires libtirpc and the command line utility m4 to generate the manpage documentation.
To build nvidia-persistenced and its manpage execute:
make
This will generate all output files within a system-specific subdirectory of the '_out' directory.
To install nvidia-persistenced and its manpage execute:
make install
There are also a few init files included in the source distribution that may be used to start the NVIDIA Persistence Daemon on system startup. These files are provided as examples and may not install correctly out of the box. See init/README for more information.
Notability
notability 3.0/10Routine utility repo, low traction.