### # Fanctl config - change as required. ### ### # Idle system temperature (°C/°F): # DreamX: Set to 60 # Default: 45 ### IDLE_TEMP=45 ### # Critical CPU temperature at which the Xbox should power off (°C/°F): # DreamX: Set to 80 # Default: 70 ### CPU_SHUTDOWN=70 ### # Critical board temperature at which the Xbox should power off (°C/°F): # DreamX: Set to 65 # Default: 60 ### BOARD_SHUTDOWN=60 ### # Verbosity level: # Default: 0 # Allowed values: 0, 1, 2 # 0 = no syslogging except on startup and when -f is used # 1 = Initial settings output on run. # 2 = As above + syslog entries each time the fan speed changes by + 3% from # last poll. ### VERBOSITY=0 ### # Temperature scale: # Default: C # Allowed values: C, F ### TEMP_SCALE=C ### # How often the temperature is checked (seconds): # Default: 60 # Allowed values: 5 -> 300 ### POLL_INTERVAL=60 ### # How often the boostlocks and boost values are reset (seconds): # Default: 21600 # (6 hours) # Allowed values: 0 (Off), 300 -> 86400 ### BOOST_RESET=21600 ### # Do you want quiet mode (allows setting of speed down to 10% rather than the # 20% limit)? # Default: 0 # (no) # Allowed values: 0 (No), 1 (Yes) ### QUIET=0 ### # Since the Xbox v1.6 doesnt have temperature sensing, we can make fanctl # set the speed to a constant level here. Enabling this will disable the # Xbox's auto temperature management system. # # THIS ONLY AFFECTS XBOX V1.6 # # Default: 0 # (Off) # Allowed values (without quiet): 0 (Off), 20 -> 100 # Allowed values (with quiet): 0 (Off), 10 -> 100 ### ONE_POINT_SIX=0