Difference between revisions of "User talk:Levi"

From FreekiWiki
Jump to navigation Jump to search
Line 3: Line 3:
 
<nowiki>
 
<nowiki>
 
set config(daemon) 1
 
set config(daemon) 1
 +
 
set config(auto) 1
 
set config(auto) 1
  
 
#turn the fans to high always
 
#turn the fans to high always
 +
 
#set config(0) {{2 2} -1 128 -1 128}
 
#set config(0) {{2 2} -1 128 -1 128}
  
 
set config(0) {{0 0} -1 50 -1 50}
 
set config(0) {{0 0} -1 50 -1 50}
 +
 
set config(1) {{1 1} 50 60 50 60}
 
set config(1) {{1 1} 50 60 50 60}
 +
 
set config(2) {{2 2} 60 128 60 128}
 
set config(2) {{2 2} 60 128 60 128}
 
</nowiki>
 
</nowiki>

Revision as of 14:03, 21 April 2010

http://ubuntuforums.org/showthread.php?p=1325507

set config(daemon) 1 set config(auto) 1 #turn the fans to high always #set config(0) {{2 2} -1 128 -1 128} set config(0) {{0 0} -1 50 -1 50} set config(1) {{1 1} 50 60 50 60} set config(2) {{2 2} 60 128 60 128}