Open
Conversation
dc1c426 to
e3ef745
Compare
ptr1337
reviewed
Mar 15, 2026
Member
ptr1337
left a comment
There was a problem hiding this comment.
Generally looking okay, but I need to look into the diry_bytes and radeon display stuff. We need to check if those changes are introducing regressions.
Few comments tho
b3ab7e6 to
af6168d
Compare
ptr1337
reviewed
Mar 16, 2026
ptr1337
reviewed
Mar 16, 2026
194e0e3 to
7319409
Compare
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
There is no big difference with cachyos-powersave, and we want to keep 3 profiles for direct mapping on PPD profiles. Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
We want to rely only on our own profiles to avoid regressions due to changes in the tuned upstream and possibly move them into a separate package. Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
THP always gives much performance gain in most cases, so in my opinion it makes no sense to switch to madvise, given that desktop profiles will be used by default. Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
Signed-off-by: Vasiliy Stelmachenok <ventureo@cachyos.org>
7319409 to
ae673b1
Compare
1Naim
requested changes
Mar 20, 2026
|
|
||
| [sysctl] | ||
| vm.laptop_mode=5 | ||
| dirty_writeback_centisecs=1500 |
Member
There was a problem hiding this comment.
Redundant.
edit: nevermind, different sysctl. It lacks the vm prefix though, is that correct?
Member
There was a problem hiding this comment.
You removed this file but forgot to change the profile mapping for tuned-ppd.
I do also notice the lack of a battery profile for balanced. I think we need some form of laptop profile back. The powersave profile seems to be too extreme.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
It's main part of CachyOS/CachyOS-Settings#216
Unlike the original proposal, it provides only 3 profiles specifically to make tuned-ppd easier to work with by directly mapping profiles for energy saving, normal use and games (so-called performance mode in PPD). Most of profiles are basically just copying our setup from cachyos-settings, but I’ve also added some new ones like
radeon_powersave.It also separates cachyos specific profiles from built-in tuned profiles, for more independence and we might want to move them into another package/repository.