Fastfetch 2.65 System Information Tool Brings Better Hardware Detection on Linux

Fastfetch 2.65 System Information Tool Brings Better Hardware Detection on Linux

Fastfetch 2.65 System Information Tool Brings Better Hardware Detection on Linux

https://linuxiac.com/fastfetch-2-65-system-information-tool-brings-better-hardware-detection-on-linux/

Publish Date: 2026-06-26 04:45:00

Source Domain: linuxiac.com

Fastfetch, the popular command-line system information tool among users for displaying a sleek summary of system information in the terminal alongside an OS’s ASCII logo, has just rolled out version 2.65.

One visible change is that long lines wrap by default instead of being cut off. However, wrapped lines may overlap with the image logo. Users who prefer the old behavior can restore it by setting display.disableLinewrap: true in their configuration file or by launching Fastfetch with the –disable-linewrap true option.

On the hardware side, this release adds CPU code name and manufacturing technology detection for x86 processors. Fastfetch can now show information such as “Alder Lake,” “Zen 4,” “Intel 7,” or “TSMC N4,” depending on the processor. These details are also available for custom output formats through the new {code-name} and {technology} fields.

Fastfetch 2.65 System Information Tool

GPU detection gets an upgrade, too, as Fastfetch 2.65 can now detect PCIe link speed information on Linux and Windows, including current and maximum generation and lane data.

Regarding display detection, the release adds HDR display detection through the wp-color-management-v1 Wayland protocol. Until now, Fastfetch’s HDR detection was limited to KDE Plasma.

Speaking of KDE, Fastfetch 2.65 also improves display detection compatibility with KDE Plasma 6.7. Display serial number detection has been refined, with Fastfetch now preferring alphanumeric serial numbers when available. The detected serial value can be used in custom formats via the new {serial} field.

Additionally, there are several smaller Linux-related additions. Fastfetch can now detect the Weston compositor version, add terminal version and font detection for kmscon, and introduce package manager support for porg and install-release. Gentoo users should benefit from improved performance when detecting packages through emerge.

Another improvement concerns the…

Source