Select proprietary NVIDIA driver in raccoon
The NVIDIA GTX 960 from 2016 has the Maxwell architecture, and NixOS suggests using the proprietary driver for older than Turing: > It is suggested to use the open source kernel modules on Turing or > later GPUs (RTX series, GTX 16xx), and the closed source modules > otherwise. Reviewed-by: Aleix Boné <abonerib@bsc.es>
This commit is contained in:
		
							parent
							
								
									4c9e197a27
								
							
						
					
					
						commit
						31c4fab9a0
					
				| @ -51,6 +51,7 @@ | |||||||
| 
 | 
 | ||||||
|   # Configure Nvidia driver to use with CUDA |   # Configure Nvidia driver to use with CUDA | ||||||
|   hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production; |   hardware.nvidia.package = config.boot.kernelPackages.nvidiaPackages.production; | ||||||
|  |   hardware.nvidia.open = false; # Maxwell is older than Turing architecture | ||||||
|   hardware.graphics.enable = true; |   hardware.graphics.enable = true; | ||||||
|   nixpkgs.config.nvidia.acceptLicense = true; |   nixpkgs.config.nvidia.acceptLicense = true; | ||||||
|   services.xserver.videoDrivers = [ "nvidia" ]; |   services.xserver.videoDrivers = [ "nvidia" ]; | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user