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
eceb5e11
Commit
eceb5e11
authored
Jan 22, 2021
by
Snawoot
Committed by
GitHub
Jan 22, 2021
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #370 from Daedalusspacegames/master
linux: Add NvFBC patches for versions 455.46.04 and 455.50.02
parents
354bc8ea
4c35e821
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
13 additions
and
3 deletions
+13
-3
README.md
README.md
+2
-1
drivers.json
drivers.json
+7
-2
patch-fbc.sh
patch-fbc.sh
+4
-0
No files found.
README.md
View file @
eceb5e11
...
@@ -125,7 +125,8 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
...
@@ -125,7 +125,8 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv
| 455.45.01 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/455.45.01/NVIDIA-Linux-x86_64-455.45.01.run
)
|
| 455.45.01 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/455.45.01/NVIDIA-Linux-x86_64-455.45.01.run
)
|
| 455.46.01 | YES | YES | |
| 455.46.01 | YES | YES | |
| 455.46.02 | YES | YES | |
| 455.46.02 | YES | YES | |
| 455.50.02 | YES | NO | |
| 455.46.04 | NO | YES | |
| 455.50.02 | YES | YES | |
| 460.27.04 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run
)
|
| 460.27.04 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.27.04/NVIDIA-Linux-x86_64-460.27.04.run
)
|
| 460.32.03 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run
)
|
| 460.32.03 | YES | YES |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run
)
|
...
...
drivers.json
View file @
eceb5e11
...
@@ -479,6 +479,11 @@
...
@@ -479,6 +479,11 @@
"nvenc_patch"
:
true
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
"nvfbc_patch"
:
true
},
},
{
"version"
:
"455.46.04"
,
"nvenc_patch"
:
false
,
"nvfbc_patch"
:
true
},
{
{
"version"
:
"450.102.04"
,
"version"
:
"450.102.04"
,
"nvenc_patch"
:
true
,
"nvenc_patch"
:
true
,
...
@@ -500,7 +505,7 @@
...
@@ -500,7 +505,7 @@
{
{
"version"
:
"455.50.02"
,
"version"
:
"455.50.02"
,
"nvenc_patch"
:
true
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
fals
e
"nvfbc_patch"
:
tru
e
}
}
],
],
"example"
:
{
"example"
:
{
...
@@ -2413,4 +2418,4 @@
...
@@ -2413,4 +2418,4 @@
]
]
}
}
}
}
}
}
\ No newline at end of file
patch-fbc.sh
View file @
eceb5e11
...
@@ -95,6 +95,8 @@ declare -A patch_list=(
...
@@ -95,6 +95,8 @@ declare -A patch_list=(
[
"455.45.01"
]=
's/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
[
"455.45.01"
]=
's/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
[
"455.46.01"
]=
's/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
[
"455.46.01"
]=
's/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
[
"455.46.02"
]=
's/\x83\xf8\x01\x0f\x84\x83/\x83\xf8\x69\x0f\x84\x83/'
[
"455.46.02"
]=
's/\x83\xf8\x01\x0f\x84\x83/\x83\xf8\x69\x0f\x84\x83/'
[
"455.46.04"
]=
's/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
[
"455.50.02"
]=
's/\x83\xf8\x01\x0f\x84\x85/\x83\xf8\x69\x0f\x84\x85/'
[
"460.27.04"
]=
's/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
[
"460.27.04"
]=
's/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
[
"460.32.03"
]=
's/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
[
"460.32.03"
]=
's/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/'
)
)
...
@@ -148,6 +150,8 @@ declare -A object_list=(
...
@@ -148,6 +150,8 @@ declare -A object_list=(
[
"455.45.01"
]=
'libnvidia-fbc.so'
[
"455.45.01"
]=
'libnvidia-fbc.so'
[
"455.46.01"
]=
'libnvidia-fbc.so'
[
"455.46.01"
]=
'libnvidia-fbc.so'
[
"455.46.02"
]=
'libnvidia-fbc.so'
[
"455.46.02"
]=
'libnvidia-fbc.so'
[
"455.46.04"
]=
'libnvidia-fbc.so'
[
"455.50.02"
]=
'libnvidia-fbc.so'
[
"460.27.04"
]=
'libnvidia-fbc.so'
[
"460.27.04"
]=
'libnvidia-fbc.so'
[
"460.32.03"
]=
'libnvidia-fbc.so'
[
"460.32.03"
]=
'libnvidia-fbc.so'
)
)
...
...
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