From 293458788ca6b82895962520f0f6294212080377 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 18 Nov 2023 22:19:52 +0100 Subject: [PATCH] Correct typos --- _posts/sysadm/2023-11-17-cooling-down-thinkpad-p1-gen-5.tl | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/sysadm/2023-11-17-cooling-down-thinkpad-p1-gen-5.tl b/_posts/sysadm/2023-11-17-cooling-down-thinkpad-p1-gen-5.tl index e854035..eadce68 100644 --- a/_posts/sysadm/2023-11-17-cooling-down-thinkpad-p1-gen-5.tl +++ b/_posts/sysadm/2023-11-17-cooling-down-thinkpad-p1-gen-5.tl @@ -8,7 +8,7 @@ P1 heats up considerably, even when running on battery. This makes it unpleasant to hold on your lap, puts stress on NVME drives, and even causes the keyboard keys to get hot. -h2. Power off discrete GPU. +h2. Power off discrete GPU * "Hybrid graphics - Archlinux wiki":https://wiki.archlinux.org/title/Hybrid_graphics#Fully_Power_Down_Discrete_GPU * "optimus-switch - Github":https://github.com/dglt1/optimus-switch @@ -48,7 +48,7 @@ options i915 fastboot=1 {% endhighlight %} #_ Configure _xorg_ to use Intel device with @modesetting@ driver -(@xf86-video-intel@ is outdated and does not suppot hardwware acceleration on +(@xf86-video-intel@ is outdated and does not suppot hardware acceleration on newer GPU models). Use @lspci@ to find bus ID of Intel GPU. {% highlight file caption=/etc/X11/xorg.conf.d/20intel.conf %} @@ -89,4 +89,4 @@ h2. Limit CPU/platform/integrated GPU energy usage with @tlp@ Active seetings can be verified using: * @tlp-stat -p@ for CPU and platform, -* @tlp-stat -g@ for GPU +* @tlp-stat -g@ for iGPU