* Try to load the p4_clockmod kernel module, which provides
CPU frequency scaling on some Intel CPUs. svn path=/nixos/trunk/; revision=23082
This commit is contained in:
		
							parent
							
								
									163a54886c
								
							
						
					
					
						commit
						cddc67a653
					
				@ -70,7 +70,10 @@ in
 | 
			
		||||
        target = "pm/sleep.d/00sleep-hook";
 | 
			
		||||
      };
 | 
			
		||||
 | 
			
		||||
    boot.kernelModules = [ "acpi_cpufreq" "cpufreq_performance" "cpufreq_powersave" "cpufreq_ondemand" ];
 | 
			
		||||
    boot.kernelModules = 
 | 
			
		||||
      [ "acpi_cpufreq" "cpufreq_performance" "cpufreq_powersave" "cpufreq_ondemand" 
 | 
			
		||||
        "p4_clockmod"
 | 
			
		||||
      ];
 | 
			
		||||
    
 | 
			
		||||
  };
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user