Commit e8dd69ed authored by Snawoot's avatar Snawoot Committed by GitHub

Merge pull request #183 from Snawoot/440_series

440 driver series
parents 70b3c4d5 123b4661
......@@ -45,6 +45,7 @@ Requirements:
- [435.17](https://international.download.nvidia.com/XFree86/Linux-x86_64/435.17/NVIDIA-Linux-x86_64-435.17.run)
- [435.21](https://international.download.nvidia.com/XFree86/Linux-x86_64/435.21/NVIDIA-Linux-x86_64-435.21.run)
- [440.26](https://international.download.nvidia.com/XFree86/Linux-x86_64/440.26/NVIDIA-Linux-x86_64-440.26.run)
- [440.31](https://international.download.nvidia.com/XFree86/Linux-x86_64/440.31/NVIDIA-Linux-x86_64-440.31.run)
## Synopsis
......
......@@ -79,6 +79,7 @@ declare -A patch_list=(
["435.17"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
["435.21"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g'
["440.26"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
["440.31"]='s/\xff\x90\x98\x00\x00\x00\x84\xc0\x0f\x84/\xff\x90\x98\x00\x00\x00\x0c\x01\x0f\x84/g'
)
declare -A object_list=(
......@@ -116,6 +117,7 @@ declare -A object_list=(
["435.17"]='libnvcuvid.so'
["435.21"]='libnvcuvid.so'
["440.26"]='libnvcuvid.so'
["440.31"]='libnvcuvid.so'
)
check_version_supported () {
......
This diff is collapsed.
>nvcuvid.dll
00000000000E6109:84->0C
00000000000E610A:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000E7A5D:84->0C
00000000000E7A5E:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000E6109:84->0C
00000000000E610A:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000E7A5D:84->0C
00000000000E7A5E:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000E6109:84->0C
00000000000E610A:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000E7A5D:84->0C
00000000000E7A5E:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000D1ED9:84->0C
00000000000D1EDA:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000D4ABD:84->0C
00000000000D4ABE:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000D1ED9:84->0C
00000000000D1EDA:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000D4ABD:84->0C
00000000000D4ABE:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000D1ED9:84->0C
00000000000D1EDA:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000D4ABD:84->0C
00000000000D4ABE:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000E6109:84->0C
00000000000E610A:C0->01
\ No newline at end of file
>nvcuvid.dll
00000000000E7A5D:84->0C
00000000000E7A5E:C0->01
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment