slackbuilds/development/envytools
Robby Workman 48c22f9303 various: Kill lots of python3 dep mentions
This is far from complete.
We still need to review and tweak anything with "PYTHON" in
the README, as many/most/all of those are telling the user
how to build with python3 support. We almost surely want to
enable that by default in all of those cases.
2021-04-21 00:42:24 -05:00
..
README development/envytools: Fix README. 2020-10-17 09:39:04 +07:00
envytools.SlackBuild development/envytools: Updated for version 20210309_39d90be. 2021-04-17 23:20:56 -05:00
envytools.info various: Kill lots of python3 dep mentions 2021-04-21 00:42:24 -05:00
slack-desc development/envytools: Updated for version 2017.01.11_aae0c52a. 2017-01-15 23:29:21 +07:00

README

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 the rules-ng-ng XML register database
  format
* rnndb: rnn database of nvidia MMIO registers, FIFO methods, and
  memory structures.
* nvbios: Tools to decode the card description structures found in
  nvidia VBIOS
* nva: Tools to directly access the GPU registers
* vstream: Tools to decode and encode raw video bitstreams
* vdpow: A tool aiding in VP3 reverse engineering
* easm: Utility code dealing with assembly language parsing & printing.
* util: Misc utility code shared between envytools modules

Some parts of envytools can be disabled with:
  HWTEST="no" NVA="no" VDPOW="no" ./envytools.SlackBuild

Both hwtest and vdpow require nva.

Optional dependencies:
  cudatoolkit, libseccomp