mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Add basic dell precision 5490
This commit is contained in:
		
				
					committed by
					
						
						mergify[bot]
					
				
			
			
				
	
			
			
			
						parent
						
							a825917ead
						
					
				
				
					commit
					2d125b6c56
				
			
							
								
								
									
										15
									
								
								dell/precision/5490/README.md
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										15
									
								
								dell/precision/5490/README.md
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,15 @@
 | 
			
		||||
# Dell Precision 5490
 | 
			
		||||
 | 
			
		||||
The internal monitor needs Linux Kernel >= 6.7 so enabling hybrid graphics does not work out of the box in 24.05. Setting
 | 
			
		||||
 | 
			
		||||
```
 | 
			
		||||
boot.kernelParams = [ "i915.force_probe=7d55" ];
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
helped but introduced some screen tearing.
 | 
			
		||||
 | 
			
		||||
Setting
 | 
			
		||||
```
 | 
			
		||||
boot.kernelPackages = pkgs.linuxPackages_latest;
 | 
			
		||||
```
 | 
			
		||||
in nixos-stable worked with no problems.
 | 
			
		||||
		Reference in New Issue
	
	Block a user