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
cfe348c7
Commit
cfe348c7
authored
Feb 20, 2020
by
Vladislav Yarmak
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
linux: add vulkan beta driver 440.58.02
parent
462cded2
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
+10
-0
README.md
README.md
+1
-0
drivers.json
drivers.json
+5
-0
patch-fbc.sh
patch-fbc.sh
+2
-0
patch.sh
patch.sh
+2
-0
No files found.
README.md
View file @
cfe348c7
...
@@ -61,6 +61,7 @@ Requirements:
...
@@ -61,6 +61,7 @@ Requirements:
| 440.44 | :heavy_check_mark: | :heavy_check_mark: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.44/NVIDIA-Linux-x86_64-440.44.run
)
|
| 440.44 | :heavy_check_mark: | :heavy_check_mark: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.44/NVIDIA-Linux-x86_64-440.44.run
)
|
| 440.48.02 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.48.02 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.58.01 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.58.01 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.58.02 | :heavy_check_mark: | :heavy_check_mark: | |
| 440.59 | :heavy_check_mark: | :heavy_check_mark: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.59/NVIDIA-Linux-x86_64-440.59.run
)
|
| 440.59 | :heavy_check_mark: | :heavy_check_mark: |
[
Driver link
](
https://international.download.nvidia.com/XFree86/Linux-x86_64/440.59/NVIDIA-Linux-x86_64-440.59.run
)
|
## Synopsis
## Synopsis
...
...
drivers.json
View file @
cfe348c7
...
@@ -260,6 +260,11 @@
...
@@ -260,6 +260,11 @@
"version"
:
"440.58.01"
,
"version"
:
"440.58.01"
,
"nvenc_patch"
:
true
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
"nvfbc_patch"
:
true
},
{
"version"
:
"440.58.02"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
}
}
],
],
"example"
:
{
"example"
:
{
...
...
patch-fbc.sh
View file @
cfe348c7
...
@@ -52,6 +52,7 @@ declare -A patch_list=(
...
@@ -52,6 +52,7 @@ declare -A patch_list=(
[
"440.44"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.44"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.48.02"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.48.02"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.58.01"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.58.01"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.58.02"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.59"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.59"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
)
)
...
@@ -65,6 +66,7 @@ declare -A object_list=(
...
@@ -65,6 +66,7 @@ declare -A object_list=(
[
"440.44"
]=
'libnvidia-fbc.so'
[
"440.44"
]=
'libnvidia-fbc.so'
[
"440.48.02"
]=
'libnvidia-fbc.so'
[
"440.48.02"
]=
'libnvidia-fbc.so'
[
"440.58.01"
]=
'libnvidia-fbc.so'
[
"440.58.01"
]=
'libnvidia-fbc.so'
[
"440.58.02"
]=
'libnvidia-fbc.so'
[
"440.59"
]=
'libnvidia-fbc.so'
[
"440.59"
]=
'libnvidia-fbc.so'
)
)
...
...
patch.sh
View file @
cfe348c7
...
@@ -88,6 +88,7 @@ declare -A patch_list=(
...
@@ -88,6 +88,7 @@ declare -A patch_list=(
[
"440.44"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.44"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.48.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.48.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.58.01"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.58.01"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.58.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.59"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.59"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
)
)
...
@@ -135,6 +136,7 @@ declare -A object_list=(
...
@@ -135,6 +136,7 @@ declare -A object_list=(
[
"440.44"
]=
'libnvidia-encode.so'
[
"440.44"
]=
'libnvidia-encode.so'
[
"440.48.02"
]=
'libnvidia-encode.so'
[
"440.48.02"
]=
'libnvidia-encode.so'
[
"440.58.01"
]=
'libnvidia-encode.so'
[
"440.58.01"
]=
'libnvidia-encode.so'
[
"440.58.02"
]=
'libnvidia-encode.so'
[
"440.59"
]=
'libnvidia-encode.so'
[
"440.59"
]=
'libnvidia-encode.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