FAQ: Add section about TLP causing stutter on Intel (#382)

Co-authored-by: Tobias <me@maiertobi.de>
Co-authored-by: Mihai Fufezan <mihai@fufexan.net>
This commit is contained in:
tobimai 2023-11-05 19:09:43 +01:00 committed by GitHub
parent 9a20b225a6
commit f6cc5e1ec6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -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.