Conversation
This was referenced May 24, 2025
ventureoo
reviewed
May 24, 2025
Member
|
Kernel Manager needs to be adjusted for new CPU Optimization flags |
Member
Author
|
virtualbox dkms is failing, probably needs ccflags-y treatment. |
ptr1337
approved these changes
May 26, 2025
[ naim: Move common RUST configs to config file ] Signed-off-by: Eric Naim <dnaim@cachyos.org>
Some server workloads benefit from omitting ticks for certain CPUs. The default behaviour is also NOHZ_IDLE unless nohz_full=n is added to boot cmdline. Closes: #461 Signed-off-by: Eric Naim <dnaim@cachyos.org>
steamos-manager needs msi-wmi-platform to be loaded for TDP controls on the MSI Claw to actually work. This can be done in one of three ways: 1. Implement autoloading functionality into the module itself for the Claw 2. Add `msi-wmi-platform` to /usr/lib/modules.load.d 3. Build it directly into the kernel (1) is the best solution, but is the hardest to implement at a distro level, and there isn't an estimate on when we can expect functionality to be introduced. This leaves it to (2) and (3). I believe that (2) is incredibly futile, since building it as a module first and unconditionally loading it second is incredibly pointless. There is also precedent in the Steam Deck modules being directly built, so there's no reason why `msi-wmi-platform` can't be either. Signed-off-by: Eric Naim <dnaim@cachyos.org>
Signed-off-by: Eric Naim <dnaim@cachyos.org>
Signed-off-by: Peter Jung <admin@ptr1337.dev>
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.
Closes #461
Closes #463