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
16bb05b5
Commit
16bb05b5
authored
Mar 18, 2020
by
Snawoot
Committed by
GitHub
Mar 18, 2020
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #242 from Snawoot/linux_440.66.02
add vulkan beta driver version 440.66.02
parents
699962c4
6d1e99e0
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
0 deletions
+9
-0
drivers.json
drivers.json
+5
-0
patch-fbc.sh
patch-fbc.sh
+2
-0
patch.sh
patch.sh
+2
-0
No files found.
drivers.json
View file @
16bb05b5
...
...
@@ -277,6 +277,11 @@
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
,
"driver_url"
:
"https://international.download.nvidia.com/tesla/440.64.00/NVIDIA-Linux-x86_64-440.64.00.run"
},
{
"version"
:
"440.66.02"
,
"nvenc_patch"
:
true
,
"nvfbc_patch"
:
true
}
],
"example"
:
{
...
...
patch-fbc.sh
View file @
16bb05b5
...
...
@@ -56,6 +56,7 @@ declare -A patch_list=(
[
"440.59"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.64"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.64.00"
]=
's/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
[
"440.66.02"
]=
'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
=(
...
...
@@ -72,6 +73,7 @@ declare -A object_list=(
[
"440.59"
]=
'libnvidia-fbc.so'
[
"440.64"
]=
'libnvidia-fbc.so'
[
"440.64.00"
]=
'libnvidia-fbc.so'
[
"440.66.02"
]=
'libnvidia-fbc.so'
)
check_version_supported
()
{
...
...
patch.sh
View file @
16bb05b5
...
...
@@ -92,6 +92,7 @@ declare -A patch_list=(
[
"440.59"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.64"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.64.00"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
[
"440.66.02"
]=
's/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
)
declare
-A
object_list
=(
...
...
@@ -142,6 +143,7 @@ declare -A object_list=(
[
"440.59"
]=
'libnvidia-encode.so'
[
"440.64"
]=
'libnvidia-encode.so'
[
"440.64.00"
]=
'libnvidia-encode.so'
[
"440.66.02"
]=
'libnvidia-encode.so'
)
check_version_supported
()
{
...
...
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