diff options
author | Hunter Sezen <ovariegata@yahoo.com> | 2016-08-05 16:57:39 +0100 |
---|---|---|
committer | David Spencer <idlemoor@slackbuilds.org> | 2016-08-05 18:10:41 +0100 |
commit | 2d65729d9019b4b29e5146d64b94e911505a64f5 (patch) | |
tree | 9c6645da7ca598f211c939e8158779514cb8e446 /development/envytools/README | |
parent | bb8e6a41f710072353d6515821880ffe103dd9c8 (diff) | |
download | slackbuilds-2d65729d9019b4b29e5146d64b94e911505a64f5.tar.gz |
development/envytools: Added (development tools for nouveau).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/envytools/README')
-rw-r--r-- | development/envytools/README | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/development/envytools/README b/development/envytools/README new file mode 100644 index 0000000000..2e6697f974 --- /dev/null +++ b/development/envytools/README @@ -0,0 +1,34 @@ +Tools for people envious of nvidia's blob driver. + +Contents: + +* docs: plain-text documentation of the GPUs, nVidia binary driver, and + the tools (in-sync HTML version at http://envytools.rtfd.org) +* envydis: Disassembler and assembler for various ISAs found on nvidia GPUs +* rnn: Tools and libraries for rules-ng-ng XML register database format +* rnndb: rnn database of nvidia MMIO registers, FIFO methods, and memory + structures +* nvbios: Tools to decode card description structures found in nvidia VBIOS +* vstream: Tools to decode and encode raw video bitstreams +* easm: Utility code dealing with assembly language parsing & printing +* util: Misc utility code shared between envytools modules +* nva: Tools to directly access the GPU registers +* hwtest: undocumented tool +* vdpow: A tool aiding in VP3 reverse engineering +* nvapy: undocumented tool + (requires optional dependency python3) +* cupti_trace: + tool for REing performance counters + (requires optional dependency cudatoolkit) +* demmt: undocumented tool + (sandboxing requires optional dependency libseccomp) + +The nva, hwtest and vdpow tools are built by default, but can be disabled, +for example + + NVA="no" HWTEST="no" VDPOW="no" ./envytools.SlackBuild + +Note that if the nva tool is disabled, the hwtest and vdpow tools will +also be disabled. + +Optional dependencies (see above): cudatoolkit, libseccomp, and python3 |