-
-
Notifications
You must be signed in to change notification settings - Fork 401
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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
- Loading branch information
1 parent
3c82b48
commit c6d0480
Showing
2 changed files
with
22 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters