mirror of
				https://github.com/NixOS/nixos-hardware.git
				synced 2025-11-04 17:27:14 +08:00 
			
		
		
		
	Merge branch 'master' into iptsd
This commit is contained in:
		@@ -15,4 +15,9 @@
 | 
			
		||||
 | 
			
		||||
  services.iptsd.enable = lib.mkDefault true;
 | 
			
		||||
  environment.systemPackages = [ pkgs.surface-control ];
 | 
			
		||||
  
 | 
			
		||||
  services.thermald = lib.mkDefault {
 | 
			
		||||
    enable = true;
 | 
			
		||||
    configFile = ./thermal-conf.xml;
 | 
			
		||||
  };
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										27
									
								
								microsoft/surface/surface-pro-intel/thermal-conf.xml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										27
									
								
								microsoft/surface/surface-pro-intel/thermal-conf.xml
									
									
									
									
									
										Normal file
									
								
							@@ -0,0 +1,27 @@
 | 
			
		||||
<?xml version="1.0"?>
 | 
			
		||||
<ThermalConfiguration>
 | 
			
		||||
<Platform>
 | 
			
		||||
	<Name>Surface Pro Intel Thermal Workaround</Name>
 | 
			
		||||
	<ProductName>*</ProductName>
 | 
			
		||||
	<Preference>QUIET</Preference>
 | 
			
		||||
	<ThermalZones>
 | 
			
		||||
		<ThermalZone>
 | 
			
		||||
			<Type>cpu</Type>
 | 
			
		||||
			<TripPoints>
 | 
			
		||||
				<TripPoint>
 | 
			
		||||
					<SensorType>x86_pkg_temp</SensorType>
 | 
			
		||||
					<Temperature>65000</Temperature>
 | 
			
		||||
					<type>passive</type>
 | 
			
		||||
					<ControlType>SEQUENTIAL</ControlType>
 | 
			
		||||
					<CoolingDevice>
 | 
			
		||||
						<index>1</index>
 | 
			
		||||
						<type>rapl_controller</type>
 | 
			
		||||
						<influence>100</influence>
 | 
			
		||||
						<SamplingPeriod>10</SamplingPeriod>
 | 
			
		||||
					</CoolingDevice>
 | 
			
		||||
				</TripPoint>
 | 
			
		||||
			</TripPoints>
 | 
			
		||||
		</ThermalZone>
 | 
			
		||||
	</ThermalZones>
 | 
			
		||||
</Platform>
 | 
			
		||||
</ThermalConfiguration>
 | 
			
		||||
		Reference in New Issue
	
	Block a user