Skip to content

Commit

Permalink
updates to macpro1,1 and 2,1 profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
ablakely committed Jul 23, 2022
1 parent f49a510 commit 423e810
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 26 deletions.
16 changes: 8 additions & 8 deletions machines/macpro1,1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -14,29 +14,29 @@ presets =
fan_ctrl = (
{
fan_sensors = ("TC0P", "TM0P", "TM8P", "TM8S", "TC0C");
floor = 60;
ceiling = 168;
floor = 20;
ceiling = 45;
min_speed = 1100;
max_speed = 2900;
},
{
fan_sensors = ("TS0C", "TH0P", "TH1P", "TH2P", "TH3P");
floor = 7;
ceiling = 15;
floor = 15;
ceiling = 30;
min_speed = 1100;
max_speed = 2900;
},
{
fan_sensors = ("TC0P", "TM0P", "TM8P");
floor = 16;
ceiling = 28;
floor = 20;
ceiling = 35;
min_speed = 1250;
max_speed = 2900;
},
{
fan_sensors = ("Tp0C", "Tp1C");
floor = 23;
ceiling = 30;
floor = 20;
ceiling = 35;
min_speed = 950;
max_speed = 2800;
}
Expand Down
44 changes: 26 additions & 18 deletions machines/macpro2,1.conf
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,32 @@ presets =

fan_ctrl = (
{
use_avg = true;
min_speed = 500
max_speed = 2900
},
{
use_avg = true;
min_speed = 500
max_speed = 2900
},
{
use_avg = true;
min_speed = 500
max_speed = 2900
},
{
use_avg = true;
min_speed = 600
max_speed = 2800
fan_sensors = ("TC0P", "TM0P", "TM8P", "TM8S", "TC0C");
floor = 20;
ceiling = 45;
min_speed = 1100;
max_speed = 2900;
},
{
fan_sensors = ("TS0C", "TH0P", "TH1P", "TH2P", "TH3P");
floor = 15;
ceiling = 30;
min_speed = 1100;
max_speed = 2900;
},
{
fan_sensors = ("TC0P", "TM0P", "TM8P");
floor = 20;
ceiling = 35;
min_speed = 1250;
max_speed = 2900;
},
{
fan_sensors = ("Tp0C", "Tp1C");
floor = 20;
ceiling = 35;
min_speed = 950;
max_speed = 2800;
}
);
};
Expand Down

0 comments on commit 423e810

Please sign in to comment.