mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-10-31 04:31:56 +00:00 
			
		
		
		
	linux: add support for driver 570.86.16
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.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 | ||||
|  | ||||
|   | ||||
| @@ -1169,7 +1169,13 @@ | ||||
|                     "nvenc_patch": true, | ||||
|                     "nvfbc_patch": true, | ||||
|                     "driver_url": "http://international.download.nvidia.com/XFree86/Linux-x86_64/535.216.01/NVIDIA-Linux-x86_64-535.216.01.run" | ||||
|                 } | ||||
|                 }, | ||||
|                 { | ||||
|                     "version": "570.86.16", | ||||
|                     "nvenc_patch": true, | ||||
|                     "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" | ||||
|                 }, | ||||
|             ], | ||||
|             "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.16"]='s/\x85\xc0\x0f\x84\x9b\x00\x00\x00\x48/\x85\xc0\x90\x90\x90\x90\x90\x90\x48/g' | ||||
| ) | ||||
|  | ||||
| check_version_supported () { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Gelmo
					Gelmo