mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-11-04 06:32:02 +00:00 
			
		
		
		
	linux: add support for driver 570.86.15
This commit is contained in:
		@@ -228,6 +228,7 @@ If you want to donate, please send it to your favorite open source organizations
 | 
			
		||||
| 560.35.05 | YES | YES | [Driver link](https://developer.download.nvidia.com/compute/cuda/12.6.3/local_installers/cuda_12.6.3_560.35.05_linux.run) |
 | 
			
		||||
| 565.57.01 | YES | YES | [Driver link](http://international.download.nvidia.com/XFree86/Linux-x86_64/565.57.01/NVIDIA-Linux-x86_64-565.57.01.run) |
 | 
			
		||||
| 565.77 | YES | YES | [Driver link](http://international.download.nvidia.com/XFree86/Linux-x86_64/565.77/NVIDIA-Linux-x86_64-565.77.run) |
 | 
			
		||||
| 570.86.15 | YES | YES | [Driver link](http://international.download.nvidia.com/tesla/570.86.15/NVIDIA-Linux-x86_64-570.86.15.run) |
 | 
			
		||||
| 570.86.16 | YES | YES | [Driver link](http://international.download.nvidia.com/XFree86/Linux-x86_64/570.86.16/NVIDIA-Linux-x86_64-570.86.16.run) |
 | 
			
		||||
 | 
			
		||||
## Synopsis
 | 
			
		||||
 
 | 
			
		||||
@@ -1176,6 +1176,12 @@
 | 
			
		||||
                    "nvfbc_patch": true,
 | 
			
		||||
                    "driver_url": "http://international.download.nvidia.com/XFree86/Linux-x86_64/570.86.16/NVIDIA-Linux-x86_64-570.86.16.run"
 | 
			
		||||
                },
 | 
			
		||||
                {
 | 
			
		||||
                    "version": "570.86.15",
 | 
			
		||||
                    "nvenc_patch": true,
 | 
			
		||||
                    "nvfbc_patch": true,
 | 
			
		||||
                    "driver_url": "http://international.download.nvidia.com/tesla/570.86.15/NVIDIA-Linux-x86_64-570.86.15.run"
 | 
			
		||||
                },
 | 
			
		||||
            ],
 | 
			
		||||
            "example": {
 | 
			
		||||
                "version": "430.50"
 | 
			
		||||
 
 | 
			
		||||
@@ -223,6 +223,7 @@ declare -A patch_list=(
 | 
			
		||||
    ["560.35.05"]='s/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
 | 
			
		||||
    ["565.57.01"]='s/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
 | 
			
		||||
    ["565.77"]='s/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
 | 
			
		||||
    ["570.86.15"]='s/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
 | 
			
		||||
    ["570.86.16"]='s/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g'
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										1
									
								
								patch.sh
									
									
									
									
									
								
							
							
						
						
									
										1
									
								
								patch.sh
									
									
									
									
									
								
							@@ -262,6 +262,7 @@ declare -A patch_list=(
 | 
			
		||||
    ["560.35.05"]='s/\xe8\x35\x3e\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x35\x3e\xfe\xff\x29\xc0\x41\x89\xc4/g'
 | 
			
		||||
    ["565.57.01"]='s/\xe8\x15\x34\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x34\xfe\xff\x29\xc0\x41\x89\xc4/g'
 | 
			
		||||
    ["565.77"]='s/\xe8\x15\x34\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x15\x34\xfe\xff\x29\xc0\x41\x89\xc4/g'
 | 
			
		||||
    ["570.86.15"]='s/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
 | 
			
		||||
    ["570.86.16"]='s/\xe8\x45\x30\xfe\xff\x85\xc0\x41\x89\xc4/\xe8\x45\x30\xfe\xff\x29\xc0\x41\x89\xc4/g'
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user