mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-11-04 06:32:02 +00:00 
			
		
		
		
	linux: add driver version 450.51
This commit is contained in:
		@@ -1,7 +1,7 @@
 | 
			
		||||
NVENC and NvFBC patches for Nvidia drivers
 | 
			
		||||
==========================================
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
 
 | 
			
		||||
 | 
			
		||||
---
 | 
			
		||||
 | 
			
		||||
@@ -90,7 +90,9 @@ Requirements:
 | 
			
		||||
| 440.66.15 | YES | YES |  |
 | 
			
		||||
| 440.66.17 | YES | YES |  |
 | 
			
		||||
| 440.82 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/440.82/NVIDIA-Linux-x86_64-440.82.run) |
 | 
			
		||||
| 440.95.01 | YES | YES | [Driver link](https://international.download.nvidia.com/tesla/440.95.01/NVIDIA-Linux-x86_64-440.95.01.run) |
 | 
			
		||||
| 450.36.06 | YES | YES | [Driver link](https://developer.download.nvidia.com/compute/cuda/11.0.1/local_installers/cuda_11.0.1_450.36.06_linux.run) |
 | 
			
		||||
| 450.51 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/450.51/NVIDIA-Linux-x86_64-450.51.run) |
 | 
			
		||||
 | 
			
		||||
## Synopsis
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -351,6 +351,12 @@
 | 
			
		||||
                    "nvenc_patch": true,
 | 
			
		||||
                    "nvfbc_patch": true,
 | 
			
		||||
                    "driver_url": "https://international.download.nvidia.com/tesla/440.95.01/NVIDIA-Linux-x86_64-440.95.01.run"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "version": "450.51",
 | 
			
		||||
                    "nvenc_patch": true,
 | 
			
		||||
                    "nvfbc_patch": true,
 | 
			
		||||
                    "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/450.51/NVIDIA-Linux-x86_64-450.51.run"
 | 
			
		||||
                }
 | 
			
		||||
            ],
 | 
			
		||||
            "example": {
 | 
			
		||||
 
 | 
			
		||||
@@ -69,6 +69,7 @@ declare -A patch_list=(
 | 
			
		||||
    ["440.95.01"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
 | 
			
		||||
    ["440.82"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
 | 
			
		||||
    ["450.36.06"]='s/\x85\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/\x31\xc0\x89\xc3\x0f\x85\xa9\xfa\xff\xff/'
 | 
			
		||||
    ["450.51"]='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=(
 | 
			
		||||
@@ -98,6 +99,7 @@ declare -A object_list=(
 | 
			
		||||
    ["440.95.01"]='libnvidia-fbc.so'
 | 
			
		||||
    ["440.82"]='libnvidia-fbc.so'
 | 
			
		||||
    ["450.36.06"]='libnvidia-fbc.so'
 | 
			
		||||
    ["450.51"]='libnvidia-fbc.so'
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
check_version_supported () {
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							@@ -106,6 +106,7 @@ declare -A patch_list=(
 | 
			
		||||
    ["440.95.01"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
 | 
			
		||||
    ["440.82"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
 | 
			
		||||
    ["450.36.06"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
 | 
			
		||||
    ["450.51"]='s/\x85\xc0\x41\x89\xc4\x75\x1f/\x31\xc0\x41\x89\xc4\x75\x1f/g'
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
declare -A object_list=(
 | 
			
		||||
@@ -170,6 +171,7 @@ declare -A object_list=(
 | 
			
		||||
    ["440.95.01"]='libnvidia-encode.so'
 | 
			
		||||
    ["440.82"]='libnvidia-encode.so'
 | 
			
		||||
    ["450.36.06"]='libnvidia-encode.so'
 | 
			
		||||
    ["450.51"]='libnvidia-encode.so'
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
check_version_supported () {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user