win: add nsd 457.30; linux: update README template

This commit is contained in:
Vladislav Yarmak
2020-11-17 20:36:59 +02:00
parent dafab3554e
commit 3377a0c96e
6 changed files with 65 additions and 0 deletions

View File

@@ -127,6 +127,26 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
```
# bash ./patch.sh -h
SYNOPSIS
patch.sh [-s] [-r|-h|-c VERSION|-l]
DESCRIPTION
The patch for Nvidia drivers to remove NVENC session limit
-s Silent mode (No output)
-r Rollback to original (Restore lib from backup)
-h Print this help message
-c VERSION Check if version VERSION supported by this patch.
Returns true exit code (0) if version is supported.
-l List supported driver versions
-d VERSION Use VERSION driver version when looking for libraries
instead of using nvidia-smi to detect it.
```
```
# bash ./patch-fbc.sh -h
SYNOPSIS
patch-fbc.sh [-s] [-r|-h|-c VERSION|-l]
@@ -142,6 +162,7 @@ DESCRIPTION
-d VERSION Use VERSION driver version when looking for libraries
instead of using nvidia-smi to detect it.
```
## Step-by-Step guide