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
f4011d3f
Commit
f4011d3f
authored
Dec 01, 2019
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add fbc patches for more driver versions
parent
77df4200
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
6 deletions
+12
-6
README.md
README.md
+3
-3
drivers.json
drivers.json
+3
-3
patch-fbc.sh
patch-fbc.sh
+6
-0
No files found.
README.md
View file @
f4011d3f
...
...
@@ -50,9 +50,9 @@ Requirements:
| 435.17 | :heavy_check_mark: | :x: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/435.17/NVIDIA-Linux-x86_64-435.17.run
)
|
| 435.21 | :heavy_check_mark: | :x: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/435.21/NVIDIA-Linux-x86_64-435.21.run
)
|
| 435.27.08 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.26 | :heavy_check_mark: | :
x
: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.26/NVIDIA-Linux-x86_64-440.26.run
)
|
| 440.31 | :heavy_check_mark: | :
x
: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.31/NVIDIA-Linux-x86_64-440.31.run
)
|
| 440.33.01 | :heavy_check_mark: | :
x
: |
[
Driver link
](
https://international.download.nvidia.com/tesla/440.33.01/NVIDIA-Linux-x86_64-440.33.01.run
)
|
| 440.26 | :heavy_check_mark: | :
heavy_check_mark
: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.26/NVIDIA-Linux-x86_64-440.26.run
)
|
| 440.31 | :heavy_check_mark: | :
heavy_check_mark
: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.31/NVIDIA-Linux-x86_64-440.31.run
)
|
| 440.33.01 | :heavy_check_mark: | :
heavy_check_mark
: |
[
Driver link
](
https://international.download.nvidia.com/tesla/440.33.01/NVIDIA-Linux-x86_64-440.33.01.run
)
|
| 440.36 | :heavy_check_mark: | :heavy_check_mark: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.36/NVIDIA-Linux-x86_64-440.36.run
)
|
## Synopsis
...
...
drivers.json
View file @
f4011d3f
...
...
@@ -202,19 +202,19 @@
{
"version"
:
"440.26"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
fals
e
,
"nvfbc_patch"
:
tru
e
,
"driver_url"
:
"https://international.download.nvidia.com/XFree86/Linux-x86_64/440.26/NVIDIA-Linux-x86_64-440.26.run"
},
{
"version"
:
"440.31"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
fals
e
,
"nvfbc_patch"
:
tru
e
,
"driver_url"
:
"https://international.download.nvidia.com/XFree86/Linux-x86_64/440.31/NVIDIA-Linux-x86_64-440.31.run"
},
{
"version"
:
"440.33.01"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
fals
e
,
"nvfbc_patch"
:
tru
e
,
"driver_url"
:
"https://international.download.nvidia.com/tesla/440.33.01/NVIDIA-Linux-x86_64-440.33.01.run"
},
{
...
...
patch-fbc.sh
View file @
f4011d3f
...
...
@@ -44,11 +44,17 @@ fi
declare
-A
patch_list
=(
[
"435.27.08"
]=
's/\x85\xc0\x89\xc3\x0f\x85\x68\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\x68\xfa\xff\xff/'
[
"440.26"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.31"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.33.01"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.36"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
)
declare
-A
object_list
=(
[
"435.27.08"
]=
'libnvidia-fbc.so'
[
"440.26"
]=
'libnvidia-fbc.so'
[
"440.31"
]=
'libnvidia-fbc.so'
[
"440.33.01"
]=
'libnvidia-fbc.so'
[
"440.36"
]=
'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