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
ffd8f15f
Commit
ffd8f15f
authored
Jan 19, 2019
by
Vladislav Yarmak
Committed by
GitHub
Jan 19, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #38 from tomashavlas/master
add support for version 390.77
parents
8e052979
1549bebc
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+1
-0
patch.sh
patch.sh
+2
-0
No files found.
README.md
View file @
ffd8f15f
...
@@ -10,6 +10,7 @@ Requirements:
...
@@ -10,6 +10,7 @@ Requirements:
-
nvenc-compatible gpu (https://developer.nvidia.com/video-encode-decode-gpu-support-matrix#Encoder)
-
nvenc-compatible gpu (https://developer.nvidia.com/video-encode-decode-gpu-support-matrix#Encoder)
-
Nvidia driver. Patch availible for:
-
Nvidia driver. Patch availible for:
-
[
375.39
](
https://download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_64-375.39.run
)
-
[
375.39
](
https://download.nvidia.com/XFree86/Linux-x86_64/375.39/NVIDIA-Linux-x86_64-375.39.run
)
-
[
390.77
](
https://download.nvidia.com/XFree86/Linux-x86_64/390.77/NVIDIA-Linux-x86_64-390.77.run
)
-
[
390.87
](
https://download.nvidia.com/XFree86/Linux-x86_64/390.87/NVIDIA-Linux-x86_64-390.87.run
)
-
[
390.87
](
https://download.nvidia.com/XFree86/Linux-x86_64/390.87/NVIDIA-Linux-x86_64-390.87.run
)
-
[
396.24
](
https://download.nvidia.com/XFree86/Linux-x86_64/396.24/NVIDIA-Linux-x86_64-396.24.run
)
-
[
396.24
](
https://download.nvidia.com/XFree86/Linux-x86_64/396.24/NVIDIA-Linux-x86_64-396.24.run
)
-
[
396.26
](
https://international.download.nvidia.com/tesla/396.26/NVIDIA-Linux-x86_64-396.26.run
)
-
[
396.26
](
https://international.download.nvidia.com/tesla/396.26/NVIDIA-Linux-x86_64-396.26.run
)
...
...
patch.sh
View file @
ffd8f15f
...
@@ -39,6 +39,7 @@ test -d "$driver_dir" || { echo "ERROR: cannot detect driver directory"; exit 1;
...
@@ -39,6 +39,7 @@ test -d "$driver_dir" || { echo "ERROR: cannot detect driver directory"; exit 1;
declare
-A
patch_list
=(
declare
-A
patch_list
=(
[
"375.39"
]=
's/\x85\xC0\x89\xC5\x75\x18/\x29\xC0\x89\xC5\x90\x90/g'
[
"375.39"
]=
's/\x85\xC0\x89\xC5\x75\x18/\x29\xC0\x89\xC5\x90\x90/g'
[
"390.77"
]=
's/\x85\xC0\x89\xC5\x75\x18/\x29\xC0\x89\xC5\x90\x90/g'
[
"390.87"
]=
's/\x85\xC0\x89\xC5\x75\x18/\x29\xC0\x89\xC5\x90\x90/g'
[
"390.87"
]=
's/\x85\xC0\x89\xC5\x75\x18/\x29\xC0\x89\xC5\x90\x90/g'
[
"396.24"
]=
's/\x85\xC0\x89\xC5\x0F\x85\x96\x00\x00\x00/\x29\xC0\x89\xC5\x90\x90\x90\x90\x90\x90/g'
[
"396.24"
]=
's/\x85\xC0\x89\xC5\x0F\x85\x96\x00\x00\x00/\x29\xC0\x89\xC5\x90\x90\x90\x90\x90\x90/g'
[
"396.26"
]=
's/\x85\xC0\x89\xC5\x0F\x85\x96\x00\x00\x00/\x29\xC0\x89\xC5\x90\x90\x90\x90\x90\x90/g'
[
"396.26"
]=
's/\x85\xC0\x89\xC5\x0F\x85\x96\x00\x00\x00/\x29\xC0\x89\xC5\x90\x90\x90\x90\x90\x90/g'
...
@@ -58,6 +59,7 @@ declare -A patch_list=(
...
@@ -58,6 +59,7 @@ declare -A patch_list=(
declare
-A
object_list
=(
declare
-A
object_list
=(
[
"375.39"
]=
'libnvidia-encode.so'
[
"375.39"
]=
'libnvidia-encode.so'
[
"390.77"
]=
'libnvidia-encode.so'
[
"390.87"
]=
'libnvidia-encode.so'
[
"390.87"
]=
'libnvidia-encode.so'
[
"396.24"
]=
'libnvidia-encode.so'
[
"396.24"
]=
'libnvidia-encode.so'
[
"396.26"
]=
'libnvidia-encode.so'
[
"396.26"
]=
'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