mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-05 21:15:58 +01:00
Perfomance category suggestion (#405)
* Perfomance category suggestion * Perfomance category suggestion * new file: pages/Configuring/Perfomance.md * Moving stuff from FAQ to new page * Add power draw back to FAQ * More changes * Revert mistake
This commit is contained in:
parent
3c82b489ab
commit
c6d0480f9b
2 changed files with 22 additions and 11 deletions
22
pages/Configuring/Perfomance.md
Normal file
22
pages/Configuring/Perfomance.md
Normal file
|
@ -0,0 +1,22 @@
|
|||
This page documents known tricks and fixes to boost perfomance if by any chance you stumble upon problems or you do not care that much about animations.
|
||||
|
||||
# Fractional scaling
|
||||
|
||||
Wayland fractional scaling is a lot better than before, but it is not perfect. Some applications do not support it yet or the support is experimental at best. If you have problems with your graphics card having high usage and hyprland feeling laggy then try setting the scaling to integer numbers such as `1` or `2` like in this example `monitor=,preferred,auto,2`.
|
||||
|
||||
# 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.
|
||||
|
||||
# How do I make Hyprland draw as little power as possible on my laptop?
|
||||
|
||||
**_Useful Optimizations_**:
|
||||
|
||||
* `decoration:blur = false` and `decoration:drop_shadow = false` to disable
|
||||
fancy but battery hungry effects.
|
||||
|
||||
* `misc:vfr = true`, since it'll lower the amount of sent frames when nothing is happening on-screen.
|
||||
|
||||
# My games work poorly, especially proton ones
|
||||
|
||||
Use `gamescope`, tends to fix any and all issues with wayland/Hyprland.
|
|
@ -79,10 +79,6 @@ Also install `qt6-wayland` if you plan to use obs.
|
|||
|
||||
See [Wallpapers](../Useful-Utilities/Wallpapers).
|
||||
|
||||
# My games work poorly, especially proton ones
|
||||
|
||||
Use `gamescope`, tends to fix any and all issues with wayland/Hyprland.
|
||||
|
||||
# How heavy is this?
|
||||
|
||||
Not that much heavier than Xorg. If you want maximum performance, consider
|
||||
|
@ -248,9 +244,6 @@ Alternatively, you can simply intercept the middle-click action all together, vi
|
|||
|
||||
# How do I make Hyprland draw as little power as possible on my laptop?
|
||||
|
||||
I assume you already have `damage_tracking` on full. If you don't, change it.
|
||||
It's heavily advised to use `full` regardless of anything.
|
||||
|
||||
**_Useful Optimizations_**:
|
||||
|
||||
* `decoration:blur = false` and `decoration:drop_shadow = false` to disable
|
||||
|
@ -301,7 +294,3 @@ 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