From 4bde71374ad589b9d594d042bb1dcbac93daf79e Mon Sep 17 00:00:00 2001 From: kamiraimei Date: May 16 2025 11:48:58 +0000 Subject: [PATCH 1/3] Add additional image for GPU OC and fan curve info --- diff --git a/modules/ROOT/assets/images/lact.png b/modules/ROOT/assets/images/lact.png new file mode 100644 index 0000000..26f41eb Binary files /dev/null and b/modules/ROOT/assets/images/lact.png differ diff --git a/modules/ROOT/assets/images/lact_fancurve.png b/modules/ROOT/assets/images/lact_fancurve.png new file mode 100644 index 0000000..fab325b Binary files /dev/null and b/modules/ROOT/assets/images/lact_fancurve.png differ diff --git a/modules/ROOT/pages/gpu-overclocking.adoc b/modules/ROOT/pages/gpu-overclocking.adoc index 114df8b..f759638 100644 --- a/modules/ROOT/pages/gpu-overclocking.adoc +++ b/modules/ROOT/pages/gpu-overclocking.adoc @@ -43,6 +43,8 @@ NOTE: Regardless of the tool you choose, it is strongly recommended to read the ===== LACT Installation ===== +image::lact.png[width=100%] + [NOTE] ==== The installation steps below require you to enable a third-party COPR repository. @@ -162,7 +164,25 @@ NOTE: Always increase clocks and voltages gradually, and test for system stabili NOTE: LACT applies settings only when the daemon (`lactd`) is running. To persist settings across reboots, make sure the service is enabled and your profile is saved. -TIP: You can use tools like `Unigine Superposition` or `Unigine Heaven`, or ingame benchmark to test performance and stability after applying overclock settings. You can use `mangohud` as detailed xref:monitoring.adoc[here]. +TIP: You can use tools like `Unigine Superposition`, `Unigine Heaven`, or ingame benchmark to test performance and stability after applying overclock settings. You can use `mangohud` as detailed xref:monitoring.adoc[here] to monitor temperature and clock speed. + +===== Fan Control ===== + +image::lact_fancurve.png[width=100%] + +*LACT* also allows users to manually control their GPU fan curves, providing finer control over thermal management. Custom fan control can help reduce noise or improve cooling depending on workload and preference. The AMDGPU driver supports three different fan control modes, described below: + +* `Automatic`: The AMDGPU driver automatically adjusts the fan curve according to the default settings defined in the GPU's VBIOS by the manufacturer. + +* `Curve`: Users can define a custom fan curve based on temperature levels, enabling dynamic fan speed control. + +* `Static`: Sets the fan to run at a fixed RPM, as specified by the user, regardless of GPU temperature. + +[NOTE] +==== +Enabling either `Curve` or `Static` mode may disable the "Quiet mode" or "Zero RPM" feature on certain GPU models. This means the fan will no longer stop spinning at low temperatures. +==== + // TODO Need contributor for Nvidia section. From 1b8d5ddd534dec8fd461364cbcfa1adecc233f73 Mon Sep 17 00:00:00 2001 From: kamiraimei Date: May 16 2025 12:38:12 +0000 Subject: [PATCH 2/3] Formatting to further streamline guide flow. --- diff --git a/modules/ROOT/pages/gpu-overclocking.adoc b/modules/ROOT/pages/gpu-overclocking.adoc index f759638..1c7ef05 100644 --- a/modules/ROOT/pages/gpu-overclocking.adoc +++ b/modules/ROOT/pages/gpu-overclocking.adoc @@ -86,7 +86,7 @@ sudo systemctl enable --now lactd -- -===== Basic Usage ===== +==== Basic Usage ==== Overclocking principles in Fedora (and any other Linux distribution) are the same as on Windows using AMD Adrenalin Software. The basic idea of adjusting clocks, power limits, and voltages applies here as well. @@ -166,7 +166,7 @@ NOTE: LACT applies settings only when the daemon (`lactd`) is running. To persis TIP: You can use tools like `Unigine Superposition`, `Unigine Heaven`, or ingame benchmark to test performance and stability after applying overclock settings. You can use `mangohud` as detailed xref:monitoring.adoc[here] to monitor temperature and clock speed. -===== Fan Control ===== +==== Fan Control ==== image::lact_fancurve.png[width=100%] From bcf4bd76db63405c1d1acc098327cea566e132c7 Mon Sep 17 00:00:00 2001 From: Farhan Hakim D Date: May 16 2025 12:42:38 +0000 Subject: [PATCH 3/3] Add goverlay image for visual reference --- diff --git a/modules/ROOT/assets/images/goverlay.png b/modules/ROOT/assets/images/goverlay.png new file mode 100644 index 0000000..eeeff31 Binary files /dev/null and b/modules/ROOT/assets/images/goverlay.png differ diff --git a/modules/ROOT/pages/monitoring.adoc b/modules/ROOT/pages/monitoring.adoc index 5e36380..5db572d 100644 --- a/modules/ROOT/pages/monitoring.adoc +++ b/modules/ROOT/pages/monitoring.adoc @@ -119,6 +119,8 @@ mangohud gamemoderun %command% ==== Graphical Configuration Tool ==== +image::goverlay.png[width=100%] + You can customize MangoHUD’s overlay using *GOverlay*, a graphical front-end for MangoHUD. It allows you to preview and tweak the layout, enable/disable metrics, and change keyboard shortcuts. GOverlay is available in the Fedora repository. You can search the package using your graphical package manager such as Gnome Software or KDE Discover and install it from there, or if you prefer using the terminal, install it with this command: