From f6cc5e1ec62fe45e7b61d976f28ba65479b8cfe9 Mon Sep 17 00:00:00 2001 From: tobimai Date: Sun, 5 Nov 2023 19:09:43 +0100 Subject: [PATCH] FAQ: Add section about TLP causing stutter on Intel (#382) Co-authored-by: Tobias Co-authored-by: Mihai Fufezan --- pages/FAQ/_index.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/FAQ/_index.md b/pages/FAQ/_index.md index 12f600c..df47941 100644 --- a/pages/FAQ/_index.md +++ b/pages/FAQ/_index.md @@ -299,3 +299,7 @@ set `MOD` and `KEY` to desired values. By pressing the selected combo you will enter a mode where hyprland ignores your keybinds and passes them on to the vm. Then, pressing `SUPER + Escape` will leave that mode. + +# Low FPS/stutter/FPS drops on Intel iGPU with TLP (mainly laptops) + +The TLP defaults are rather aggressive, setting `INTEL_GPU_MIN_FREQ_ON_AC` and/or `INTEL_GPU_MIN_FREQ_ON_BAT` in `/etc/tlp.conf` to something slightly higher (e.g. to 500 from 300) will reduce stutter significantly or, in the best case, remove it completely.