From 80feed355776045dc967d3a4cb790c25750673e4 Mon Sep 17 00:00:00 2001 From: jklgrasso <135736860+jklgrasso@users.noreply.github.com> Date: Thu, 21 Mar 2024 08:28:01 -0600 Subject: [PATCH 1/3] Update hardware-failure.md Changed the gpu-burn example to use tc instead of d to create more of a workload when testing. --- content/hardware-failure.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/hardware-failure.md b/content/hardware-failure.md index 1404a4c269..db4c2c40ef 100644 --- a/content/hardware-failure.md +++ b/content/hardware-failure.md @@ -156,7 +156,7 @@ make And now we can run it like so (this example will run it for 60 minutes/1 hour): ```bash -./gpu_burn -d 3600 +./gpu_burn -tc 3600 ``` ## Test CPU thermals From 906f95272cba736cff8746e9fc00c4f4ae4b1a86 Mon Sep 17 00:00:00 2001 From: jklgrasso <135736860+jklgrasso@users.noreply.github.com> Date: Thu, 21 Mar 2024 11:46:15 -0600 Subject: [PATCH 2/3] Update hardware-failure.md Adjusted for RTX GPUs to use -tc and removed the -d switch for GTX GPUS. --- content/hardware-failure.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/content/hardware-failure.md b/content/hardware-failure.md index db4c2c40ef..b9c8b5b82e 100644 --- a/content/hardware-failure.md +++ b/content/hardware-failure.md @@ -153,12 +153,18 @@ Now we'll compile it: make ``` -And now we can run it like so (this example will run it for 60 minutes/1 hour): +For NVIDIA **RTX** GPUs we can use Tensor cores to run it like so (this example will run it for 60 minutes/1 hour): ```bash ./gpu_burn -tc 3600 ``` +For NVIDIA **GTX** GPUs run it like so (this example will run it for 60 minutes/1 hour): + +```bash +./gpu_burn 3600 +``` + ## Test CPU thermals If the CPU fan is spinning erratically, or you are experiencing random shutdowns, this may be the result of a thermal issue. To investigate this, we'll use tools that can display CPU temperatures. From 9564e13644218e8c64614492e696dab4c4778e95 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Wed, 27 Dec 2023 14:25:14 -0700 Subject: [PATCH 3/3] Add meer8 to guide and windows articles --- content/guides.md | 16 ++++++++-------- content/windows.md | 1 + 2 files changed, 9 insertions(+), 8 deletions(-) diff --git a/content/guides.md b/content/guides.md index f32b32568d..e23b59673f 100644 --- a/content/guides.md +++ b/content/guides.md @@ -31,14 +31,14 @@ To see ports, keyboard layouts, function keys, and product quickstart guides, fi | Adder WS [(addw1)](https://tech-docs.system76.com/models/addw1/README.html) | Meerkat [(meer5)](https://tech-docs.system76.com/models/meer5/README.html) | Launch [(launch_1)](https://tech-docs.system76.com/models/launch_1/README.html) | | Adder WS [(addw2)](https://tech-docs.system76.com/models/addw2/README.html) | Meerkat [(meer6)](https://tech-docs.system76.com/models/meer6/README.html) | Launch [(launch_2)](https://tech-docs.system76.com/models/launch_2/README.html) | | Adder WS [(addw3)](https://tech-docs.system76.com/models/addw3/README.html) | Meerkat [(meer7)](https://tech-docs.system76.com/models/meer7/README.html) | Launch Lite [(launch_lite_1)](https://tech-docs.system76.com/models/launch_lite_1/README.html) | -| Bonobo WS [(bonw14)](https://tech-docs.system76.com/models/bonw14/README.html) | Thelio B4 [(thelio-b4)](https://tech-docs.system76.com/models/thelio-b4/README.html) | | Launch Heavy [(launch_heavy_1)](https://tech-docs.system76.com/models/launch_heavy_1/README.html) | Thelio Major [(thelio-major-r3)](https://tech-docs.system76.com/models/thelio-major-r3/README.html) | -| Bonobo WS [(bonw15)](https://tech-docs.system76.com/models/bonw15/README.html) | Thelio Major [(thelio-major-b1-b2/r1-r2)](https://tech-docs.system76.com/models/thelio-major-b1-b2-r1-r2/README.html) | -| Darter Pro [(darp6)](https://tech-docs.system76.com/models/darp6/README.html) | Thelio Massive B1 [(thelio-massive-b1)](https://tech-docs.system76.com/models/thelio-massive-b1.2/README.html) | -| Darter Pro [(darp7)](https://tech-docs.system76.com/models/darp7/README.html) | Thelio Mega R1 [(thelio-mega-r1)](https://tech-docs.system76.com/models/thelio-mega-r1.0/README.html) | -| Darter Pro [(darp8)](https://tech-docs.system76.com/models/darp8/README.html) | Thelio Mira R1 [(thelio-mira-r1)](https://tech-docs.system76.com/models/thelio-mira-r1.0/README.html) | -| Darter Pro [(darp9)](https://tech-docs.system76.com/models/darp9/README.html) | Thelio Mira B1 [(thelio-mira-b1)](https://tech-docs.system76.com/models/thelio-mira-b1.0/README.html) | -| Galago Pro [(galp4)](https://tech-docs.system76.com/models/galp4/README.html) | Thelio Mira R3 [(thelio-mira-r3)](https://tech-docs.system76.com/models/thelio-mira-r3/README.html) | -| Galago Pro [(galp5)](https://tech-docs.system76.com/models/galp5/README.html) | +| Bonobo WS [(bonw14)](https://tech-docs.system76.com/models/bonw14/README.html) | Meerkat [(meer8)](https://tech-docs.system76.com/models/meer8/README.html) | Launch Heavy [(launch_heavy_1)](https://tech-docs.system76.com/models/launch_heavy_1/README.html) | Thelio Major [(thelio-major-r3)](https://tech-docs.system76.com/models/thelio-major-r3/README.html) | +| Bonobo WS [(bonw15)](https://tech-docs.system76.com/models/bonw15/README.html) | Thelio B4 [(thelio-b4)](https://tech-docs.system76.com/models/thelio-b4/README.html) | +| Darter Pro [(darp6)](https://tech-docs.system76.com/models/darp6/README.html) | Thelio Major [(thelio-major-b1-b2/r1-r2)](https://tech-docs.system76.com/models/thelio-major-b1-b2-r1-r2/README.html) | +| Darter Pro [(darp7)](https://tech-docs.system76.com/models/darp7/README.html) | Thelio Massive B1 [(thelio-massive-b1)](https://tech-docs.system76.com/models/thelio-massive-b1.2/README.html) | +| Darter Pro [(darp8)](https://tech-docs.system76.com/models/darp8/README.html) | Thelio Mega R1 [(thelio-mega-r1)](https://tech-docs.system76.com/models/thelio-mega-r1.0/README.html) | +| Darter Pro [(darp9)](https://tech-docs.system76.com/models/darp9/README.html) | Thelio Mira R1 [(thelio-mira-r1)](https://tech-docs.system76.com/models/thelio-mira-r1.0/README.html) | +| Galago Pro [(galp4)](https://tech-docs.system76.com/models/galp4/README.html) | Thelio Mira B1 [(thelio-mira-b1)](https://tech-docs.system76.com/models/thelio-mira-b1.0/README.html) | +| Galago Pro [(galp5)](https://tech-docs.system76.com/models/galp5/README.html) | Thelio Mira R3 [(thelio-mira-r3)](https://tech-docs.system76.com/models/thelio-mira-r3/README.html) | | Galago Pro [(galp6)](https://tech-docs.system76.com/models/galp6/README.html) | | Galago Pro [(galp7)](https://tech-docs.system76.com/models/galp7/README.html) | | Gazelle [(gaze15)](https://tech-docs.system76.com/models/gaze15/README.html) | diff --git a/content/windows.md b/content/windows.md index 763e5aa002..3a988838d7 100644 --- a/content/windows.md +++ b/content/windows.md @@ -85,6 +85,7 @@ Installing Windows is undertaken at your own risk. It's possible not all hardwar | meer5 | Yes | Yes | | meer6 | Yes | Yes | | meer7 | Yes | Yes | +| meer8 | Yes | Yes | | thelio-r1 | Yes | Yes | | thelio-r2 | Yes | Yes | | thelio-r3 | Yes | Yes |