mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-10-31 04:31:56 +00:00 
			
		
		
		
	Merge pull request #390 from Snawoot/linux_460.67
linux: add driver version 460.67
This commit is contained in:
		| @@ -1,7 +1,7 @@ | ||||
| NVENC and NvFBC patches for Nvidia drivers | ||||
| ========================================== | ||||
|  | ||||
|   | ||||
|   | ||||
|  | ||||
| [NVENC patch](patch.sh) removes restriction on maximum number of simultaneous NVENC video encoding sessions imposed by Nvidia to consumer-grade GPUs. | ||||
|  | ||||
| @@ -136,6 +136,7 @@ git clone https://ipfs.io/ipns/Qmed4r8yrBP162WK1ybd1DJWhLUi4t6mGuBoB9fLtjxR7u nv | ||||
| | 460.32.03 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.32.03/NVIDIA-Linux-x86_64-460.32.03.run) | | ||||
| | 460.39 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.39/NVIDIA-Linux-x86_64-460.39.run) | | ||||
| | 460.56 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.56/NVIDIA-Linux-x86_64-460.56.run) | | ||||
| | 460.67 | YES | YES | [Driver link](https://international.download.nvidia.com/XFree86/Linux-x86_64/460.67/NVIDIA-Linux-x86_64-460.67.run) | | ||||
|  | ||||
| ## Synopsis | ||||
|  | ||||
|   | ||||
| @@ -543,6 +543,12 @@ | ||||
|                     "version": "455.50.10", | ||||
|                     "nvenc_patch": true, | ||||
|                     "nvfbc_patch": true | ||||
|                 }, | ||||
|                 { | ||||
|                     "version": "460.67", | ||||
|                     "nvenc_patch": true, | ||||
|                     "nvfbc_patch": true, | ||||
|                     "driver_url": "https://international.download.nvidia.com/XFree86/Linux-x86_64/460.67/NVIDIA-Linux-x86_64-460.67.run" | ||||
|                 } | ||||
|             ], | ||||
|             "example": { | ||||
|   | ||||
| @@ -106,6 +106,7 @@ declare -A patch_list=( | ||||
|     ["460.32.03"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' | ||||
|     ["460.39"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' | ||||
|     ["460.56"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' | ||||
|     ["460.67"]='s/\x83\xfe\x01\x73\x08\x48/\x83\xfe\x00\x72\x08\x48/' | ||||
| ) | ||||
|  | ||||
| declare -A object_list=( | ||||
| @@ -168,6 +169,7 @@ declare -A object_list=( | ||||
|     ["460.32.03"]='libnvidia-fbc.so' | ||||
|     ["460.39"]='libnvidia-fbc.so' | ||||
|     ["460.56"]='libnvidia-fbc.so' | ||||
|     ["460.67"]='libnvidia-fbc.so' | ||||
| ) | ||||
|  | ||||
| check_version_supported () { | ||||
|   | ||||
							
								
								
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							| @@ -143,6 +143,7 @@ declare -A patch_list=( | ||||
|     ["460.32.03"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g' | ||||
|     ["460.39"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g' | ||||
|     ["460.56"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g' | ||||
|     ["460.67"]='s/\x22\xff\xff\x85\xc0\x41\x89\xc4\x0f\x85/\x22\xff\xff\x31\xc0\x41\x89\xc4\x0f\x85/g' | ||||
| ) | ||||
|  | ||||
| declare -A object_list=( | ||||
| @@ -241,6 +242,7 @@ declare -A object_list=( | ||||
|     ["460.32.03"]='libnvidia-encode.so' | ||||
|     ["460.39"]='libnvidia-encode.so' | ||||
|     ["460.56"]='libnvidia-encode.so' | ||||
|     ["460.67"]='libnvidia-encode.so' | ||||
| ) | ||||
|  | ||||
| check_version_supported () { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Snawoot
					Snawoot