You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Init work on Fan Noise article
* Fix lint issues
* Fix lint issues
* Update fan-noise.md
Worked on the language
* Update fan-noise.md
...and additional language updates
* add image and fix lint issue
* Address feedback
* Update list for newer and older models
* Address feedback
---------
Co-authored-by: Aaron Honeycutt <aaronhoneycutt@proton.me>
Co-authored-by: thomas-zimmerman <41023059+thomas-zimmerman@users.noreply.github.com>
System76 sets custom fan curves for laptops to maximize their performance while minimizing fan noise. Current firmware keeps the fan off until 65°C and will ramp the fan speeds to max speed by 90°C.
20
+
21
+
### Monitoring Fan Speeds
22
+
23
+
Fan Speeds can be monitored with <u>psensor</u>, which can be installed from either the <u>Pop!_Shop</u> or the <u>Ubuntu Software</u> applications. Below is an example from a Oryx Pro (the number of cores/threads/GPU present will be different depending on the system).
24
+
25
+

26
+
27
+
### Fan Modes
28
+
29
+
Our [Open Firmware laptops](/articles/open-firmware-systems) have fan controls to swap between max or automatic thermal control. Use Fn+1 to toggle between the modes. (Your model will show support on the key section of their [tech-docs](https://tech-docs.system76.com)).
30
+
31
+
### Easy settings to effect fan noise
32
+
33
+
Fan speed is based on thermal output of the system. There are some settings that will indirectly limit how much heat is created during use:
34
+
35
+
1. Run the laptop while on battery: This will limit power consumption for the CPU and GPU and will lower thermal output.
36
+
2. Set the laptop to Battery Life mode in either Power Profiles in the system menu or using `system76-power`. This limits the CPU's boost frequency, a side effect is to also limit how much heat is created.
Copy file name to clipboardExpand all lines: content/open-firmware-systems.md
+18-18Lines changed: 18 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,23 +37,23 @@ The source code for our Open EC can be found [here](https://github.com/system76/
37
37
38
38
| System | Open Firmware | Open EC |
39
39
|:------:|:-------------:|:-------:|
40
-
|addw2 | Yes\*| Yes\*|
41
-
|bonw14 | Yes | Yes|
42
-
|darp8 | Yes | Yes |
43
-
|darp7 | Yes | Yes |
44
-
|darp6 | Yes | Yes\*|
45
-
|galp6 | Yes | Yes |
46
-
|galp5 | Yes | Yes|
47
-
|galp4 | Yes | No |
48
-
|gaze17 | Yes | Yes |
49
-
|gaze16 | Yes | Yes |
50
-
|gaze15 | Yes\*| Yes\*|
51
-
|lemp11 | Yes | Yes |
52
-
|lemp10 | Yes| Yes|
53
-
|lemp9 | Yes | Yes |
54
-
|oryp9 | Yes | Yes |
55
-
|oryp8 | Yes | Yes |
56
-
|oryp7 | Yes | Yes |
57
-
|oryp6 | Yes | Yes |
40
+
|Adder WS (addw1) | No | No|
41
+
|Adder WS (addw2) | Yes\*| Yes\*|
42
+
|Adder WS (addw3 and newer) | Yes | Yes|
43
+
|Bonobo WS (bonw13 and older) | No | No|
44
+
|Bonobo WS (bonw14 and newer) | Yes| Yes|
45
+
|Darter Pro (darp5 and older) | No | No|
46
+
|Darter Pro (darp6) | Yes | Yes\*|
47
+
|Darter Pro (darp7 and newer) | Yes | Yes|
48
+
|Galago Pro (galp3 and older) | No | No|
49
+
|Galago Pro (galp4) | Yes | No|
50
+
|Galago Pro (galp5 and newer) | Yes| Yes|
51
+
|Gazelle (gaze14 and older) | No | No|
52
+
|Gazelle (gaze15) | Yes\*| Yes\*|
53
+
|Gazelle (gaze16 and newer) | Yes | Yes|
54
+
|Lemur Pro (lemp8 and older) | No | No|
55
+
|Lemur Pro (lemp9 and newer) | Yes | Yes|
56
+
|Oryx Pro (oryp5 and older) | No | No|
57
+
|Oryx Pro (oryp6 and newer) | Yes | Yes|
58
58
59
59
\* These models shipped with closed firmware/EC, but have since been updated to Open Firmware/EC. [This article](/articles/transition-firmware) can be used to move your system from closed to Open Firmware/EC.
0 commit comments