mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-10-31 12:42:00 +00:00 
			
		
		
		
	Merge pull request #122 from Snawoot/linux_430.26
linux: add 430.26 drivers
This commit is contained in:
		| @@ -35,6 +35,7 @@ Requirements: | ||||
|   - [418.74](https://international.download.nvidia.com/XFree86/Linux-x86_64/418.74/NVIDIA-Linux-x86_64-418.74.run) | ||||
|   - [430.09](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.09/NVIDIA-Linux-x86_64-430.09.run) | ||||
|   - [430.14](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.14/NVIDIA-Linux-x86_64-430.14.run) | ||||
|   - [430.26](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.26/NVIDIA-Linux-x86_64-430.26.run) | ||||
|  | ||||
| Tested on Ubuntu 18.04 LTS (GNU/Linux 4.15.0-23-generic x86\_64) | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							| @@ -62,6 +62,7 @@ declare -A patch_list=( | ||||
|     ["418.74"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
|     ["430.09"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
|     ["430.14"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
|     ["430.26"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
| ) | ||||
|  | ||||
| declare -A object_list=( | ||||
| @@ -89,6 +90,7 @@ declare -A object_list=( | ||||
|     ["418.74"]='libnvcuvid.so' | ||||
|     ["430.09"]='libnvcuvid.so' | ||||
|     ["430.14"]='libnvcuvid.so' | ||||
|     ["430.26"]='libnvcuvid.so' | ||||
| ) | ||||
|  | ||||
| NVIDIA_SMI="$(which nvidia-smi)" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Snawoot
					Snawoot