Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
N
nvidia-patch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Packages
Packages
List
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issues
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nanahira
nvidia-patch
Commits
3377a0c9
Commit
3377a0c9
authored
Nov 17, 2020
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
win: add nsd 457.30; linux: update README template
parent
dafab355
Changes
6
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
65 additions
and
0 deletions
+65
-0
README.md
README.md
+21
-0
drivers.json
drivers.json
+9
-0
tools/readme-autogen/templates/linux_readme_master.tmpl
tools/readme-autogen/templates/linux_readme_master.tmpl
+23
-0
win/README.md
win/README.md
+1
-0
win/win10_x64/nsd_457.30/nvencodeapi.1337
win/win10_x64/nsd_457.30/nvencodeapi.1337
+6
-0
win/win10_x64/nsd_457.30/nvencodeapi64.1337
win/win10_x64/nsd_457.30/nvencodeapi64.1337
+5
-0
No files found.
README.md
View file @
3377a0c9
...
@@ -127,6 +127,26 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
...
@@ -127,6 +127,26 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
```
```
# bash ./patch.sh -h
# 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
SYNOPSIS
patch-fbc.sh [-s] [-r|-h|-c VERSION|-l]
patch-fbc.sh [-s] [-r|-h|-c VERSION|-l]
...
@@ -142,6 +162,7 @@ DESCRIPTION
...
@@ -142,6 +162,7 @@ DESCRIPTION
-d VERSION Use VERSION driver version when looking for libraries
-d VERSION Use VERSION driver version when looking for libraries
instead of using nvidia-smi to detect it.
instead of using nvidia-smi to detect it.
```
```
## Step-by-Step guide
## Step-by-Step guide
...
...
drivers.json
View file @
3377a0c9
...
@@ -2190,6 +2190,15 @@
...
@@ -2190,6 +2190,15 @@
"patch64_url"
:
"win7_x64/457.30/nvencodeapi64.1337"
,
"patch64_url"
:
"win7_x64/457.30/nvencodeapi64.1337"
,
"patch32_url"
:
"win7_x64/457.30/nvencodeapi.1337"
,
"patch32_url"
:
"win7_x64/457.30/nvencodeapi.1337"
,
"driver_url"
:
"https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win8-win7-64bit-international-whql.exe"
"driver_url"
:
"https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win8-win7-64bit-international-whql.exe"
},
{
"os"
:
"win10"
,
"product"
:
"GeForce"
,
"version"
:
"457.30"
,
"variant"
:
"Studio Driver"
,
"patch64_url"
:
"win10_x64/nsd_457.30/nvencodeapi64.1337"
,
"patch32_url"
:
"win10_x64/nsd_457.30/nvencodeapi.1337"
,
"driver_url"
:
"https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win10-64bit-international-nsd-whql.exe"
}
}
]
]
}
}
...
...
tools/readme-autogen/templates/linux_readme_master.tmpl
View file @
3377a0c9
...
@@ -59,6 +59,29 @@ DESCRIPTION
...
@@ -59,6 +59,29 @@ DESCRIPTION
-c VERSION Check if version VERSION supported by this patch.
-c VERSION Check if version VERSION supported by this patch.
Returns true exit code (0) if version is supported.
Returns true exit code (0) if version is supported.
-l List supported driver versions
-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]
DESCRIPTION
The patch for Nvidia drivers to allow FBC on consumer devices
-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.
```
```
...
...
win/README.md
View file @
3377a0c9
...
@@ -147,6 +147,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
...
@@ -147,6 +147,7 @@ Credits to [TroubleChute channel](https://www.youtube.com/channel/UCkih2oVTbXPEp
| GeForce | 457.00 Vulkan Beta |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.00/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.00/nvencodeapi.1337
)
| |
| GeForce | 457.00 Vulkan Beta |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.00/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.00/nvencodeapi.1337
)
| |
| GeForce | 457.09 |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.09/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.09/nvencodeapi.1337
)
|
[
Driver link
](
https://international.download.nvidia.com/Windows/457.09/457.09-desktop-win10-64bit-international-whql.exe
)
|
| GeForce | 457.09 |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.09/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.09/nvencodeapi.1337
)
|
[
Driver link
](
https://international.download.nvidia.com/Windows/457.09/457.09-desktop-win10-64bit-international-whql.exe
)
|
| GeForce | 457.30 |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.30/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.30/nvencodeapi.1337
)
|
[
Driver link
](
https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win10-64bit-international-whql.exe
)
|
| GeForce | 457.30 |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.30/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/457.30/nvencodeapi.1337
)
|
[
Driver link
](
https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win10-64bit-international-whql.exe
)
|
| GeForce | 457.30 Studio Driver |
[
x64 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_457.30/nvencodeapi64.1337
)
|
[
x86 library patch
](
https://raw.githubusercontent.com/keylase/nvidia-patch/master/win/win10_x64/nsd_457.30/nvencodeapi.1337
)
|
[
Driver link
](
https://international.download.nvidia.com/Windows/457.30/457.30-desktop-win10-64bit-international-nsd-whql.exe
)
|
| Product series | Version | x64 library patch | x86 library patch | Driver link |
| Product series | Version | x64 library patch | x86 library patch | Driver link |
...
...
win/win10_x64/nsd_457.30/nvencodeapi.1337
0 → 100644
View file @
3377a0c9
>nvencodeapi.dll
000000000002B2D6:89->33
000000000002B2D7:45->C0
000000000002B2D8:08->89
000000000002B2D9:85->45
000000000002B2DA:C0->08
\ No newline at end of file
win/win10_x64/nsd_457.30/nvencodeapi64.1337
0 → 100644
View file @
3377a0c9
>nvencodeapi64.dll
000000000002FFBA:8B->33
000000000002FFBB:F0->C0
000000000002FFBC:85->8B
000000000002FFBD:C0->F0
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment