mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
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:
parent
9a20b225a6
commit
f6cc5e1ec6
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue