mirror of
				https://github.com/keylase/nvidia-patch.git
				synced 2025-10-30 20:22:08 +00:00 
			
		
		
		
	Merge pull request #160 from Snawoot/lin_430.50
linux: driver version 430.50
This commit is contained in:
		
							
								
								
									
										11
									
								
								README.md
									
									
									
									
									
								
							
							
						
						
									
										11
									
								
								README.md
									
									
									
									
									
								
							| @@ -39,6 +39,7 @@ Requirements: | ||||
|   - [430.26](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.26/NVIDIA-Linux-x86_64-430.26.run) | ||||
|   - [430.34](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.34/NVIDIA-Linux-x86_64-430.34.run) | ||||
|   - [430.40](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run) | ||||
|   - [430.50](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.50/NVIDIA-Linux-x86_64-430.50.run) | ||||
|   - [435.17](https://international.download.nvidia.com/XFree86/Linux-x86_64/435.17/NVIDIA-Linux-x86_64-435.17.run) | ||||
|   - [435.21](https://international.download.nvidia.com/XFree86/Linux-x86_64/435.21/NVIDIA-Linux-x86_64-435.21.run) | ||||
|  | ||||
| @@ -61,11 +62,11 @@ DESCRIPTION | ||||
|  | ||||
| ## Step-by-Step guide | ||||
|  | ||||
| Examples are provided for driver version 430.40. All commands executed as root. | ||||
| Examples are provided for driver version 430.50. All commands executed as root. | ||||
|  | ||||
| ### Download driver | ||||
|  | ||||
| [https://international.download.nvidia.com/XFree86/Linux-x86\_64/430.40/NVIDIA-Linux-x86\_64-430.40.run](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run) | ||||
| [https://international.download.nvidia.com/XFree86/Linux-x86\_64/430.50/NVIDIA-Linux-x86\_64-430.50.run](https://international.download.nvidia.com/XFree86/Linux-x86_64/430.50/NVIDIA-Linux-x86_64-430.50.run) | ||||
|  | ||||
| ### Install driver | ||||
|  | ||||
| @@ -73,9 +74,9 @@ Make sure you have kernel headers and compiler installed before running Nvidia d | ||||
|  | ||||
| ```bash | ||||
| mkdir /opt/nvidia && cd /opt/nvidia | ||||
| wget https://international.download.nvidia.com/XFree86/Linux-x86_64/430.40/NVIDIA-Linux-x86_64-430.40.run | ||||
| chmod +x ./NVIDIA-Linux-x86_64-430.40.run | ||||
| ./NVIDIA-Linux-x86_64-430.40.run | ||||
| wget https://international.download.nvidia.com/XFree86/Linux-x86_64/430.50/NVIDIA-Linux-x86_64-430.50.run | ||||
| chmod +x ./NVIDIA-Linux-x86_64-430.50.run | ||||
| ./NVIDIA-Linux-x86_64-430.50.run | ||||
| ``` | ||||
|  | ||||
| ### Check driver | ||||
|   | ||||
							
								
								
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								patch.sh
									
									
									
									
									
								
							| @@ -66,6 +66,7 @@ declare -A patch_list=( | ||||
|     ["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' | ||||
|     ["430.34"]='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.40"]='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.50"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
|     ["435.17"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
|     ["435.21"]='s/\x00\x00\x00\x84\xc0\x0f\x84\x0f\xfd\xff\xff/\x00\x00\x00\x84\xc0\x90\x90\x90\x90\x90\x90/g' | ||||
| ) | ||||
| @@ -99,6 +100,7 @@ declare -A object_list=( | ||||
|     ["430.26"]='libnvcuvid.so' | ||||
|     ["430.34"]='libnvcuvid.so' | ||||
|     ["430.40"]='libnvcuvid.so' | ||||
|     ["430.50"]='libnvcuvid.so' | ||||
|     ["435.17"]='libnvcuvid.so' | ||||
|     ["435.21"]='libnvcuvid.so' | ||||
| ) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Snawoot
					Snawoot