mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-10-31 04:31:56 +00:00 
			
		
		
		
	Merge pull request #46 from keylase/upstream_linux_418.30
support for linux driver version 418.30
This commit is contained in:
		| @@ -25,6 +25,7 @@ Requirements: | ||||
|   - [415.18](https://download.nvidia.com/XFree86/Linux-x86_64/415.18/NVIDIA-Linux-x86_64-415.18.run) | ||||
|   - [415.25](https://download.nvidia.com/XFree86/Linux-x86_64/415.25/NVIDIA-Linux-x86_64-415.25.run) | ||||
|   - [415.27](https://download.nvidia.com/XFree86/Linux-x86_64/415.27/NVIDIA-Linux-x86_64-415.27.run) | ||||
|   - [418.30](https://download.nvidia.com/XFree86/Linux-x86_64/418.30/NVIDIA-Linux-x86_64-418.30.run) | ||||
|  | ||||
| Tested on Ubuntu 18.04 LTS (GNU/Linux 4.15.0-23-generic x86\_64) | ||||
|  | ||||
|   | ||||
							
								
								
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							| @@ -56,6 +56,7 @@ declare -A patch_list=( | ||||
|     ["415.18"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x40\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
|     ["415.25"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x40\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
|     ["415.27"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x40\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
|     ["418.30"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x40\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
| ) | ||||
|  | ||||
| declare -A object_list=( | ||||
| @@ -75,6 +76,7 @@ declare -A object_list=( | ||||
|     ["415.18"]='libnvcuvid.so' | ||||
|     ["415.25"]='libnvcuvid.so' | ||||
|     ["415.27"]='libnvcuvid.so' | ||||
|     ["418.30"]='libnvcuvid.so' | ||||
| ) | ||||
|  | ||||
| NVIDIA_SMI="$(which nvidia-smi)" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vladislav Yarmak
					Vladislav Yarmak